| Package | Description | 
|---|---|
| gov.nasa.worldwind.ogc.kml | 
 Provides classes for parsing KML and KMZ files and streams. 
 | 
| gov.nasa.worldwind.ogc.kml.io | 
 Provides classes for KML and KMZ file and stream I/O and relative-path resolution. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected KMLDoc | 
KMLRoot.kmlDoc
Reference to the KMLDoc representing the KML or KMZ file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KMLDoc | 
KMLRoot.getKMLDoc()
Returns the KML document for this  
KMLRoot. | 
| Constructor and Description | 
|---|
KMLRoot(KMLDoc docSource)
Create a new  
KMLRoot for a KMLDoc instance. | 
KMLRoot(KMLDoc docSource,
       boolean namespaceAware)
Create a new  
KMLRoot for a KMLDoc instance. | 
KMLRoot(java.lang.String namespaceURI,
       KMLDoc docSource)
Create a new  
KMLRoot with a specific namespace. | 
KMLRoot(java.lang.String namespaceURI,
       KMLDoc docSource,
       boolean namespaceAware)
Create a new  
KMLRoot with a specific namespace. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KMLFile
Implements the  
KMLDoc interface for KML files located within a computer's file system. | 
class  | 
KMLInputStream
Implements the  
KMLDoc interface for KML files read directly from input streams. | 
class  | 
KMZFile
Implements the  
KMLDoc interface for KMZ files located within a computer's file system. | 
class  | 
KMZInputStream
Implements the  
KMLDoc interface for KMZ files read from a stream. |