gistoolkit.datasources.shapefile
Class PointZ

java.lang.Object
  extended bygistoolkit.features.Shape
      extended bygistoolkit.features.Point
          extended bygistoolkit.datasources.shapefile.PointM
              extended bygistoolkit.datasources.shapefile.PointZ

public class PointZ
extends 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
PointZ(double inX, double inY)
           
 
Method Summary
 double getZ()
          return the Z coordinate.
 void setZ(double inZ)
          Sets the Z coordinate.
 
Methods inherited from class gistoolkit.datasources.shapefile.PointM
getM, setM
 
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

PointZ

public PointZ(double inX,
              double inY)
Method Detail

getZ

public double getZ()
return the Z coordinate.


setZ

public void setZ(double inZ)
Sets the Z coordinate.