-
public abstract class AbstractPolyShape extends AbstractShape
-
-
Field Summary
Fields Modifier and Type Field Description protected doubleboxMinXprotected doubleboxMinYprotected doubleboxMaxXprotected doubleboxMaxYprotected intnumberOfPartsprotected intnumberOfPointsprotected Array<int>partFirstPointsprotected Array<PointData>points
-
Constructor Summary
Constructors Constructor Description AbstractPolyShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
Method Summary
Modifier and Type Method Description doublegetBoxMinX()doublegetBoxMinY()doublegetBoxMaxX()doublegetBoxMaxY()intgetNumberOfParts()intgetNumberOfPoints()Array<int>getPartFirstPoints()Array<PointData>getPoints()Array<PointData>getPointsOfPart(int i)-
-
Constructor Detail
-
AbstractPolyShape
AbstractPolyShape(ShapeHeader shapeHeader, ShapeType shapeType, InputStream is, ValidationPreferences rules)
-
-
Method Detail
-
getBoxMinX
double getBoxMinX()
-
getBoxMinY
double getBoxMinY()
-
getBoxMaxX
double getBoxMaxX()
-
getBoxMaxY
double getBoxMaxY()
-
getNumberOfParts
int getNumberOfParts()
-
getNumberOfPoints
int getNumberOfPoints()
-
getPartFirstPoints
Array<int> getPartFirstPoints()
-
getPointsOfPart
Array<PointData> getPointsOfPart(int i)
-
-
-
-