Uses of Class
com.luciad.format.kml22.model.TLcdKML22Parameters
Packages that use TLcdKML22Parameters
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.
This package provides classes for visualizing KML data on 2D maps.
-
Uses of TLcdKML22Parameters in com.luciad.format.kml22.model
Methods in com.luciad.format.kml22.model that return TLcdKML22ParametersModifier and TypeMethodDescriptionTLcdKML22DynamicModel.getKMLParameters()
Returns the KML parameters this dynamic model usesMethods in com.luciad.format.kml22.model with parameters of type TLcdKML22ParametersModifier and TypeMethodDescriptionvoid
TLcdKML22DynamicModel.setKMLParameters
(TLcdKML22Parameters aParameterProvider) Sets the KML parameters for this dynamic model, and all underlying child dynamic models.Constructors in com.luciad.format.kml22.model with parameters of type TLcdKML22ParametersModifierConstructorDescriptionTLcdKML22DynamicModel
(TLcdKML22Kml aKml, TLcdKML22ResourceProvider aResourceProvider, TLcdKML22Parameters aParameters, ILcdKML22RegionFilter aRegionFilter) -
Uses of TLcdKML22Parameters in com.luciad.format.kml22.model.feature
Methods in com.luciad.format.kml22.model.feature that return TLcdKML22ParametersModifier and TypeMethodDescriptionTLcdKML22PaintableGroundOverlay.getKMLParameters()
Returns the KML parameters mapMethods in com.luciad.format.kml22.model.feature with parameters of type TLcdKML22ParametersModifier and TypeMethodDescriptionvoid
TLcdKML22PaintableGroundOverlay.setKMLParameters
(TLcdKML22Parameters aParameterProvider) Sets the KML parameter mapConstructors in com.luciad.format.kml22.model.feature with parameters of type TLcdKML22ParametersModifierConstructorDescriptionTLcdKML22PaintableGroundOverlay
(TLcdKML22GroundOverlay aGroundOverlay, TLcdKML22ResourceProvider aResourceProvider, TLcdKML22Parameters aParameters, ILcdKML22ResourceListener aResourceListener) Constructs a paintable ground overlay with the given parameters. -
Uses of TLcdKML22Parameters in com.luciad.format.kml22.util
Methods in com.luciad.format.kml22.util with parameters of type TLcdKML22ParametersModifier and TypeMethodDescriptionTLcdKML22DocumentProvider.getDocumentStatus
(TLcdKML22Link aLink, TLcdKML22Parameters aParameters) Gets the status of a document based on a link and a parameter map of origin.TLcdKML22ImageProvider.getImageStatus
(TLcdKML22Link aLink, TLcdKML22Parameters aParameters) Gets the status of the image.TLcdKML22DocumentProvider.retrieveDocument
(TLcdKML22Link aLink, TLcdKML22Parameters aParameterProvider) Retrieves a document based on the given link.void
TLcdKML22DocumentProvider.retrieveDocument
(TLcdKML22Link aLink, TLcdKML22Parameters aParameterMap, ILcdKML22ResourceListener aCallbackFunction) Asynchronous version of retrieve document for a given link and parameter map document source.TLcdKML22ImageProvider.retrieveImage
(TLcdKML22Link aLink, TLcdKML22Parameters aParameters) Retrieves an image given a link and a parameter map.void
TLcdKML22ImageProvider.retrieveImage
(TLcdKML22Link aLink, TLcdKML22Parameters aParameterProvider, ILcdKML22ResourceListener aResourceListener) An asynchronous version of retrieveImage.TLcdKML22DocumentProvider.updateDocument
(TLcdKML22Link aLink, TLcdKML22Parameters aParameters) Updates the given link to a document.void
TLcdKML22DocumentProvider.updateDocument
(TLcdKML22Link aLink, TLcdKML22Parameters aParameters, ILcdKML22ResourceListener aCallbackFunction) TLcdKML22ImageProvider.updateImage
(TLcdKML22Link aLink, TLcdKML22Parameters aParameterMap) Updates the given image, if it was already in cache.void
TLcdKML22ImageProvider.updateImage
(TLcdKML22Link aLink, TLcdKML22Parameters aParameterMap, ILcdKML22ResourceListener aCallBackFunction) -
Uses of TLcdKML22Parameters in com.luciad.format.kml22.view.gxy
Constructors in com.luciad.format.kml22.view.gxy with parameters of type TLcdKML22ParametersModifierConstructorDescriptionTLcdKML22GXYLayerFactory
(TLcdKML22ResourceProvider aResourceProvider, TLcdKML22Parameters aParameters, TLcdKML22GXYRegionFilter aGXYRegionFilter) Creates a new layer factory that can create layers for KML data.TLcdKML22GXYViewParametersUpdater
(TLcdKML22Parameters aParameters) Creates a new updater that will update the specified KML parameter map whenever theupdateParameters
method is called.