| 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(java.lang.String coordinates)
add a value to the coordinates property collection
|
Point |
Point.addToGeometryObjectExtension(AbstractObject geometryObjectExtension) |
Point |
Point.addToGeometrySimpleExtension(java.lang.Object geometrySimpleExtension) |
Point |
Point.addToObjectSimpleExtension(java.lang.Object objectSimpleExtension) |
Point |
Point.addToPointObjectExtension(AbstractObject pointObjectExtension)
add a value to the pointObjectExtension property collection
|
Point |
Point.addToPointSimpleExtension(java.lang.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(java.util.List<Coordinate> coordinates)
fluent setter
|
Point |
Point.withExtrude(java.lang.Boolean extrude)
fluent setter
|
Point |
Point.withGeometryObjectExtension(java.util.List<AbstractObject> geometryObjectExtension) |
Point |
Point.withGeometrySimpleExtension(java.util.List<java.lang.Object> geometrySimpleExtension) |
Point |
Point.withId(java.lang.String id) |
Point |
Point.withObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension) |
Point |
Point.withPointObjectExtension(java.util.List<AbstractObject> pointObjectExtension)
fluent setter
|
Point |
Point.withPointSimpleExtension(java.util.List<java.lang.Object> pointSimpleExtension)
fluent setter
|
Point |
Point.withTargetId(java.lang.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.