| Constructor and Description |
|---|
Coord3D_LocalTangentSpaceCylindrical(Coord3D_LocalTangentSpaceCylindrical original)
Copy constructor
|
Coord3D_LocalTangentSpaceCylindrical(SRF_LocalTangentSpaceCylindrical srf)
Constructor with initial value defaulted to [ Double.NaN, Double.NaN, Double.NaN ]
|
Coord3D_LocalTangentSpaceCylindrical(SRF_LocalTangentSpaceCylindrical srf,
double angle,
double radius,
double height)
Constructor with input values
|
| Modifier and Type | Method and Description |
|---|---|
double |
get_angle()
Returns the angle value
|
double |
get_height()
Returns the height value
|
double |
get_radius()
Returns the radius value
|
boolean |
isEqual(Coord coord)
Returns TRUE if the coordinate component values are "equal"
|
void |
set_angle(double value)
Sets the angle value
|
void |
set_height(double value)
Sets the height value
|
void |
set_radius(double value)
Sets the radius value
|
void |
setValues(double angle,
double radius,
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_LocalTangentSpaceCylindrical(SRF_LocalTangentSpaceCylindrical srf)
public Coord3D_LocalTangentSpaceCylindrical(SRF_LocalTangentSpaceCylindrical srf, double angle, double radius, double height)
public Coord3D_LocalTangentSpaceCylindrical(Coord3D_LocalTangentSpaceCylindrical original)
public void setValues(double angle,
double radius,
double height)
public double get_angle()
public double get_radius()
public double get_height()
public void set_angle(double value)
public void set_radius(double value)
public void set_height(double value)
public boolean isEqual(Coord coord)
Coord3DCopyright © 2013 SEDRIS. All Rights Reserved.