Class PosParam.PosParamBuilder

java.lang.Object
org.ivoa.dm.registry.ssa.PosParam.PosParamBuilder
Enclosing class:
PosParam

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

    • long_

      public Double long_
      The longitude (e.g. Right Ascension) of the center of the search position in decimal degrees.
    • lat

      public Double lat
      The latitude (e.g. Declination) of the center of the search position in decimal degrees.
    • refframe

      public String 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

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