Uses of Interface
com.luciad.lucy.map.ILcyLayerStyleProvider
Packages that use 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
Methods in com.luciad.lucy.format that return ILcyLayerStyleProviderModifier and TypeMethodDescriptionprotected ILcyLayerStyleProviderALcyFormat.createGXYLayerStyleProvider()Creates the style provider that can retrieve and encode the style of the layers created by the layer factory of this format.protected ILcyLayerStyleProviderALcyFormatWrapper.createGXYLayerStyleProvider()protected ILcyLayerStyleProviderTLcyAsynchronousFormatWrapper.createGXYLayerStyleProvider()protected ILcyLayerStyleProviderTLcySafeGuardFormatWrapper.createGXYLayerStyleProvider()final ILcyLayerStyleProviderALcyFormat.getGXYLayerStyleProvider()Returns theILcdLayerStyleProvidercreated by this format. -
Uses of ILcyLayerStyleProvider in com.luciad.lucy.format.lightspeed
Methods in com.luciad.lucy.format.lightspeed that return ILcyLayerStyleProviderModifier 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 ofILcyLayerStyleProviders created by this format. -
Uses of ILcyLayerStyleProvider in com.luciad.lucy.map
Classes in com.luciad.lucy.map that implement ILcyLayerStyleProviderModifier and TypeClassDescriptionclassA composite implementation ofILcyModelContentTypeProvideraccording to the composite design pattern.Methods in com.luciad.lucy.map that return ILcyLayerStyleProviderModifier and TypeMethodDescriptionTLcyCompositeLayerStyleProvider.getLayerStyleProvider(int aIndex) Returns theILcyLayerStyleProviderat indexaIndex.Methods in com.luciad.lucy.map with parameters of type ILcyLayerStyleProviderModifier and TypeMethodDescriptionvoidTLcyCompositeLayerStyleProvider.addLayerStyleProvider(ILcyLayerStyleProvider aLayerStyleProvider) Adds the givenILcyLayerStyleProviderto the list of registered layer style providers.voidTLcyCompositeLayerStyleProvider.removeLayerStyleProvider(ILcyLayerStyleProvider aLayerStyleProvider) Removes the givenILcyLayerStyleProviderfrom the list of registered layer style providers. -
Uses of ILcyLayerStyleProvider in com.luciad.lucy.map.asynchronous
Methods in com.luciad.lucy.map.asynchronous that return ILcyLayerStyleProviderModifier and TypeMethodDescriptionabstract ILcyLayerStyleProviderALcyAsynchronousPaintFacade.createGXYAsynchronousLayerStyleProvider(ILcyLayerStyleProvider aLayerStyleProvider, ILcdFilter aLayerFilter) Creates a new asynchronous layer style provider based on the given layer style provider.Methods in com.luciad.lucy.map.asynchronous with parameters of type ILcyLayerStyleProviderModifier and TypeMethodDescriptionabstract ILcyLayerStyleProviderALcyAsynchronousPaintFacade.createGXYAsynchronousLayerStyleProvider(ILcyLayerStyleProvider aLayerStyleProvider, ILcdFilter aLayerFilter) Creates a new asynchronous layer style provider based on the given layer style provider.