|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Point s having the given Coordinate |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |