org.kaboum.geom
Class KaboumMultiPoint

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

public class KaboumMultiPoint
extends KaboumGeometryCollection

Basic implementation of MultiPoint.


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
KaboumMultiPoint(KaboumPoint[] points)
          Constructs a MultiPoint.
 
Method Summary
 boolean equalsExact(KaboumGeometry other)
           
protected  KaboumCoordinate getCoordinate(int n)
          Returns the Coordinate at the given position.
 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

KaboumMultiPoint

public KaboumMultiPoint(KaboumPoint[] points)
Constructs a MultiPoint.

Parameters:
points - the Points for this MultiPoint
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

getCoordinate

protected KaboumCoordinate getCoordinate(int n)
Returns the Coordinate at the given position.

Parameters:
n - the index of the Coordinate to retrieve, beginning at 0


Copyright © 2005 Kaboum team. All Rights Reserved.