Class SkyPos.SkyPosBuilder

java.lang.Object
org.ivoa.dm.registry.sia.SkyPos.SkyPosBuilder
Enclosing class:
SkyPos

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

    • long_

      public Double long_
      The sky position in the longitude (R.A.) direction .
    • lat

      public Double lat
      The sky position in the latitude (Dec.) direction .
  • Constructor Details

    • SkyPosBuilder

      public SkyPosBuilder()
  • Method Details

    • create

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