Package org.ivoa.dm.proposal.management
Class Telescope.TelescopeBuilder
java.lang.Object
org.ivoa.dm.proposal.management.Telescope.TelescopeBuilder
- Enclosing class:
- Telescope
A builder class for Telescope, mainly for use in the functional builder pattern.
-
Field Summary
Modifier and TypeFieldDescriptionorg.ivoa.dm.stc.coords.RealCartesianPoint
the location of the telescope.telescope name.the wikidata id for the Telescope. -
Constructor Summary
-
Method Summary
-
Field Details
-
name
telescope name. -
wikiId
the wikidata id for the Telescope. -
location
public org.ivoa.dm.stc.coords.RealCartesianPoint locationthe location of the telescope.
-
-
Constructor Details
-
TelescopeBuilder
public TelescopeBuilder()
-
-
Method Details
-
create
create a Telescope from this builder.- Returns:
- an object initialized from the builder.
-