| Constructor and Description |
|---|
Coord3D_Planetodetic(Coord3D_Planetodetic original)
Copy constructor
|
Coord3D_Planetodetic(SRF_Planetodetic srf)
Constructor with initial value defaulted to [ Double.NaN, Double.NaN, Double.NaN ]
|
Coord3D_Planetodetic(SRF_Planetodetic srf,
double latitude,
double longitude,
double ellipsoidal_height)
Constructor with input values
|
| Modifier and Type | Method and Description |
|---|---|
double |
get_ellipsoidal_height()
Returns the ellipsoidal_height value
|
double |
get_latitude()
Returns the latitude value
|
double |
get_longitude()
Returns the longitude value
|
boolean |
isEqual(Coord coord)
Returns TRUE if the coordinate component values are "equal"
|
void |
set_ellipsoidal_height(double value)
Sets the ellipsoidal_height value
|
void |
set_latitude(double value)
Sets the latitude value
|
void |
set_longitude(double value)
Sets the longitude value
|
void |
setValues(double latitude,
double longitude,
double ellipsoidal_height)
Sets all coordinate component values
|
String |
toString()
Returns a String of coordinate component (lat, lon, height) values
|
copyTo, getMGRS, getValues, impl_get_mgrs, impl_set_coord, setCoord, setValuesgetClassType, getSRF, makeClonepublic Coord3D_Planetodetic(SRF_Planetodetic srf)
public Coord3D_Planetodetic(SRF_Planetodetic srf, double latitude, double longitude, double ellipsoidal_height)
public Coord3D_Planetodetic(Coord3D_Planetodetic original)
public void setValues(double latitude,
double longitude,
double ellipsoidal_height)
public double get_latitude()
public double get_longitude()
public double get_ellipsoidal_height()
public void set_latitude(double value)
public void set_longitude(double value)
public void set_ellipsoidal_height(double value)
public boolean isEqual(Coord coord)
Coord3DCopyright © 2013 SEDRIS. All Rights Reserved.