Uses of Class
com.luciad.format.kml22.util.TLcdKML22ResourceProvider
Packages that use TLcdKML22ResourceProvider
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 classes for visualizing KML data on 2D maps.
This package provides a JavaFX-based balloon content panel for KML features.
This package provides classes for visualizing KML data on Lightspeed maps.
This package provides a Swing-based balloon content panel for KML features.
This package provides a decoder and a encoder for the KML 2.2 format.
-
Uses of TLcdKML22ResourceProvider in com.luciad.format.kml22.model
Methods in com.luciad.format.kml22.model that return TLcdKML22ResourceProviderModifier and TypeMethodDescriptionTLcdKML22ModelDescriptor.getResourceProvider()Returns a resource provider or null.Constructors in com.luciad.format.kml22.model with parameters of type TLcdKML22ResourceProviderModifierConstructorDescriptionTLcdKML22DynamicModel(TLcdKML22Kml aKml, TLcdKML22ResourceProvider aResourceProvider, TLcdKML22Parameters aParameters, ILcdKML22RegionFilter aRegionFilter) TLcdKML22ModelDescriptor(String aSourceName, TLcdKML22ResourceProvider aResourceProvider) Creates aTLcdKML22ModelDescriptorwith a given source name and resource provider. -
Uses of TLcdKML22ResourceProvider in com.luciad.format.kml22.model.feature
Constructors in com.luciad.format.kml22.model.feature with parameters of type TLcdKML22ResourceProviderModifierConstructorDescriptionTLcdKML22PaintableGroundOverlay(TLcdKML22GroundOverlay aGroundOverlay, TLcdKML22ResourceProvider aResourceProvider, TLcdKML22Parameters aParameters, ILcdKML22ResourceListener aResourceListener) Constructs a paintable ground overlay with the given parameters. -
Uses of TLcdKML22ResourceProvider in com.luciad.format.kml22.view.gxy
Constructors in com.luciad.format.kml22.view.gxy with parameters of type TLcdKML22ResourceProviderModifierConstructorDescriptionTLcdKML22GXYLabelPainterProvider(TLcdKML22ResourceProvider aResourceProvider) Creates a new instance of this label painterTLcdKML22GXYLayerFactory(TLcdKML22ResourceProvider aResourceProvider, TLcdKML22Parameters aParameters, TLcdKML22GXYRegionFilter aGXYRegionFilter) Creates a new layer factory that can create layers for KML data.TLcdKML22GXYPainterProvider(TLcdKML22ResourceProvider aResourceProvider) Creates a new KML GXY Painter Provider with the given arguments. -
Uses of TLcdKML22ResourceProvider in com.luciad.format.kml22.view.javafx
Methods in com.luciad.format.kml22.view.javafx that return TLcdKML22ResourceProviderModifier and TypeMethodDescriptionTLcdKML22FXBalloonContentProvider.getResourceProvider()Gets the resource provider used by this balloon content providerMethods in com.luciad.format.kml22.view.javafx with parameters of type TLcdKML22ResourceProviderModifier and TypeMethodDescriptionvoidTLcdKML22FXBalloonContentProvider.setResourceProvider(TLcdKML22ResourceProvider aResourceProvider) Sets the resource provider this balloon content provider should use to retrieve its resources. -
Uses of TLcdKML22ResourceProvider in com.luciad.format.kml22.view.lightspeed
Methods in com.luciad.format.kml22.view.lightspeed with parameters of type TLcdKML22ResourceProviderModifier and TypeMethodDescriptionTLspKML22LayerBuilder.resourceProvider(TLcdKML22ResourceProvider aResourceProvider) Sets explicit resource provider for decoded models. -
Uses of TLcdKML22ResourceProvider in com.luciad.format.kml22.view.swing
Methods in com.luciad.format.kml22.view.swing that return TLcdKML22ResourceProviderModifier and TypeMethodDescriptionTLcdKML22BalloonContentProvider.getResourceProvider()Gets the resource provider used by this balloon content providerMethods in com.luciad.format.kml22.view.swing with parameters of type TLcdKML22ResourceProviderModifier and TypeMethodDescriptionvoidTLcdKML22BalloonContentProvider.setResourceProvider(TLcdKML22ResourceProvider aResourceProvider) Sets the resource provider this balloon content provider should use to retrieve its resources.Constructors in com.luciad.format.kml22.view.swing with parameters of type TLcdKML22ResourceProviderModifierConstructorDescriptionTLcdKML22BalloonContentProvider(TLcdKML22ResourceProvider aResourceProvider) Creates a balloon content provider for KML features, given a resource provider -
Uses of TLcdKML22ResourceProvider in com.luciad.format.kml22.xml
Methods in com.luciad.format.kml22.xml that return TLcdKML22ResourceProviderModifier and TypeMethodDescriptionTLcdKML22ModelDecoder.getResourceProvider()Gets the resource provider used by this model decoder.Methods in com.luciad.format.kml22.xml with parameters of type TLcdKML22ResourceProviderModifier and TypeMethodDescriptionvoidTLcdKML22ModelDecoder.setResourceProvider(TLcdKML22ResourceProvider aResourceProvider) Sets the resource provider this model decoder should use.