|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--drasys.or.geom.geo.Geo
A base class for the Geo objects.
Constructor Summary | |
Geo()
|
Method Summary | |
CoordinateSystemI |
coordinateSystem()
Returns the geographic coordinate system. |
EllipsoidI |
ellipsoid()
Returns the default ellipsoid. |
PointI |
getCentroid()
Returns a PointI describing the centroid of the object |
double |
getDistanceProxyTo(PointI point)
Returns an easily computable proxy that can be used to compare the distance to a point. |
double |
getDistanceTo(PointI point)
Returns the distance to a point. |
PointI |
getNearestPointTo(PointI point)
Returns a PointI describing the point on the boundary closest to 'point'. |
RangeI |
getRange()
Returns a RangeI describing the extent of the object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Geo()
Method Detail |
public EllipsoidI ellipsoid()
public CoordinateSystemI coordinateSystem()
public double getDistanceTo(PointI point)
public double getDistanceProxyTo(PointI point)
public RangeI getRange()
public PointI getCentroid()
public PointI getNearestPointTo(PointI point)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |