Package com.luciad.format.kml22.model.feature
package com.luciad.format.kml22.model.feature
This package contains all feature classes of KML. There are four groups of features:
- Containers (
TLcdKML22Folder
,TLcdKML22Document
) - Overlays (
TLcdKML22GroundOverlay
,TLcdKML22ScreenOverlay
,TLcdKML22PhotoOverlay
) - Placemarks (
TLcdKML22Placemark
) - Network links (
TLcdKML22NetworkLink
)
- Since:
- 10.0
-
ClassDescriptionDomain class modeling the KML AbstractContainerType type.Domain class modeling the KML AbstractFeatureType type.Domain class modeling the KML AbstractOverlayType type.Domain class modeling the KML DocumentType type.Domain class modeling the KML FolderType type.Domain class modeling the KML GroundOverlayType type.Domain class modeling the KML NetworkLinkType type.This class is used as a wrapper around a
TLcdKML22GroundOverlay
.Domain class modeling the KML PhotoOverlayType type.Domain class modeling the KML PlacemarkType type.Domain class modeling the KML ScreenOverlayType type.