gov.nasa.worldwind.ogc.kml
Class KMLLatLonAltBox
java.lang.Object
gov.nasa.worldwind.util.xml.AbstractXMLEventParser
gov.nasa.worldwind.ogc.kml.KMLAbstractObject
gov.nasa.worldwind.ogc.kml.KMLAbstractLatLonBoxType
gov.nasa.worldwind.ogc.kml.KMLLatLonAltBox
- All Implemented Interfaces:
- MessageListener, XMLEventParser
public class KMLLatLonAltBox
- extends KMLAbstractLatLonBoxType
Represents the KML LatLonAltBox element and provides access to its contents.
Methods inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser |
allocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KMLLatLonAltBox
public KMLLatLonAltBox(String namespaceURI)
- Construct an instance.
- Parameters:
namespaceURI
- the qualifying namespace URI. May be null to indicate no namespace qualification.
getAltitudeMode
public String getAltitudeMode()
getMaxAltitude
public Double getMaxAltitude()
getMinAltitude
public Double getMinAltitude()