NASA World Wind

gov.nasa.worldwind.ogc.kml
Class KMLLinearRing

java.lang.Object
  extended by gov.nasa.worldwind.util.xml.AbstractXMLEventParser
      extended by gov.nasa.worldwind.ogc.kml.KMLAbstractObject
          extended by gov.nasa.worldwind.ogc.kml.KMLAbstractGeometry
              extended by gov.nasa.worldwind.ogc.kml.KMLLineString
                  extended by gov.nasa.worldwind.ogc.kml.KMLLinearRing
All Implemented Interfaces:
MessageListener, XMLEventParser

public class KMLLinearRing
extends KMLLineString

Represents the KML LinearRing element and provides access to its contents.


Field Summary
 
Fields inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
CHARACTERS_CONTENT, fields, namespaceURI, parent
 
Constructor Summary
KMLLinearRing(String namespaceURI)
          Construct an instance.
 
Method Summary
 
Methods inherited from class gov.nasa.worldwind.ogc.kml.KMLLineString
getAltitudeMode, getCoordinates, getExtrude, getTessellate, isExtrude, isTessellate
 
Methods inherited from class gov.nasa.worldwind.ogc.kml.KMLAbstractObject
getId, getRoot, getTargetId, onMessage
 
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
 

Constructor Detail

KMLLinearRing

public KMLLinearRing(String namespaceURI)
Construct an instance.

Parameters:
namespaceURI - the qualifying namespace URI. May be null to indicate no namespace qualification.

NASA World Wind