-
public abstract class AbstractPolyZShape extends AbstractPolyShape
-
-
Constructor Summary
Constructors Constructor Description AbstractPolyZShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
Method Summary
Modifier and Type Method Description doublegetMinZ()doublegetMaxZ()Array<double>getZ()doublegetMinM()doublegetMaxM()Array<double>getMeasures()Array<double>getMOfPart(int i)Array<double>getZOfPart(int i)-
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
-
AbstractPolyZShape
AbstractPolyZShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
-
Method Detail
-
getMinZ
double getMinZ()
-
getMaxZ
double getMaxZ()
-
getMinM
double getMinM()
-
getMaxM
double getMaxM()
-
getMeasures
Array<double> getMeasures()
-
getMOfPart
Array<double> getMOfPart(int i)
-
getZOfPart
Array<double> getZOfPart(int i)
-
-
-
-