Class MultiPolygon.MultiPolygonPart
java.lang.Object
xyz.jpenilla.squaremap.api.marker.MultiPolygon.MultiPolygonPart
- All Implemented Interfaces:
IPolygon
- Enclosing class:
- MultiPolygon
MultiPolygonPart is a class to represent sub polygons of
MultiPolygons-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Get the mutable list of the points which make up the main polygonGet the mutable list of polygons which make up the negative space for this polygon.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface xyz.jpenilla.squaremap.api.marker.IPolygon
mainPolygon, mainPolygon, negativeSpace, negativeSpace
-
Method Details
-
negativeSpace
Description copied from interface:IPolygonGet the mutable list of polygons which make up the negative space for this polygon.- Specified by:
negativeSpacein interfaceIPolygon- Returns:
- negative space
-
mainPolygon
Description copied from interface:IPolygonGet the mutable list of the points which make up the main polygon- Specified by:
mainPolygonin interfaceIPolygon- Returns:
- main polygon
-
equals
-
hashCode
public int hashCode()
-