Package org.ivoa.dm.registry.ssa
Class PosParam.PosParamBuilder
java.lang.Object
org.ivoa.dm.registry.ssa.PosParam.PosParamBuilder
- Enclosing class:
- PosParam
A builder class for PosParam, mainly for use in the functional builder pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
long_
The longitude (e.g. Right Ascension) of the center of the search position in decimal degrees. -
lat
The latitude (e.g. Declination) of the center of the search position in decimal degrees. -
refframe
the coordinate system reference frame name indicating the frame to assume for the given position. If not provided, ICRS is assumed.
-
-
Constructor Details
-
PosParamBuilder
public PosParamBuilder()
-
-
Method Details
-
create
create a PosParam from this builder.- Returns:
- an object initialized from the builder.
-