Class CoordinateSystem$

java.lang.Object
csw.params.events.CoordinateSystem$
All Implemented Interfaces:
enumeratum.Enum<CoordinateSystem>

public class CoordinateSystem$ extends Object implements enumeratum.Enum<CoordinateSystem>
coordinate system enumeration. RADEC, XY, ALTAZ. RADEC indicates values will be in accordance of Right Ascension & Declination. XY indicates values will be in accordance of cartesian coordinate system. ALTAZ indicates values will be in accordance of altitude & azimuth. This could happen as a result of a command or a spontaneous failure. Corrective action is required.
  • Field Details

    • MODULE$

      public static final CoordinateSystem$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • CoordinateSystem$

      public CoordinateSystem$()
  • Method Details

    • namesToValuesMap

      public scala.collection.immutable.Map<String,CoordinateSystem> namesToValuesMap()
      Specified by:
      namesToValuesMap in interface enumeratum.Enum<CoordinateSystem>
    • lowerCaseNamesToValuesMap

      public final scala.collection.immutable.Map<String,CoordinateSystem> lowerCaseNamesToValuesMap()
      Specified by:
      lowerCaseNamesToValuesMap in interface enumeratum.Enum<CoordinateSystem>
    • upperCaseNameValuesToMap

      public final scala.collection.immutable.Map<String,CoordinateSystem> upperCaseNameValuesToMap()
      Specified by:
      upperCaseNameValuesToMap in interface enumeratum.Enum<CoordinateSystem>
    • valuesToIndex

      public final scala.collection.immutable.Map<CoordinateSystem,Object> valuesToIndex()
      Specified by:
      valuesToIndex in interface enumeratum.Enum<CoordinateSystem>
    • values

      public scala.collection.immutable.IndexedSeq<CoordinateSystem> values()
      Specified by:
      values in interface enumeratum.Enum<CoordinateSystem>
    • toChoices

      public scala.collection.immutable.Seq<Choice> toChoices()