-
public class PointZShape extends AbstractPointShape
Represents a PointZ Shape object, as defined by the ESRI Shape file specification.
-
-
Constructor Summary
Constructors Constructor Description PointZShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
Method Summary
-
Methods inherited from class org.nocrala.tools.gis.data.esri.shapefile.shape.shapes.AbstractPointShape
getX, getY -
Methods inherited from class org.nocrala.tools.gis.data.esri.shapefile.shape.AbstractShape
getHeader, getShapeType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PointZShape
PointZShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
-
-
-