| Constructor and Description |
|---|
CoordSurf_Planetodetic(CoordSurf_Planetodetic original)
Copy constructor
|
CoordSurf_Planetodetic(SRF_Planetodetic srf)
Constructor with initial value defaulted to [ Double.NaN, Double.NaN ]
|
CoordSurf_Planetodetic(SRF_Planetodetic srf,
double longitude,
double latitude)
Constructor with input values
|
| Modifier and Type | Method and Description |
|---|---|
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_latitude(double value)
Sets the latitude value
|
void |
set_longitude(double value)
Sets the longitude value
|
void |
setValues(double longitude,
double latitude)
Sets all coordinate component values
|
String |
toString()
Returns a String of coordinate component values
|
getClassType, getSRF, makeClonepublic CoordSurf_Planetodetic(SRF_Planetodetic srf)
public CoordSurf_Planetodetic(SRF_Planetodetic srf, double longitude, double latitude)
public CoordSurf_Planetodetic(CoordSurf_Planetodetic original)
public void setValues(double longitude,
double latitude)
public double get_longitude()
public double get_latitude()
public void set_longitude(double value)
public void set_latitude(double value)
public boolean isEqual(Coord coord)
CoordSurfCopyright © 2013 SEDRIS. All Rights Reserved.