org.kaboum.geom
Class KaboumMultiPolygon

java.lang.Object
  extended by org.kaboum.geom.KaboumGeometry
      extended by org.kaboum.geom.KaboumGeometryCollection
          extended by org.kaboum.geom.KaboumMultiPolygon

public class KaboumMultiPolygon
extends KaboumGeometryCollection

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

KaboumMultiPolygon

public KaboumMultiPolygon(KaboumPolygon[] polygons)
Constructs a MultiPolygon.

Parameters:
polygons - the Polygons for this MultiPolygon
Method Detail

getDimension

public int getDimension()
Overrides:
getDimension in class KaboumGeometryCollection

getGeometryType

public java.lang.String getGeometryType()
Overrides:
getGeometryType in class KaboumGeometryCollection

equalsExact

public boolean equalsExact(KaboumGeometry other)
Overrides:
equalsExact in class KaboumGeometryCollection


Copyright © 2005 Kaboum team. All Rights Reserved.