|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.data.SkyCoord.SkyVariant
public abstract static class SkyCoord.SkyVariant
Controls the interpretation of sky vectors, either fixed to the surface of the unit sphere or not.
Field Summary | |
---|---|
static SkyCoord.SkyVariant |
SURFACE
No radial coordinate, vectors all on unit sphere surface. |
static SkyCoord.SkyVariant |
VOLUME_OR_NULL
Has radial coordinate, point considered blank if radius blank . |
static SkyCoord.SkyVariant |
VOLUME_OR_UNIT
Has radial coordinate, considered on unit sphere if radius blank. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static SkyCoord.SkyVariant SURFACE
public static SkyCoord.SkyVariant VOLUME_OR_NULL
public static SkyCoord.SkyVariant VOLUME_OR_UNIT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |