Uses of Class
org.kaboum.util.KaboumList

Packages that use KaboumList
org.kaboum.geom   
org.kaboum.util   
 

Uses of KaboumList in org.kaboum.geom
 

Subclasses of KaboumList in org.kaboum.geom
 class KaboumGGDIndex
          This class define an indexed KaboumList of KaboumGeometryGlobalDescriptor.
 

Methods in org.kaboum.geom with parameters of type KaboumList
static KaboumGeometry KaboumGeometryFactory.buildGeometry(KaboumList geomKaboumList)
          Build an appropriate Geometry, MultiGeometry, or GeometryCollection to contain the Geometrys in it; for example,
If geomKaboumList contains a single Polygon, the Polygon is returned.
static KaboumGeometry[] KaboumGeometryFactory.toGeometryArray(KaboumList geometrys)
          Converts the KaboumList to an array.
static KaboumLinearRing[] KaboumGeometryFactory.toLinearRingArray(KaboumList linearRings)
          Converts the KaboumList to an array.
static KaboumLineString[] KaboumGeometryFactory.toLineStringArray(KaboumList lineStrings)
          Converts the KaboumList to an array.
static KaboumMultiLineString[] KaboumGeometryFactory.toMultiLineStringArray(KaboumList multiLineStrings)
          Converts the KaboumList to an array.
static KaboumMultiPoint[] KaboumGeometryFactory.toMultiPointArray(KaboumList multiPoints)
          Converts the KaboumList to an array.
static KaboumMultiPolygon[] KaboumGeometryFactory.toMultiPolygonArray(KaboumList multiPolygons)
          Converts the KaboumList to an array.
static KaboumPoint[] KaboumGeometryFactory.toPointArray(KaboumList points)
          Converts the KaboumList to an array.
static KaboumPolygon[] KaboumGeometryFactory.toPolygonArray(KaboumList polygons)
          Converts the KaboumList to an array.
 

Uses of KaboumList in org.kaboum.util
 

Methods in org.kaboum.util that return KaboumList
static KaboumList KaboumList.toKaboumList(KaboumCoordinate[] internals)
          Return a vector from an array of coordinates
 



Copyright © 2005 Kaboum team. All Rights Reserved.