| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected Point |
PhotoOverlay.point
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.addToCoordinates(double longitude,
double latitude)
add a value to the coordinates property collection
|
Point |
Point.addToCoordinates(double longitude,
double latitude,
double altitude)
add a value to the coordinates property collection
|
Point |
Point.addToCoordinates(String coordinates)
add a value to the coordinates property collection
|
Point |
Point.addToGeometryObjectExtension(AbstractObject geometryObjectExtension) |
Point |
Point.addToGeometrySimpleExtension(Object geometrySimpleExtension) |
Point |
Point.addToObjectSimpleExtension(Object objectSimpleExtension) |
Point |
Point.addToPointObjectExtension(AbstractObject pointObjectExtension)
add a value to the pointObjectExtension property collection
|
Point |
Point.addToPointSimpleExtension(Object pointSimpleExtension)
add a value to the pointSimpleExtension property collection
|
Point |
Point.clone() |
Point |
MultiGeometry.createAndAddPoint()
Creates a new instance of
Point and adds it to geometry. |
Point |
Placemark.createAndSetPoint()
Creates a new instance of
Point and set it to geometry. |
Point |
PhotoOverlay.createAndSetPoint()
Creates a new instance of
Point and set it to point. |
static Point |
KmlFactory.createPoint()
Create an instance of
Point |
Point |
PhotoOverlay.getPoint() |
Point |
Point.withAltitudeMode(AltitudeMode altitudeMode)
fluent setter
|
Point |
Point.withCoordinates(List<Coordinate> coordinates)
fluent setter
|
Point |
Point.withExtrude(Boolean extrude)
fluent setter
|
Point |
Point.withGeometryObjectExtension(List<AbstractObject> geometryObjectExtension) |
Point |
Point.withGeometrySimpleExtension(List<Object> geometrySimpleExtension) |
Point |
Point.withId(String id) |
Point |
Point.withObjectSimpleExtension(List<Object> objectSimpleExtension) |
Point |
Point.withPointObjectExtension(List<AbstractObject> pointObjectExtension)
fluent setter
|
Point |
Point.withPointSimpleExtension(List<Object> pointSimpleExtension)
fluent setter
|
Point |
Point.withTargetId(String targetId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhotoOverlay.setPoint(Point value) |
PhotoOverlay |
PhotoOverlay.withPoint(Point point)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.