sealed trait CatalogAdapter extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CatalogAdapter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def angSizeMajAxisField: FieldId
  2. abstract def angSizeMinAxisField: FieldId
  3. abstract def catalog: CatalogName

    Identifies the catalog to which the adapter applies.

  4. abstract def decField: FieldId
  5. abstract def fieldToBand(field: FieldId): Option[Band]
    Attributes
    protected
  6. abstract def idField: FieldId
  7. abstract def ignoreBrightnessValueField(v: FieldId): Boolean
    Attributes
    protected
  8. abstract def isBrightnessUnitsField(v: (FieldId, String)): Boolean
    Attributes
    protected
  9. abstract def morphTypeField: FieldId
  10. abstract def nameField: FieldId
  11. abstract def oTypeField: FieldId
  12. abstract def parseBrightnessUnits(f: FieldId, v: String): ValidatedNec[CatalogProblem, (Band, Of[Units, Brightness[Integrated]])]
    Attributes
    protected
  13. abstract def raField: FieldId
  14. abstract def spTypeField: FieldId

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def containsBrightnessValue(v: FieldId): Boolean
    Attributes
    protected
  7. def epochField: FieldId
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def filterAndDeduplicateBrightnesses(ms: Vector[(FieldId, (Band, BrightnessValue))]): Vector[(Band, BrightnessValue)]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def isBrightnessErrorField(v: (FieldId, String)): Boolean
  14. def isBrightnessValueField(v: (FieldId, String)): Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def parseAngularVelocity[A](ucd: Ucd, v: String): ValidatedNec[CatalogProblem, AngularVelocityComponent[A]]
    Attributes
    protected
  20. def parseBandBrightnesses(entries: Map[FieldId, String]): ValidatedNec[CatalogProblem, Vector[(Band, BrightnessMeasure[Integrated])]]

    A default method for turning all of a table row's fields into a list of brightnesses.

    A default method for turning all of a table row's fields into a list of brightnesses. GAIA has a different mechanism for doing this.

    entries

    fields in a VO table row

    returns

    band brightnesses data parsed from the table row

  21. def parseBrightnessValue(fieldId: FieldId, value: String): ValidatedNec[CatalogProblem, (FieldId, Band, Double)]
    Attributes
    protected[lucuma.catalog]
  22. def parseName(entries: Map[FieldId, String]): Option[String]
  23. def parseProperMotion(entries: Map[FieldId, String]): ValidatedNec[CatalogProblem, Option[ProperMotion]]
  24. def parseProperMotion(pmra: Option[String], pmdec: Option[String]): ValidatedNec[CatalogProblem, Option[ProperMotion]]
    Attributes
    protected
  25. def parseRadialVelocity(ucd: Ucd, v: String): ValidatedNec[CatalogProblem, RadialVelocity]
  26. def plxField: FieldId
  27. def pmDecField: FieldId
  28. def pmRaField: FieldId
  29. def rvField: FieldId
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def validBrightness(m: BrightnessMeasure[Integrated]): Boolean
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def zField: FieldId

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped