|
|||||||||
| 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.CoordSurf
org.jscience.geography.coordinates.CoordSurf_EquidistantCylindrical
public class CoordSurf_EquidistantCylindrical
A CoordSurf for SRF_EquidistantCylindrical.
SRF_EquidistantCylindrical| Field Summary |
|---|
| Fields inherited from class org.jscience.geography.coordinates.CoordSurf |
|---|
_values |
| Constructor Summary | |
|---|---|
CoordSurf_EquidistantCylindrical(SRF_EquidistantCylindrical srf)
Creates a new CoordSurf_EquidistantCylindrical object. |
|
CoordSurf_EquidistantCylindrical(SRF_EquidistantCylindrical srf,
double easting,
double northing)
Creates a new CoordSurf_EquidistantCylindrical object. |
|
| Method Summary | |
|---|---|
double |
get_easting()
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_northing(double value)
DOCUMENT ME! |
void |
setValues(double easting,
double northing)
DOCUMENT ME! |
java.lang.String |
toString()
DOCUMENT ME! |
| Methods inherited from class org.jscience.geography.coordinates.CoordSurf |
|---|
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 CoordSurf_EquidistantCylindrical(SRF_EquidistantCylindrical srf)
srf - DOCUMENT ME!
public CoordSurf_EquidistantCylindrical(SRF_EquidistantCylindrical srf,
double easting,
double northing)
srf - DOCUMENT ME!easting - DOCUMENT ME!northing - DOCUMENT ME!| Method Detail |
|---|
public void setValues(double easting,
double northing)
easting - DOCUMENT ME!northing - DOCUMENT ME!public double get_easting()
public double get_northing()
public void set_easting(double value)
value - DOCUMENT ME!public void set_northing(double value)
value - DOCUMENT ME!public boolean isEqual(Coord coord)
CoordSurf
isEqual in class CoordSurfcoord - 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 | ||||||||