| Constructor and Description |
|---|
Coord3D_LocalTangentSpaceEuclidean(Coord3D_LocalTangentSpaceEuclidean original)
Copy constructor
|
Coord3D_LocalTangentSpaceEuclidean(SRF_LocalTangentSpaceEuclidean srf)
Constructor with initial value defaulted to [ Double.NaN, Double.NaN, Double.NaN ]
|
Coord3D_LocalTangentSpaceEuclidean(SRF_LocalTangentSpaceEuclidean srf,
double x,
double y,
double height)
Constructor with input values
|
| Modifier and Type | Method and Description |
|---|---|
double |
get_height()
Returns the height value
|
double |
get_x()
Returns the x value
|
double |
get_y()
Returns the y value
|
boolean |
isEqual(Coord coord)
Returns TRUE if the coordinate component values are "equal"
|
void |
set_height(double value)
Sets the height value
|
void |
set_x(double value)
Sets the x value
|
void |
set_y(double value)
Sets the y value
|
void |
setValues(double x,
double y,
double 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_LocalTangentSpaceEuclidean(SRF_LocalTangentSpaceEuclidean srf)
public Coord3D_LocalTangentSpaceEuclidean(SRF_LocalTangentSpaceEuclidean srf, double x, double y, double height)
public Coord3D_LocalTangentSpaceEuclidean(Coord3D_LocalTangentSpaceEuclidean original)
public void setValues(double x,
double y,
double height)
public double get_x()
public double get_y()
public double get_height()
public void set_x(double value)
public void set_y(double value)
public void set_height(double value)
public boolean isEqual(Coord coord)
Coord3DCopyright © 2013 SEDRIS. All Rights Reserved.