Uses of Class
org.kaboum.geom.KaboumPoint

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

Uses of KaboumPoint in org.kaboum.geom
 

Methods in org.kaboum.geom that return KaboumPoint
static KaboumPoint KaboumGeometryFactory.createPoint(KaboumCoordinate coordinate)
           
 KaboumPoint KaboumLineString.getEndPoint()
           
 KaboumPoint KaboumLineString.getPointN(int n)
           
 KaboumPoint KaboumLineString.getStartPoint()
           
static KaboumPoint[] KaboumGeometryFactory.toPointArray(KaboumList points)
          Converts the KaboumList to an array.
 

Methods in org.kaboum.geom with parameters of type KaboumPoint
static KaboumMultiPoint KaboumGeometryFactory.createMultiPoint(KaboumPoint[] point)
           
 

Constructors in org.kaboum.geom with parameters of type KaboumPoint
KaboumMultiPoint(KaboumPoint[] points)
          Constructs a MultiPoint.
 

Uses of KaboumPoint in org.kaboum.util
 

Methods in org.kaboum.util that return KaboumPoint
protected  KaboumPoint KaboumWKTReader.readPointText(java.io.StreamTokenizer tokenizer)
          Creates a Point using the next token in the stream.
 KaboumPoint[] KaboumList.toPointArray()
          Return an array of KaboumPoint
protected  KaboumPoint[] KaboumWKTReader.toPoints(KaboumCoordinate[] coordinates)
          Creates an array of Points having the given Coordinate
 



Copyright © 2005 Kaboum team. All Rights Reserved.