| Constructor and Description |
|---|
Coord3D_TransverseMercator(Coord3D_TransverseMercator original)
Copy constructor
|
Coord3D_TransverseMercator(SRF_TransverseMercator srf)
Constructor with initial value defaulted to [ Double.NaN, Double.NaN, Double.NaN ]
|
Coord3D_TransverseMercator(SRF_TransverseMercator srf,
double easting,
double northing,
double ellipsoidal_height)
Constructor with input values
|
| Modifier and Type | Method and Description |
|---|---|
double |
get_easting()
Returns the easting value
|
double |
get_ellipsoidal_height()
Returns the ellipsoidal_height value
|
double |
get_northing()
Returns the northing value
|
boolean |
isEqual(Coord coord)
Returns TRUE if the coordinate component values are "equal"
|
void |
set_easting(double value)
Sets the easting value
|
void |
set_ellipsoidal_height(double value)
Sets the ellipsoidal_height value
|
void |
set_northing(double value)
Sets the northing value
|
void |
setValues(double easting,
double northing,
double ellipsoidal_height)
Sets all coordinate component values
|
String |
toString()
Returns a String of coordinate component values
|
copyTo, getMGRS, getValues, impl_get_mgrs, impl_set_coord, setCoord, setValuesgetClassType, getSRF, makeClonepublic Coord3D_TransverseMercator(SRF_TransverseMercator srf)
public Coord3D_TransverseMercator(SRF_TransverseMercator srf, double easting, double northing, double ellipsoidal_height)
public Coord3D_TransverseMercator(Coord3D_TransverseMercator original)
public void setValues(double easting,
double northing,
double ellipsoidal_height)
public double get_easting()
public double get_northing()
public double get_ellipsoidal_height()
public void set_easting(double value)
public void set_northing(double value)
public void set_ellipsoidal_height(double value)
public boolean isEqual(Coord coord)
Coord3DCopyright © 2013 SEDRIS. All Rights Reserved.