Package org.ivoa.dm.caom2
Class Telescope.TelescopeBuilder
java.lang.Object
org.ivoa.dm.caom2.Telescope.TelescopeBuilder
- Enclosing class:
- Telescope
A builder class for Telescope, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionx-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III).y-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III).z-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III).additional keywords that describe the telescope or telscope configuration at the time of observation; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g.common name of the telescope; TBD: reference to a standard list of names?.term from the (currently non-existent) IVOA Tracking vocabulary used to indicate how the telescope moves during data acquisition. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
common name of the telescope; TBD: reference to a standard list of names?. -
geoLocationX
x-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III). -
geoLocationY
y-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III). -
geoLocationZ
z-coordinate of the geocentric location of the telescope at the time of observation (see FITS WCS Paper III). -
keywords
additional keywords that describe the telescope or telscope configuration at the time of observation; keywords cannot contain the pipe (|) character - it is reserved for use in persistence systems (e.g. to store all keywords in a single column in a table) . -
trackingMode
term from the (currently non-existent) IVOA Tracking vocabulary used to indicate how the telescope moves during data acquisition.
-
-
Constructor Details
-
TelescopeBuilder
public TelescopeBuilder()
-
-
Method Details
-
create
create a Telescope from this builder.- Returns:
- an object initialized from the builder.
-