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 KMLDocKMLRoot. kmlDocReference to the KMLDoc representing the KML or KMZ file.Methods in gov.nasa.worldwind.ogc.kml that return KMLDoc Modifier and Type Method Description KMLDocKMLRoot. 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 newKMLRootfor aKMLDocinstance.KMLRoot(KMLDoc docSource, boolean namespaceAware)Create a newKMLRootfor aKMLDocinstance.KMLRoot(java.lang.String namespaceURI, KMLDoc docSource)Create a newKMLRootwith a specific namespace.KMLRoot(java.lang.String namespaceURI, KMLDoc docSource, boolean namespaceAware)Create a newKMLRootwith 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 classKMLFileImplements theKMLDocinterface for KML files located within a computer's file system.classKMLInputStreamImplements theKMLDocinterface for KML files read directly from input streams.classKMZFileImplements theKMLDocinterface for KMZ files located within a computer's file system.classKMZInputStreamImplements theKMLDocinterface for KMZ files read from a stream.
-