Uses of Class
com.luciad.format.kml22.model.feature.TLcdKML22AbstractFeature
Package
Description
This package and its subpackages provide a domain model for the KML 2.2 data format.
This package contains all feature classes of KML.
This package provides a set of KML utility classes.
-
Uses of TLcdKML22AbstractFeature in com.luciad.format.kml22.model
Modifier and TypeMethodDescriptionstatic ELcdKML22ContentType
ELcdKML22ContentType.getContentType
(TLcdKML22AbstractFeature aKMLFeature) Gets the content type for a given KML feature. -
Uses of TLcdKML22AbstractFeature in com.luciad.format.kml22.model.feature
Modifier and TypeClassDescriptionclass
Domain class modeling the KML AbstractContainerType type.class
Domain class modeling the KML AbstractOverlayType type.class
Domain class modeling the KML DocumentType type.class
Domain class modeling the KML FolderType type.class
Domain class modeling the KML GroundOverlayType type.class
Domain class modeling the KML NetworkLinkType type.class
Domain class modeling the KML PhotoOverlayType type.class
Domain class modeling the KML PlacemarkType type.class
Domain class modeling the KML ScreenOverlayType type.Modifier and TypeMethodDescriptionTLcdKML22AbstractContainer.getAbstractFeatureGroup()
Gets the value of theABSTRACT_FEATURE_GROUP_PROPERTY
property.TLcdKML22Document.getAbstractFeatureGroup()
Returns the value of the property that maps to theAbstractFeatureGroup
element.TLcdKML22Folder.getAbstractFeatureGroup()
Returns the value of the property that maps to theAbstractFeatureGroup
element. -
Uses of TLcdKML22AbstractFeature in com.luciad.format.kml22.util
Modifier and TypeMethodDescriptionTLcdKML22StyleProvider.getStyleStatus
(TLcdKML22AbstractFeature aAbstractFeature, ELcdKML22StyleState aStyleState) Gets the status of the style of a given abstract featureTLcdKML22SchemaProvider.retrieveSchema
(TLcdKML22AbstractFeature aAbstractFeature, String aSchemaURL) Retrieves the schema for a given abstract feature and a schema url.TLcdKML22StyleProvider.retrieveStyle
(TLcdKML22AbstractFeature aAbstractFeature, ELcdKML22StyleState aStyleState) Retrieves a style synchronously.void
TLcdKML22StyleProvider.retrieveStyle
(TLcdKML22AbstractFeature aAbstractFeature, ELcdKML22StyleState aStyleState, ILcdKML22ResourceListener aCallbackFunction) Retrieves styles asynchronously.