Uses of Interface
com.luciad.view.lightspeed.scale.ILspMapScaleProvider
Packages that use ILspMapScaleProvider
Package
Description
Provides layering support for
ILspView
.Provides control over the relation between a view's map scale and the map scale as seen by stylers.
This package contains the layer builder for visualizing
ALcdWMSProxy
instances in a Lightspeed view.This package contains a painter that visualizes
ALcdWMSProxy
instances in a Lightspeed view using a tiled approach.-
Uses of ILspMapScaleProvider in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer that return ILspMapScaleProviderModifier and TypeMethodDescriptiondefault ILspMapScaleProvider
ILspLayer.getMapScaleProvider()
Returns the map scale provider that determines the relationship between the view's map scale and the map scale as used by stylers and data loading for this layer.TLspLayer.getMapScaleProvider()
Methods in com.luciad.view.lightspeed.layer with parameters of type ILspMapScaleProviderModifier and TypeMethodDescriptionvoid
TLspLayer.setMapScaleProvider
(ILspMapScaleProvider aMapScaleProvider) Sets the map scale provider that determines the relationship between the view's map scale and the map scale as used by stylers and data loading for this layer. -
Uses of ILspMapScaleProvider in com.luciad.view.lightspeed.scale
Methods in com.luciad.view.lightspeed.scale that return ILspMapScaleProviderModifier and TypeMethodDescriptionstatic ILspMapScaleProvider
ILspMapScaleProvider.fromView()
AnILspMapScaleProvider
that takes the map scale directly from the view.TLspMapScaleChangeEvent.getSource()
Constructors in com.luciad.view.lightspeed.scale with parameters of type ILspMapScaleProviderModifierConstructorDescriptionTLspMapScaleChangeEvent
(ILspMapScaleProvider aSource, ILspView aView) Construct a view scale event. -
Uses of ILspMapScaleProvider in com.luciad.wms.client.lightspeed
Methods in com.luciad.wms.client.lightspeed with parameters of type ILspMapScaleProviderModifier and TypeMethodDescriptionTLspWMSLayerBuilder.mapScaleProvider
(ILspMapScaleProvider aMapScaleProvider) Sets the map scale provider of the layer. -
Uses of ILspMapScaleProvider in com.luciad.wms.client.lightspeed.tiled
Constructors in com.luciad.wms.client.lightspeed.tiled with parameters of type ILspMapScaleProviderModifierConstructorDescriptionTLspTiledWMSProxyPainter
(ILspMapScaleProvider aMapScaleProvider, TLcdSLDFeatureTypeStyle aSLDFeatureTypeStyle) Creates a new painter with the default settings, a provided map scale provider and an SLD feature style.