-
public class MultiPointZShape extends AbstractMultiPointShape
Represents a MultiPointZ Shape object, as defined by the ESRI Shape file specification.
-
-
Constructor Summary
Constructors Constructor Description MultiPointZShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
Method Summary
Modifier and Type Method Description doublegetMinZ()doublegetMaxZ()Array<double>getZ()doublegetMinM()doublegetMaxM()Array<double>getM()-
Methods inherited from class org.nocrala.tools.gis.data.esri.shapefile.shape.shapes.AbstractMultiPointShape
getBoxMaxX, getBoxMaxY, getBoxMinX, getBoxMinY, getNumberOfPoints, getPoints -
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
-
MultiPointZShape
MultiPointZShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
-
-
-