Uses of Interface
com.luciad.view.lightspeed.scale.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
Modifier 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()
Modifier 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
Modifier and TypeMethodDescriptionstatic ILspMapScaleProvider
ILspMapScaleProvider.fromView()
AnILspMapScaleProvider
that takes the map scale directly from the view.TLspMapScaleChangeEvent.getSource()
ModifierConstructorDescriptionTLspMapScaleChangeEvent
(ILspMapScaleProvider aSource, ILspView aView) Construct a view scale event. -
Uses of ILspMapScaleProvider in com.luciad.wms.client.lightspeed
Modifier and TypeMethodDescriptionTLspWMSLayerBuilder.mapScaleProvider
(ILspMapScaleProvider aMapScaleProvider) Sets the map scale provider of the layer. -
Uses of ILspMapScaleProvider in com.luciad.wms.client.lightspeed.tiled
ModifierConstructorDescriptionTLspTiledWMSProxyPainter
(ILspMapScaleProvider aMapScaleProvider, TLcdSLDFeatureTypeStyle aSLDFeatureTypeStyle) Creates a new painter with the default settings, a provided map scale provider and an SLD feature style.