| Constructor and Description |
|---|
CoordSurf_TransverseMercator(CoordSurf_TransverseMercator original)
Copy constructor
|
CoordSurf_TransverseMercator(SRF_TransverseMercator srf)
Constructor with initial value defaulted to [ Double.NaN, Double.NaN ]
|
CoordSurf_TransverseMercator(SRF_TransverseMercator srf,
double easting,
double northing)
Constructor with input values
|
| Modifier and Type | Method and Description |
|---|---|
double |
get_easting()
Returns the easting 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_northing(double value)
Sets the northing value
|
void |
setValues(double easting,
double northing)
Sets all coordinate component values
|
String |
toString()
Returns a String of coordinate component values
|
getClassType, getSRF, makeClonepublic CoordSurf_TransverseMercator(SRF_TransverseMercator srf)
public CoordSurf_TransverseMercator(SRF_TransverseMercator srf, double easting, double northing)
public CoordSurf_TransverseMercator(CoordSurf_TransverseMercator original)
public void setValues(double easting,
double northing)
public double get_easting()
public double get_northing()
public void set_easting(double value)
public void set_northing(double value)
public boolean isEqual(Coord coord)
CoordSurfCopyright © 2013 SEDRIS. All Rights Reserved.