|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KaboumPolygon | |
---|---|
org.kaboum.geom | |
org.kaboum.util |
Uses of KaboumPolygon in org.kaboum.geom |
---|
Methods in org.kaboum.geom that return KaboumPolygon | |
---|---|
static KaboumPolygon |
KaboumGeometryFactory.createPolygon(KaboumLinearRing shell,
KaboumLinearRing[] holes)
|
static KaboumPolygon[] |
KaboumGeometryFactory.toPolygonArray(KaboumList polygons)
Converts the KaboumList to an array. |
Methods in org.kaboum.geom with parameters of type KaboumPolygon | |
---|---|
static KaboumMultiPolygon |
KaboumGeometryFactory.createMultiPolygon(KaboumPolygon[] polygons)
|
Constructors in org.kaboum.geom with parameters of type KaboumPolygon | |
---|---|
KaboumMultiPolygon(KaboumPolygon[] polygons)
Constructs a MultiPolygon . |
Uses of KaboumPolygon in org.kaboum.util |
---|
Methods in org.kaboum.util that return KaboumPolygon | |
---|---|
protected KaboumPolygon |
KaboumWKTReader.readPolygonText(java.io.StreamTokenizer tokenizer)
Creates a Polygon using the next token in the stream. |
KaboumPolygon[] |
KaboumList.toPolygonArray()
Return an array of KaboumPolygon |
Methods in org.kaboum.util with parameters of type KaboumPolygon | |
---|---|
protected void |
KaboumWKTWriter.appendPolygonTaggedText(KaboumPolygon polygon,
java.io.Writer writer)
Converts a Polygon to <Polygon Tagged Text> format,
then appends it to the writer. |
protected void |
KaboumWKTWriter.appendPolygonText(KaboumPolygon polygon,
java.io.Writer writer)
Converts a Polygon to <Polygon Text> format, then
appends it to the writer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |