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
KMLDoc interface for KML files located within a computer's file system. |
KMLInputStream |
Implements the
KMLDoc interface for KML files read directly from input streams. |
KMZFile |
Implements the
KMLDoc interface for KMZ files located within a computer's file system. |
KMZInputStream |
Implements the
KMLDoc interface for KMZ files read from a stream. |
Provides classes for KML and KMZ file and stream I/O and relative-path resolution.