object EqCoord extends Serializable
- Alphabetic
- By Inheritance
- EqCoord
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DEFAULT_CATNAME: String
- val DEFAULT_FRAME: EqFrame
- val DEFAULT_PMX: Double
- val DEFAULT_PMY: Double
- val DEFAULT_TAG: Tag
- def apply(ra: Any = 0.0, dec: Any = 0.0, frame: EqFrame = DEFAULT_FRAME, tag: Tag = DEFAULT_TAG, catalogName: String = DEFAULT_CATNAME, pmx: Double = DEFAULT_PMX, pmy: Double = DEFAULT_PMY): EqCoord
Creates an EqCoord from the given arguments, which all have default values.
Creates an EqCoord from the given arguments, which all have default values. See matching constructior for a description of the arguments.
- def asBoth(radec: String, frame: EqFrame = DEFAULT_FRAME, tag: Tag = DEFAULT_TAG, catalogName: String = DEFAULT_CATNAME, pmx: Double = DEFAULT_PMX, pmy: Double = DEFAULT_PMY): EqCoord
This allows creation of an EqCoordinate from a string of ra and dec with formats: 20 54 05.689 +37 01 17.38 10:12:45.3-45:17:50 15h17m-11d10m 15h17+89d15 275d11m15.6954s+17d59m59.876s 12.34567h-17.87654d
This allows creation of an EqCoordinate from a string of ra and dec with formats: 20 54 05.689 +37 01 17.38 10:12:45.3-45:17:50 15h17m-11d10m 15h17+89d15 275d11m15.6954s+17d59m59.876s 12.34567h-17.87654d
- radec
string includes both the ra a dec continuous
- returns
a new EqCoord
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])