Uses of Interface
com.luciad.lucy.map.ILcyLayerStyleProvider
Package
Description
Provides support facilities for adding a new data format to Lucy.
Provides support facilities for adding visualization in a Lightspeed view for data formats.
Contains a broad range of classes related to the visual represention of a map.
Provides supporting classes for asynchronous painting.
-
Uses of ILcyLayerStyleProvider in com.luciad.lucy.format
Modifier and TypeMethodDescriptionprotected ILcyLayerStyleProvider
ALcyFormat.createGXYLayerStyleProvider()
Creates the style provider that can retrieve and encode the style of the layers created by the layer factory of this format.protected ILcyLayerStyleProvider
ALcyFormatWrapper.createGXYLayerStyleProvider()
protected ILcyLayerStyleProvider
TLcyAsynchronousFormatWrapper.createGXYLayerStyleProvider()
protected ILcyLayerStyleProvider
TLcySafeGuardFormatWrapper.createGXYLayerStyleProvider()
final ILcyLayerStyleProvider
ALcyFormat.getGXYLayerStyleProvider()
Returns theILcdLayerStyleProvider
created by this format. -
Uses of ILcyLayerStyleProvider in com.luciad.lucy.format.lightspeed
Modifier and TypeMethodDescriptionprotected ILcyLayerStyleProvider[]
ALcyLspFormat.createLayerStyleProviders()
Creates the style provider instances that can retrieve and encode the style of the layers created by the layer factory of this format.ALcyLspFormatWrapper.createLayerStyleProviders()
Creates the style provider instances that can retrieve and encode the style of the layers created by the layer factory of this format.protected final ILcyLayerStyleProvider[]
ALcyLspStyleFormat.createLayerStyleProviders()
Creates the style provider instances that can retrieve and encode the style of the layers created by the layer factory of this format.TLcyLspSafeGuardFormatWrapper.createLayerStyleProviders()
Creates the style provider instances that can retrieve and encode the style of the layers created by the layer factory of this format.final ILcyLayerStyleProvider[]
ALcyLspFormat.getLayerStyleProviders()
Returns the array ofILcyLayerStyleProvider
s created by this format. -
Uses of ILcyLayerStyleProvider in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
A composite implementation ofILcyModelContentTypeProvider
according to the composite design pattern.Modifier and TypeMethodDescriptionTLcyCompositeLayerStyleProvider.getLayerStyleProvider
(int aIndex) Returns theILcyLayerStyleProvider
at indexaIndex
.Modifier and TypeMethodDescriptionvoid
TLcyCompositeLayerStyleProvider.addLayerStyleProvider
(ILcyLayerStyleProvider aLayerStyleProvider) Adds the givenILcyLayerStyleProvider
to the list of registered layer style providers.void
TLcyCompositeLayerStyleProvider.removeLayerStyleProvider
(ILcyLayerStyleProvider aLayerStyleProvider) Removes the givenILcyLayerStyleProvider
from the list of registered layer style providers. -
Uses of ILcyLayerStyleProvider in com.luciad.lucy.map.asynchronous
Modifier and TypeMethodDescriptionabstract ILcyLayerStyleProvider
ALcyAsynchronousPaintFacade.createGXYAsynchronousLayerStyleProvider
(ILcyLayerStyleProvider aLayerStyleProvider, ILcdFilter aLayerFilter) Creates a new asynchronous layer style provider based on the given layer style provider.Modifier and TypeMethodDescriptionabstract ILcyLayerStyleProvider
ALcyAsynchronousPaintFacade.createGXYAsynchronousLayerStyleProvider
(ILcyLayerStyleProvider aLayerStyleProvider, ILcdFilter aLayerFilter) Creates a new asynchronous layer style provider based on the given layer style provider.