Uses of Class
com.luciad.format.kml22.model.TLcdKML22Kml
Packages that use TLcdKML22Kml
Package
Description
This package and its subpackages provide a domain model for the KML 2.2 data format.
This package provides a set of KML utility classes.
-
Uses of TLcdKML22Kml in com.luciad.format.kml22.model
Constructors in com.luciad.format.kml22.model with parameters of type TLcdKML22KmlModifierConstructorDescriptionTLcdKML22DynamicModel
(TLcdKML22Kml aKml, TLcdKML22ResourceProvider aResourceProvider, TLcdKML22Parameters aParameters, ILcdKML22RegionFilter aRegionFilter) -
Uses of TLcdKML22Kml in com.luciad.format.kml22.util
Methods in com.luciad.format.kml22.util that return TLcdKML22KmlModifier and TypeMethodDescriptionTLcdKML22DocumentProvider.retrieveDocument
(TLcdKML22Link aLink, TLcdKML22Parameters aParameterProvider) Retrieves a document based on the given link.TLcdKML22DocumentProvider.retrieveDocument
(String aHref, String aKMLDocumentSource) Retrieves a document based on a given url.TLcdKML22DocumentProvider.updateDocument
(TLcdKML22Link aLink, TLcdKML22Parameters aParameters) Updates the given link to a document.Methods in com.luciad.format.kml22.util with parameters of type TLcdKML22KmlModifier and TypeMethodDescriptionvoid
TLcdKML22DocumentProvider.addDocument
(TLcdKML22Kml aKmlDocument, String aSourceName) Adds a document to this resource provider.