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[MagnitudeBand]
    Attributes
    protected
  6. abstract def idField: FieldId
  7. abstract def ignoreMagnitudeField(v: FieldId): Boolean
    Attributes
    protected
  8. abstract def isMagnitudeSystemField(v: (FieldId, String)): Boolean
    Attributes
    protected
  9. abstract def nameField: FieldId
  10. abstract def parseMagnitudeSys(f: FieldId, v: String): ValidatedNec[CatalogProblem, (MagnitudeBand, MagnitudeSystem)]
    Attributes
    protected
  11. abstract def raField: 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()
  6. def containsMagnitude(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 filterAndDeduplicateMagnitudes(ms: Vector[(FieldId, Magnitude)]): Vector[Magnitude]
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isMagnitudeErrorField(v: (FieldId, String)): Boolean
  16. def isMagnitudeField(v: (FieldId, String)): Boolean
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def parseAngularVelocity[A](ucd: Ucd, v: String): ValidatedNec[CatalogProblem, AngularVelocityComponent[A]]
    Attributes
    protected
  21. def parseMagnitude(fieldId: FieldId, value: String): ValidatedNec[CatalogProblem, (FieldId, MagnitudeBand, Double)]
    Attributes
    protected[lucuma.catalog]
  22. def parseMagnitudes(entries: Map[FieldId, String]): ValidatedNec[CatalogProblem, Vector[Magnitude]]

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

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

    entries

    fields in a VO table row

    returns

    magnitude data parsed from the table row

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

Inherited from AnyRef

Inherited from Any

Ungrouped