|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KaboumGeometryCollection | |
---|---|
org.kaboum.geom | |
org.kaboum.util |
Uses of KaboumGeometryCollection in org.kaboum.geom |
---|
Subclasses of KaboumGeometryCollection in org.kaboum.geom | |
---|---|
class |
KaboumMultiLineString
Basic implementation of MultiLineString . |
class |
KaboumMultiPoint
Basic implementation of MultiPoint . |
class |
KaboumMultiPolygon
Basic implementation of MultiPolygon . |
Methods in org.kaboum.geom that return KaboumGeometryCollection | |
---|---|
static KaboumGeometryCollection |
KaboumGeometryFactory.createGeometryCollection(KaboumGeometry[] geometries)
|
Uses of KaboumGeometryCollection in org.kaboum.util |
---|
Methods in org.kaboum.util that return KaboumGeometryCollection | |
---|---|
protected KaboumGeometryCollection |
KaboumWKTReader.readGeometryCollectionText(java.io.StreamTokenizer tokenizer)
Creates a GeometryCollection using the next token in the
stream. |
Methods in org.kaboum.util with parameters of type KaboumGeometryCollection | |
---|---|
protected void |
KaboumWKTWriter.appendGeometryCollectionTaggedText(KaboumGeometryCollection geometryCollection,
java.io.Writer writer)
Converts a GeometryCollection to <GeometryCollection
Tagged Text> format, then appends it to the writer. |
protected void |
KaboumWKTWriter.appendGeometryCollectionText(KaboumGeometryCollection geometryCollection,
java.io.Writer writer)
Converts a GeometryCollection to <GeometryCollectionText>
format, then appends it to the writer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |