Package com.esri.arcgisruntime.ogc.kml
Class KmlFolder
- java.lang.Object
-
- com.esri.arcgisruntime.ogc.kml.KmlNode
-
- com.esri.arcgisruntime.ogc.kml.KmlContainer
-
- com.esri.arcgisruntime.ogc.kml.KmlFolder
-
public final class KmlFolder extends KmlContainer
A KML folder is used to arrange other nodes hierarchically (KmlFolder
,KmlPlacemark
,KmlNetworkLink
,KmlPhotoOverlay
orKmlScreenOverlay
).- Since:
- 100.4.0
-
-
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
Constructors Constructor Description KmlFolder()
Constructs a KmlFolder.
-
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, 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
-
-