gistoolkit.datasources.shapefile
Class PointM

java.lang.Object
  extended bygistoolkit.features.Shape
      extended bygistoolkit.features.Point
          extended bygistoolkit.datasources.shapefile.PointM
Direct Known Subclasses:
PointZ

public class PointM
extends Point

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

PointM

public PointM(double inX,
              double inY)
Method Detail

getM

public double getM()
return the M coordinate.


setM

public void setM(double inM)
Sets the M coordinate.