| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected LinearRing |
Boundary.linearRing |
| Modifier and Type | Method and Description |
|---|---|
LinearRing |
LinearRing.addToCoordinates(double longitude,
double latitude)
add a value to the coordinates property collection
|
LinearRing |
LinearRing.addToCoordinates(double longitude,
double latitude,
double altitude)
add a value to the coordinates property collection
|
LinearRing |
LinearRing.addToCoordinates(String coordinates)
add a value to the coordinates property collection
|
LinearRing |
LinearRing.addToGeometryObjectExtension(AbstractObject geometryObjectExtension) |
LinearRing |
LinearRing.addToGeometrySimpleExtension(Object geometrySimpleExtension) |
LinearRing |
LinearRing.addToLinearRingObjectExtension(AbstractObject linearRingObjectExtension)
add a value to the linearRingObjectExtension property collection
|
LinearRing |
LinearRing.addToLinearRingSimpleExtension(Object linearRingSimpleExtension)
add a value to the linearRingSimpleExtension property collection
|
LinearRing |
LinearRing.addToObjectSimpleExtension(Object objectSimpleExtension) |
LinearRing |
LinearRing.clone() |
LinearRing |
MultiGeometry.createAndAddLinearRing()
Creates a new instance of
LinearRing and adds it to geometry. |
LinearRing |
Placemark.createAndSetLinearRing()
Creates a new instance of
LinearRing and set it to geometry. |
LinearRing |
Boundary.createAndSetLinearRing()
Creates a new instance of
LinearRing and set it to linearRing. |
static LinearRing |
KmlFactory.createLinearRing()
Create an instance of
LinearRing |
LinearRing |
Boundary.getLinearRing() |
LinearRing |
LinearRing.withAltitudeMode(AltitudeMode altitudeMode)
fluent setter
|
LinearRing |
LinearRing.withCoordinates(List<Coordinate> coordinates)
fluent setter
|
LinearRing |
LinearRing.withExtrude(Boolean extrude)
fluent setter
|
LinearRing |
LinearRing.withGeometryObjectExtension(List<AbstractObject> geometryObjectExtension) |
LinearRing |
LinearRing.withGeometrySimpleExtension(List<Object> geometrySimpleExtension) |
LinearRing |
LinearRing.withId(String id) |
LinearRing |
LinearRing.withLinearRingObjectExtension(List<AbstractObject> linearRingObjectExtension)
fluent setter
|
LinearRing |
LinearRing.withLinearRingSimpleExtension(List<Object> linearRingSimpleExtension)
fluent setter
|
LinearRing |
LinearRing.withObjectSimpleExtension(List<Object> objectSimpleExtension) |
LinearRing |
LinearRing.withTargetId(String targetId) |
LinearRing |
LinearRing.withTessellate(Boolean tessellate)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
void |
Boundary.setLinearRing(LinearRing value) |
Boundary |
Boundary.withLinearRing(LinearRing linearRing)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.