|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kaboum.geom.KaboumGeometry org.kaboum.geom.KaboumGeometryCollection org.kaboum.geom.KaboumMultiPolygon
public class KaboumMultiPolygon
Basic implementation of MultiPolygon
.
Field Summary |
---|
Fields inherited from class org.kaboum.geom.KaboumGeometryCollection |
---|
geometries |
Fields inherited from class org.kaboum.geom.KaboumGeometry |
---|
WKT_LINESTRING, WKT_POINT, WKT_POLYGON |
Constructor Summary | |
---|---|
KaboumMultiPolygon(KaboumPolygon[] polygons)
Constructs a MultiPolygon . |
Method Summary | |
---|---|
boolean |
equalsExact(KaboumGeometry other)
|
int |
getDimension()
|
java.lang.String |
getGeometryType()
|
Methods inherited from class org.kaboum.geom.KaboumGeometryCollection |
---|
addCoordinateInGeometryN, getArea, getCoordinates, getExtent, getExteriorCoordinates, getExteriorNumPoints, getGeometryN, getNumGeometries, getNumPoints, getPerimeter, isClosed, isEmpty, normalize, removeGeometry, removeGeometryN, setCoordinates |
Methods inherited from class org.kaboum.geom.KaboumGeometry |
---|
addCoordinate, clone, hasNonEmptyElements, hasNullElements, indexOf, isEquivalentClass, minCoordinate, reversePointOrder, scroll |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KaboumMultiPolygon(KaboumPolygon[] polygons)
MultiPolygon
.
polygons
- the Polygon
s for this MultiPolygon
Method Detail |
---|
public int getDimension()
getDimension
in class KaboumGeometryCollection
public java.lang.String getGeometryType()
getGeometryType
in class KaboumGeometryCollection
public boolean equalsExact(KaboumGeometry other)
equalsExact
in class KaboumGeometryCollection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |