java.lang.Object
com.esri.arcgisruntime.ogc.kml.KmlNode
com.esri.arcgisruntime.ogc.kml.KmlContainer
com.esri.arcgisruntime.ogc.kml.KmlDocument
A KML document is a container for nodes and styles.
- Since:
- 100.4.0
-
Property Summary
Properties inherited from class com.esri.arcgisruntime.ogc.kml.KmlNode
balloonBackgroundColor, uxIconColor
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.arcgisruntime.ogc.kml.KmlContainer
KmlContainer.ListItemType
Nested classes/interfaces inherited from class com.esri.arcgisruntime.ogc.kml.KmlNode
KmlNode.RefreshStatus
-
Constructor Summary
-
Method Summary
Methods inherited from class com.esri.arcgisruntime.ogc.kml.KmlContainer
getChildNodes, getListItemType, isOpen, isPartiallyVisible, setListItemType, setOpen
Methods inherited from class com.esri.arcgisruntime.ogc.kml.KmlNode
addIconUpdatedEventListener, addRefreshStatusChangedListener, balloonBackgroundColorProperty, getAddress, getBalloonBackgroundColor, getBalloonContent, getDescription, getExtent, getHighlightStyle, getId, getName, getParentNode, getRefreshError, getRefreshStatus, getSnippet, getSnippetMaxLines, getStyle, getTimeExtent, getUxIcon, getUxIconColor, getUxIconId, getViewpoint, isHighlighted, isVisible, removeIconUpdatedEventListener, removeRefreshStatusChangedListener, saveAsAsync, setAddress, setDescription, setHighlighted, setHighlightStyle, setId, setName, setSnippet, setSnippetMaxLines, setStyle, setTimeExtent, setViewpoint, setVisible, uxIconColorProperty
-
Constructor Details
-
KmlDocument
public KmlDocument()Constructs a KmlDocument.- Since:
- 100.6.0
-