|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kaboum.geom.KaboumGeometry
org.kaboum.geom.KaboumGeometryCollection
org.kaboum.geom.KaboumMultiLineString
public class KaboumMultiLineString
Basic implementation of MultiLineString.
| 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 | |
|---|---|
KaboumMultiLineString(KaboumLineString[] lineStrings)
Constructs a MultiLineString. |
|
| 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 KaboumMultiLineString(KaboumLineString[] lineStrings)
MultiLineString.
lineStrings - the LineStrings for this MultiLineString| Method Detail |
|---|
public int getDimension()
getDimension in class KaboumGeometryCollectionpublic java.lang.String getGeometryType()
getGeometryType in class KaboumGeometryCollectionpublic boolean equalsExact(KaboumGeometry other)
equalsExact in class KaboumGeometryCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||