java.lang.Object
com.esri.arcgisruntime.ogc.kml.KmlNode
com.esri.arcgisruntime.ogc.kml.KmlContainer
com.esri.arcgisruntime.ogc.kml.KmlFolder
A KML folder is used to arrange other nodes hierarchically (
KmlFolder
, KmlPlacemark
,
KmlNetworkLink
, KmlPhotoOverlay
or KmlScreenOverlay
).- 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
-
KmlFolder
public KmlFolder()Constructs a KmlFolder.- Since:
- 100.6.0
-