See: Description
| Interface | Description | 
|---|---|
| KMLDoc | Defines the interface for opening a KML or KMZ file or stream and for resolving paths to files referenced by the KML
 content. | 
| Class | Description | 
|---|---|
| KMLFile | Implements the  KMLDocinterface for KML files located within a computer's file system. | 
| KMLInputStream | Implements the  KMLDocinterface for KML files read directly from input streams. | 
| KMZFile | Implements the  KMLDocinterface for KMZ files located within a computer's file system. | 
| KMZInputStream | Implements the  KMLDocinterface for KMZ files read from a stream. | 
Provides classes for KML and KMZ file and stream I/O and relative-path resolution.