Uses of Interface
gov.nasa.worldwind.ogc.kml.io.KMLDoc
-
Packages that use KMLDoc 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. -
-
Uses of KMLDoc in gov.nasa.worldwind.ogc.kml
Fields in gov.nasa.worldwind.ogc.kml declared as KMLDoc Modifier and Type Field Description protected KMLDoc
KMLRoot. kmlDoc
Reference to the KMLDoc representing the KML or KMZ file.Methods in gov.nasa.worldwind.ogc.kml that return KMLDoc Modifier and Type Method Description KMLDoc
KMLRoot. getKMLDoc()
Returns the KML document for thisKMLRoot
.Constructors in gov.nasa.worldwind.ogc.kml with parameters of type KMLDoc Constructor Description KMLRoot(KMLDoc docSource)
Create a newKMLRoot
for aKMLDoc
instance.KMLRoot(KMLDoc docSource, boolean namespaceAware)
Create a newKMLRoot
for aKMLDoc
instance.KMLRoot(java.lang.String namespaceURI, KMLDoc docSource)
Create a newKMLRoot
with a specific namespace.KMLRoot(java.lang.String namespaceURI, KMLDoc docSource, boolean namespaceAware)
Create a newKMLRoot
with a specific namespace. -
Uses of KMLDoc in gov.nasa.worldwind.ogc.kml.io
Classes in gov.nasa.worldwind.ogc.kml.io that implement KMLDoc Modifier and Type Class Description class
KMLFile
Implements theKMLDoc
interface for KML files located within a computer's file system.class
KMLInputStream
Implements theKMLDoc
interface for KML files read directly from input streams.class
KMZFile
Implements theKMLDoc
interface for KMZ files located within a computer's file system.class
KMZInputStream
Implements theKMLDoc
interface for KMZ files read from a stream.
-