Uses of Class
gov.nasa.worldwind.ogc.kml.KMLRoot
-
Packages that use KMLRoot Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams.gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.util.layertree Displays a list of layers usingBasicTree.gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).gov.nasa.worldwindx.examples.util -
-
Uses of KMLRoot in gov.nasa.worldwind.ogc.kml
Fields in gov.nasa.worldwind.ogc.kml declared as KMLRoot Modifier and Type Field Description protected KMLRootKMLNetworkLink. rootCache the root of this network link.Fields in gov.nasa.worldwind.ogc.kml with type parameters of type KMLRoot Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<KMLRoot>KMLNetworkLink. networkResourceIndicates the network resource referenced by thisKMLNetworkLink.Methods in gov.nasa.worldwind.ogc.kml that return KMLRoot Modifier and Type Method Description static KMLRootKMLRoot. create(java.lang.Object docSource)Creates a KML root for an untyped source.static KMLRootKMLRoot. create(java.lang.Object docSource, boolean namespaceAware)Creates a KML root for an untyped source.static KMLRootKMLRoot. createAndParse(java.lang.Object docSource)Creates a KML root for an untyped source and parses it.KMLRootKMLNetworkLink. getNetworkResource()Indicates the network resource referenced by thisKMLNetworkLink.KMLRootKMLAbstractObject. getRoot()KMLRootKMLNetworkLink. getRoot()Overridden to cache the root instead of climbing the parse tree each time.KMLRootKMLRoot. parse(java.lang.Object... args)Starts document parsing.protected KMLRootKMLRoot. parseCachedKMLFile(java.net.URL url, java.lang.String linkBase, java.lang.String contentType, boolean namespaceAware)Open and parse the specified file expressed as a file: URL..Methods in gov.nasa.worldwind.ogc.kml with parameters of type KMLRoot Modifier and Type Method Description voidKMLChange. applyOperation(KMLRoot targetRoot)voidKMLCreate. applyOperation(KMLRoot targetRoot)voidKMLDelete. applyOperation(KMLRoot targetRoot)voidKMLUpdateOperation. applyOperation(KMLRoot operationsRoot)protected longKMLNetworkLink. computeExpiryRefreshTime(KMLRoot root, java.lang.String address)Indicates the expiration time of a linked resource.voidKMLNetworkLink. setNetworkResource(KMLRoot kmlRoot)Specifies the network resource referenced by thisKMLNetworkLink, ornullif this link has no resource. -
Uses of KMLRoot in gov.nasa.worldwind.ogc.kml.impl
Fields in gov.nasa.worldwind.ogc.kml.impl declared as KMLRoot Modifier and Type Field Description protected KMLRootKMLController. kmlRootMethods in gov.nasa.worldwind.ogc.kml.impl that return KMLRoot Modifier and Type Method Description KMLRootKMLController. getKmlRoot()Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type KMLRoot Modifier and Type Method Description voidKMLController. setKmlRoot(KMLRoot kmlRoot)Constructors in gov.nasa.worldwind.ogc.kml.impl with parameters of type KMLRoot Constructor Description KMLController(KMLRoot root) -
Uses of KMLRoot in gov.nasa.worldwind.util.layertree
Fields in gov.nasa.worldwind.util.layertree declared as KMLRoot Modifier and Type Field Description protected KMLRootKMLLayerTreeNode. kmlRootIndicates the KML feature hierarchy this node represents.Constructors in gov.nasa.worldwind.util.layertree with parameters of type KMLRoot Constructor Description KMLLayerTreeNode(Layer layer, KMLRoot kmlRoot)Creates a newKMLLayerTreeNodefrom the specifiedlayerandkmlRoot. -
Uses of KMLRoot in gov.nasa.worldwindx.examples.kml
Methods in gov.nasa.worldwindx.examples.kml that return KMLRoot Modifier and Type Method Description protected KMLRootKMLViewer.WorkerThread. parse()Parse the KML document.Methods in gov.nasa.worldwindx.examples.kml with parameters of type KMLRoot Modifier and Type Method Description protected voidKMLViewer.AppFrame. addKMLLayer(KMLRoot kmlRoot)Adds the specifiedkmlRootto this app frame'sWorldWindowas a newLayer, and adds a newKMLLayerTreeNodefor thekmlRootto this app frame's on-screen layer tree.protected static java.lang.StringKMLViewer. formName(java.lang.Object kmlSource, KMLRoot kmlRoot) -
Uses of KMLRoot in gov.nasa.worldwindx.examples.util
Fields in gov.nasa.worldwindx.examples.util declared as KMLRoot Modifier and Type Field Description protected KMLRootBalloonController.DocumentRetrievalTask. contextThe document that contained the link this document.Methods in gov.nasa.worldwindx.examples.util that return KMLRoot Modifier and Type Method Description protected KMLRootBalloonController. findOpenKmlDocument(java.lang.String url)Search for a KML document that has already been opened.Methods in gov.nasa.worldwindx.examples.util with parameters of type KMLRoot Modifier and Type Method Description protected voidBalloonController. addDocumentLayer(KMLRoot document)Adds the specifieddocumentto this controller'sWorldWindowas a newLayer.protected voidBalloonController. onDocumentLoaded(java.lang.String url, KMLRoot document, java.lang.String featureRef)Called when a KML document has been loaded.protected booleanBalloonController. onFeatureLinkActivated(KMLRoot doc, java.lang.String linkFragment, SelectEvent event)Called when a link to a KML feature is activated.protected voidBalloonController. requestDocument(java.lang.String url, KMLRoot context, java.lang.String featureRef)Asynchronously load a KML document.Constructors in gov.nasa.worldwindx.examples.util with parameters of type KMLRoot Constructor Description DocumentRetrievalTask(java.lang.String url, KMLRoot context, java.lang.String featureRef, long timeout)Create a new retrieval task.
-