|
||||||||||
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.KaboumLineString org.kaboum.geom.KaboumLinearRing org.kaboum.geom.KaboumLabeledLinearRing
public class KaboumLabeledLinearRing
This class define a LinearRing with labeled edge.
Field Summary |
---|
Fields inherited from class org.kaboum.geom.KaboumLineString |
---|
points |
Fields inherited from class org.kaboum.geom.KaboumGeometry |
---|
WKT_LINESTRING, WKT_POINT, WKT_POLYGON |
Constructor Summary | |
---|---|
KaboumLabeledLinearRing(KaboumCoordinate[] points)
Constructs a LabeledLinearRing with the given points. |
Method Summary | |
---|---|
java.lang.String |
getGeometryType()
|
Methods inherited from class org.kaboum.geom.KaboumLinearRing |
---|
clone, getArea, isClosed, setCoordinates |
Methods inherited from class org.kaboum.geom.KaboumLineString |
---|
addCoordinate, computeExtentInternal, equalsExact, getCoordinateN, getCoordinates, getDimension, getEndPoint, getExtent, getExteriorCoordinates, getExteriorNumPoints, getNumPoints, getPerimeter, getPointN, getStartPoint, isCoordinate, isEmpty, isEquivalentClass, normalize |
Methods inherited from class org.kaboum.geom.KaboumGeometry |
---|
addCoordinateInGeometryN, getGeometryN, getNumGeometries, hasNonEmptyElements, hasNullElements, indexOf, minCoordinate, removeGeometry, reversePointOrder, scroll |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KaboumLabeledLinearRing(KaboumCoordinate[] points)
LabeledLinearRing
with the given points.
points
- points forming a closed and simple linestringMethod Detail |
---|
public java.lang.String getGeometryType()
getGeometryType
in class KaboumLinearRing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |