|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.features.Shape
gistoolkit.features.Point
gistoolkit.datasources.shapefile.PointM
This point contains an additional double precision measure attribute.
Field Summary |
Fields inherited from class gistoolkit.features.Point |
x, y |
Fields inherited from class gistoolkit.features.Shape |
EQUAL_LIMIT, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, myEnvelope, NULLSHAPE, POINT, POLYGON, RASTER |
Constructor Summary | |
PointM(double inX,
double inY)
|
Method Summary | |
double |
getM()
return the M coordinate. |
void |
setM(double inM)
Sets the M coordinate. |
Methods inherited from class gistoolkit.features.Point |
add, add, clone, contains, distance, equals, equals, getClosestIndex, getClosestPoint, getDistanceToPoint, getEnvelope, getNumPoints, getPoint, getPoints, getShapeType, getWKT, getX, getY, intersects, intersectsLinearRing, intersectsLineString, intersectsMultiLineString, intersectsMultiPoint, intersectsMultiPolygon, intersectsPoint, intersectsPolygon, intersectsRasterShape, pointsEqual, remove, setPoint, setX, setY, toString, translate |
Methods inherited from class gistoolkit.features.Shape |
calculateEnvelope, distance, getDistance, getDistanceToEnvelope, getDistanceToLine, getDistanceToLine, getLinesIntersect, linesIntersect, linesIntersect, pointOnLine, pointOnLine |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PointM(double inX, double inY)
Method Detail |
public double getM()
public void setM(double inM)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |