Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.kml
package com.esri.arcgisruntime.ogc.kml
Provides interfaces and classes for working with Keyhole Markup Language (KML). KML is an XML-based data format that
defines a range of geographic data structures such as placemarks, descriptions, ground overlays, paths, and polygons.
- Since:
- 100.4.0
-
ClassDescriptionAn event to be fired when the icon of a
KmlNode
has been updated.The listener interface for receiving the icon updated event of aKmlNode
.Determines how altitude values should be interpreted.Defines a KML color mode.Defines how KmlNode will appear based on the specified color and KmlColorMode properties.A KML container element holds one or more KML nodes and allows the creation of nested hierarchies.The list of KML list item types.A KML dataset object.A KML document is a container for nodes and styles.A KML folder is used to arrange other nodes hierarchically (KmlFolder
,KmlPlacemark
,KmlNetworkLink
,KmlPhotoOverlay
orKmlScreenOverlay
).A KML geometry contains all the KML specific information associated with a geometry.The list of KML geometry types.A KML ground overlay is an image overlay draped on to the terrain.A KML icon.A KML icon style.A KML image coordinate system.Specifies how the name of aKmlNode
is draw, including color and style.Specifies the drawing style (color, color mode, and line width) for all line geometry.A KML network link references other KML resources, locally or on the network.An event that indicates that a network link control message is available.The listener interface for receiving network link control messages from aKmlDataset
.A single node within a KML document.KML node refresh statuses.An event to be fired when a Kml node's balloon visibility is changed during a KML tour execution.The listener interface for receiving balloon visibility changed events for a KML node during a KML tour execution.An event to be fired when a Kml node's refresh status changes.The listener interface for receiving refresh status changed events for KML nodes.Photo overlays are a legacy KML feature.A KML Placemark is a KML node associated with geometries.The list of KML graphic types.Specifies the drawing style for all polygons, including polygon extrusions (which look like buildings) and line extrusions (which look like solid fences).KML refresh modes.A KML screen overlay is an image overlay fixed to the screen.Specifies the drawing style for aKmlNode
.A KML tour is a type of KmlNode, it is usually associated with an executed playlist command.Controls the execution of a KML tour on a SceneView.An event to inform its listener when the current position of a KML tour changes.The interface for receiving current position changed events for a KML tour.KML tour execution status.An event to be fired when a Kml tour's status changed.The listener for receiving KML tour status changed events for a KmlTour.An event to inform its listener when the total duration of a KML tour changes.The interface for receiving total duration changed events for a KML tour.A KML units type.A KML viewpoint contains information about a viewer's position, defined as either a LookAt relationship to another object or a camera.The list of view types.List of KML view refresh modes.An event to be fired when a KML node's refresh status changes.The listener interface for receiving refresh status changed events for a KML node.