|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jscience.geography.coordinates.Coord
org.jscience.geography.coordinates.Coord3D
org.jscience.geography.coordinates.Coord3D_EquidistantCylindrical
public class Coord3D_EquidistantCylindrical
A Coord3D for SRF_EquidistantCylindrical.
SRF_EquidistantCylindrical
Field Summary |
---|
Fields inherited from class org.jscience.geography.coordinates.Coord3D |
---|
_values |
Constructor Summary | |
---|---|
Coord3D_EquidistantCylindrical(SRF_EquidistantCylindrical srf)
Creates a new Coord3D_EquidistantCylindrical object. |
|
Coord3D_EquidistantCylindrical(SRF_EquidistantCylindrical srf,
double easting,
double northing,
double ellipsoidal_height)
Creates a new Coord3D_EquidistantCylindrical object. |
Method Summary | |
---|---|
double |
get_easting()
DOCUMENT ME! |
double |
get_ellipsoidal_height()
DOCUMENT ME! |
double |
get_northing()
DOCUMENT ME! |
boolean |
isEqual(Coord coord)
Returns TRUE if the coordinate component values are "equal" |
void |
set_easting(double value)
DOCUMENT ME! |
void |
set_ellipsoidal_height(double value)
DOCUMENT ME! |
void |
set_northing(double value)
DOCUMENT ME! |
void |
setValues(double easting,
double northing,
double ellipsoidal_height)
DOCUMENT ME! |
java.lang.String |
toString()
DOCUMENT ME! |
Methods inherited from class org.jscience.geography.coordinates.Coord3D |
---|
copyTo, getValues, setValues |
Methods inherited from class org.jscience.geography.coordinates.Coord |
---|
getClassType, getSRF, makeClone |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Coord3D_EquidistantCylindrical(SRF_EquidistantCylindrical srf)
srf
- DOCUMENT ME!public Coord3D_EquidistantCylindrical(SRF_EquidistantCylindrical srf, double easting, double northing, double ellipsoidal_height)
srf
- DOCUMENT ME!easting
- DOCUMENT ME!northing
- DOCUMENT ME!ellipsoidal_height
- DOCUMENT ME!Method Detail |
---|
public void setValues(double easting, double northing, double ellipsoidal_height)
easting
- DOCUMENT ME!northing
- DOCUMENT ME!ellipsoidal_height
- DOCUMENT ME!public double get_easting()
public double get_northing()
public double get_ellipsoidal_height()
public void set_easting(double value)
value
- DOCUMENT ME!public void set_northing(double value)
value
- DOCUMENT ME!public void set_ellipsoidal_height(double value)
value
- DOCUMENT ME!public boolean isEqual(Coord coord)
Coord3D
isEqual
in class Coord3D
coord
- DOCUMENT ME!
public java.lang.String toString()
toString
in class Coord
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |