| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Method and Description |
|---|---|
LineString |
LineString.addToCoordinates(double longitude,
double latitude)
add a value to the coordinates property collection
|
LineString |
LineString.addToCoordinates(double longitude,
double latitude,
double altitude)
add a value to the coordinates property collection
|
LineString |
LineString.addToCoordinates(String coordinates)
add a value to the coordinates property collection
|
LineString |
LineString.addToGeometryObjectExtension(AbstractObject geometryObjectExtension) |
LineString |
LineString.addToGeometrySimpleExtension(Object geometrySimpleExtension) |
LineString |
LineString.addToLineStringObjectExtension(AbstractObject lineStringObjectExtension)
add a value to the lineStringObjectExtension property collection
|
LineString |
LineString.addToLineStringSimpleExtension(Object lineStringSimpleExtension)
add a value to the lineStringSimpleExtension property collection
|
LineString |
LineString.addToObjectSimpleExtension(Object objectSimpleExtension) |
LineString |
LineString.clone() |
LineString |
MultiGeometry.createAndAddLineString()
Creates a new instance of
LineString and adds it to geometry. |
LineString |
Placemark.createAndSetLineString()
Creates a new instance of
LineString and set it to geometry. |
static LineString |
KmlFactory.createLineString()
Create an instance of
LineString |
LineString |
LineString.withAltitudeMode(AltitudeMode altitudeMode)
fluent setter
|
LineString |
LineString.withCoordinates(List<Coordinate> coordinates)
fluent setter
|
LineString |
LineString.withExtrude(Boolean extrude)
fluent setter
|
LineString |
LineString.withGeometryObjectExtension(List<AbstractObject> geometryObjectExtension) |
LineString |
LineString.withGeometrySimpleExtension(List<Object> geometrySimpleExtension) |
LineString |
LineString.withId(String id) |
LineString |
LineString.withLineStringObjectExtension(List<AbstractObject> lineStringObjectExtension)
fluent setter
|
LineString |
LineString.withLineStringSimpleExtension(List<Object> lineStringSimpleExtension)
fluent setter
|
LineString |
LineString.withObjectSimpleExtension(List<Object> objectSimpleExtension) |
LineString |
LineString.withTargetId(String targetId) |
LineString |
LineString.withTessellate(Boolean tessellate)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.