-
public class PolygonZShape extends AbstractPolyZShape
Represents a PolygonZ Shape object, as defined by the ESRI Shape file specification.
-
-
Constructor Summary
Constructors Constructor Description PolygonZShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.nocrala.tools.gis.data.esri.shapefile.shape.shapes.AbstractPolyZShape
getMOfPart, getMaxM, getMaxZ, getMeasures, getMinM, getMinZ, getZ, getZOfPart -
Methods inherited from class org.nocrala.tools.gis.data.esri.shapefile.shape.shapes.AbstractPolyShape
getBoxMaxX, getBoxMaxY, getBoxMinX, getBoxMinY, getNumberOfParts, getNumberOfPoints, getPartFirstPoints, getPoints, getPointsOfPart -
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
-
PolygonZShape
PolygonZShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
-
-
-