|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CartesianConvention | |
| org.jeospace.coordinate | Contains classes that support 3 dimensional coordinate objects used to position and orient. |
| Uses of CartesianConvention in org.jeospace.coordinate |
| Classes in org.jeospace.coordinate that implement CartesianConvention | |
class |
DefaultConvention
The default CartesianConvention. |
class |
ECEFConvention
CartesianConvention implementation of the ECEF
(Earth Centered Earth Fixed) convention. |
| Methods in org.jeospace.coordinate with parameters of type CartesianConvention | |
void |
Cartesian.set(double x,
double y,
double z,
CartesianConvention conv,
Length scale)
Set the values for the coordinate points and scalor |
void |
Cartesian.set(double[] value,
CartesianConvention conv,
Length scale)
Set the values for the coordinate points and scalor |
void |
Cartesian.set(float[] value,
CartesianConvention conv,
Length scale)
Set the values for the coordinate points and scalor |
void |
Cartesian.get(CartesianConvention conv,
double[] value)
Get the double values for the coordinate points scaled by the Length object |
void |
Cartesian.get(CartesianConvention conv,
Length scalor,
double[] value)
Get the double values for the coordinate points scaled by the Length object |
void |
Cartesian.get(CartesianConvention conv,
float[] value)
Get the float values for the coordinate points scaled by the Length object |
void |
Cartesian.get(CartesianConvention conv,
Length scalor,
float[] value)
Get the float values for the coordinate points scaled by the Length object |
| Constructors in org.jeospace.coordinate with parameters of type CartesianConvention | |
Cartesian(double[] value,
CartesianConvention conv,
Length scale)
Create a Cartesian coordinate object initialized with the given parameters. |
|
Cartesian(float[] value,
CartesianConvention conv,
Length scale)
Create a Cartesian coordinate object initialized with the given parameters. |
|
Cartesian(double x,
double y,
double z,
CartesianConvention conv,
Length scale)
Create a Cartesian coordinate object initialized with the given parameters. |
|
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||