| Package | Description |
|---|---|
| org.opengis.cite.kml2 |
The root package includes supporting classes of general utility such as the
main controller, listeners, and reporters.
|
| org.opengis.cite.kml2.util |
This package includes miscellaneous utility classes to support testing.
|
| Modifier and Type | Method and Description |
|---|---|
static AltitudeMode |
AltitudeMode.fromString(String value)
Returns the AltitudeMode constant corresponding to the given string
value.
|
static AltitudeMode |
AltitudeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AltitudeMode[] |
AltitudeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AltitudeMode |
KMLUtils.getAltitudeMode(Element element)
Gets the altitude mode for the given KML element.
|
Copyright © 2016 Open Geospatial Consortium. All rights reserved.