|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KaboumLinearRing | |
|---|---|
| org.kaboum.geom | |
| org.kaboum.util | |
| Uses of KaboumLinearRing in org.kaboum.geom |
|---|
| Subclasses of KaboumLinearRing in org.kaboum.geom | |
|---|---|
class |
KaboumLabeledLinearRing
This class define a LinearRing with labeled edge. |
| Fields in org.kaboum.geom declared as KaboumLinearRing | |
|---|---|
protected KaboumLinearRing[] |
KaboumPolygon.holes
The interior boundaries, if any. |
protected KaboumLinearRing |
KaboumPolygon.shell
The exterior boundary |
| Methods in org.kaboum.geom that return KaboumLinearRing | |
|---|---|
static KaboumLinearRing |
KaboumGeometryFactory.createLinearRing(KaboumCoordinate[] coordinates)
|
static KaboumLinearRing[] |
KaboumGeometryFactory.toLinearRingArray(KaboumList linearRings)
Converts the KaboumList to an array. |
| Methods in org.kaboum.geom with parameters of type KaboumLinearRing | |
|---|---|
static KaboumPolygon |
KaboumGeometryFactory.createPolygon(KaboumLinearRing shell,
KaboumLinearRing[] holes)
|
static KaboumPolygon |
KaboumGeometryFactory.createPolygon(KaboumLinearRing shell,
KaboumLinearRing[] holes)
|
void |
KaboumPolygon.setHoles(KaboumLinearRing[] _holes)
|
| Constructors in org.kaboum.geom with parameters of type KaboumLinearRing | |
|---|---|
KaboumPolygon(KaboumLinearRing shell)
Constructs a Polygon with the given exterior boundary. |
|
KaboumPolygon(KaboumLinearRing shell,
KaboumLinearRing[] holes)
Constructs a Polygon with the given exterior boundary and
interior boundaries. |
|
KaboumPolygon(KaboumLinearRing shell,
KaboumLinearRing[] holes)
Constructs a Polygon with the given exterior boundary and
interior boundaries. |
|
| Uses of KaboumLinearRing in org.kaboum.util |
|---|
| Methods in org.kaboum.util that return KaboumLinearRing | |
|---|---|
protected KaboumLinearRing |
KaboumWKTReader.readLinearRingText(java.io.StreamTokenizer tokenizer)
Creates a LinearRing using the next token in the stream. |
KaboumLinearRing[] |
KaboumList.toLinearRingArray()
Return an array of KaboumLinearRing |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||