-
public abstract class AbstractMultiPointShape extends AbstractShape
-
-
Constructor Summary
Constructors Constructor Description AbstractMultiPointShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
Method Summary
Modifier and Type Method Description doublegetBoxMinX()doublegetBoxMinY()doublegetBoxMaxX()doublegetBoxMaxY()intgetNumberOfPoints()Array<PointData>getPoints()-
-
Constructor Detail
-
AbstractMultiPointShape
AbstractMultiPointShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
-
Method Detail
-
getBoxMinX
double getBoxMinX()
-
getBoxMinY
double getBoxMinY()
-
getBoxMaxX
double getBoxMaxX()
-
getBoxMaxY
double getBoxMaxY()
-
getNumberOfPoints
int getNumberOfPoints()
-
-
-
-