Class Telescope.TelescopeBuilder

java.lang.Object
org.ivoa.dm.proposal.prop.Telescope.TelescopeBuilder
Enclosing class:
Telescope

public static class Telescope.TelescopeBuilder extends Object
A builder class for Telescope, mainly for use in the functional builder pattern.
  • Field Details

    • name

      public String name
      telescope name.
    • wikiId

      public WikiDataId wikiId
      the wikidata id for the Telescope.
    • location

      public org.ivoa.dm.stc.coords.RealCartesianPoint location
      the location of the telescope.
  • Constructor Details

    • TelescopeBuilder

      public TelescopeBuilder()
  • Method Details

    • create

      public Telescope create()
      create a Telescope from this builder.
      Returns:
      an object initialized from the builder.