|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthealpix.tools.CoordTransform
public final class CoordTransform
The Class CoordTransform.
| Field Summary | |
|---|---|
static int |
ECL2EQ
The Constant ECL2EQ. |
static int |
ECL2GAL
The Constant ECL2GAL. |
static int |
EQ2ECL
The Constant EQ2ECL. |
static int |
EQ2GAL
The Constant EQ2GAL. |
static int |
GAL2ECL
The Constant GAL2ECL. |
static int |
GAL2EQ
The Constant GAL2EQ. |
| Constructor Summary | |
|---|---|
CoordTransform()
|
|
| Method Summary | |
|---|---|
static AngularPosition |
transform(AngularPosition pos,
int trType)
Transforms an angular position in radians in a given coordinate system to a position in an other coordinate system, also in radians. |
static AngularPosition |
transformInDeg(AngularPosition pos,
int trType)
Transforms an angular position in degrees in a given coordinate system to a position in an other coordinate systems, also in degrees. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int EQ2GAL
public static final int GAL2EQ
public static final int EQ2ECL
public static final int ECL2EQ
public static final int ECL2GAL
public static final int GAL2ECL
| Constructor Detail |
|---|
public CoordTransform()
| Method Detail |
|---|
public static final AngularPosition transform(AngularPosition pos,
int trType)
throws Exception
Exception
public static final AngularPosition transformInDeg(AngularPosition pos,
int trType)
throws Exception
Exception
|
"Built from revision exported" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||