|
||||||||||
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.KaboumMultiPoint
public class KaboumMultiPoint
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 |
---|
public KaboumMultiPoint(KaboumPoint[] points)
MultiPoint
.
points
- the Point
s for this MultiPoint
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
protected KaboumCoordinate getCoordinate(int n)
Coordinate
at the given position.
n
- the index of the Coordinate
to retrieve, beginning
at 0
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |