org.kaboum.geom
Class KaboumLabeledLinearRing

java.lang.Object
  extended by org.kaboum.geom.KaboumGeometry
      extended by org.kaboum.geom.KaboumLineString
          extended by org.kaboum.geom.KaboumLinearRing
              extended by org.kaboum.geom.KaboumLabeledLinearRing

public class KaboumLabeledLinearRing
extends KaboumLinearRing

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

KaboumLabeledLinearRing

public KaboumLabeledLinearRing(KaboumCoordinate[] points)
Constructs a LabeledLinearRing with the given points.

Parameters:
points - points forming a closed and simple linestring
Method Detail

getGeometryType

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


Copyright © 2005 Kaboum team. All Rights Reserved.