Uses of Interface
com.luciad.lucy.map.ILcyGXYLayerTypeProvider
Package
Description
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.Provides support facilities for adding a new data format to Lucy.
Contains a broad range of classes related to the visual represention of a map.
Provides supporting classes for asynchronous painting.
-
Uses of ILcyGXYLayerTypeProvider in com.luciad.lucy
Modifier and TypeMethodDescriptionILcyLucyEnv.getCompositeGXYLayerTypeProvider()
Deprecated.ILcyLucyEnv.getGXYLayerTypeProvider
(int aIndex) Deprecated.Usenew TLcyCompositeGXYLayerTypeProvider(aLucyEnv).getGXYLayerTypeProvider(aIndex)
instead.Modifier and TypeMethodDescriptionvoid
ILcyLucyEnv.addGXYLayerTypeProvider
(ILcyGXYLayerTypeProvider aGXYLayerTypeProvider) Deprecated.Usenew TLcyCompositeGXYLayerTypeProvider(aLucyEnv).addGXYLayerTypeProvider(aGXYLayerTypeProvider)
instead.void
ILcyLucyEnv.removeGXYLayerTypeProvider
(ILcyGXYLayerTypeProvider aGXYLayerTypeProvider) Deprecated.Usenew TLcyCompositeGXYLayerTypeProvider(aLucyEnv).removeGXYLayerTypeProvider(aGXYLayerTypeProvider)
instead. -
Uses of ILcyGXYLayerTypeProvider in com.luciad.lucy.format
Modifier and TypeMethodDescriptionprotected abstract ILcyGXYLayerTypeProvider
ALcyFormat.createGXYLayerTypeProvider()
Creates anILcyGXYLayerTypeProvider
for this format.protected ILcyGXYLayerTypeProvider
ALcyFormatWrapper.createGXYLayerTypeProvider()
TLcyAsynchronousFormatWrapper.createGXYLayerTypeProvider()
protected ILcyGXYLayerTypeProvider
TLcySafeGuardFormatWrapper.createGXYLayerTypeProvider()
final ILcyGXYLayerTypeProvider
ALcyFormat.getGXYLayerTypeProvider()
Returns theILcyGXYLayerTypeProvider
created by this format. -
Uses of ILcyGXYLayerTypeProvider in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
Composite (see composite design pattern) implementation ofILcyGXYLayerTypeProvider
.Modifier and TypeMethodDescriptionTLcyCompositeGXYLayerTypeProvider.getGXYLayerTypeProvider
(int aIndex) Returns the layer type provider at the given index.Modifier and TypeMethodDescriptionvoid
TLcyCompositeGXYLayerTypeProvider.addGXYLayerTypeProvider
(ILcyGXYLayerTypeProvider aGXYLayerTypeProvider) Adds the givenILcyGXYLayerTypeProvider
to the list of associated providers.void
TLcyCompositeGXYLayerTypeProvider.removeGXYLayerTypeProvider
(ILcyGXYLayerTypeProvider aGXYLayerTypeProvider) Removes the givenILcyGXYLayerTypeProvider
from the list of associated providers. -
Uses of ILcyGXYLayerTypeProvider in com.luciad.lucy.map.asynchronous
Modifier and TypeClassDescriptionclass
Layer type provider wrapper for asynchronous painting, passing safe-to-use layers to the wrapped provider.ModifierConstructorDescriptionTLcyGXYAsynchronousLayerTypeProvider
(ILcyLucyEnv aLucyEnv, ILcyGXYLayerTypeProvider aLayerTypeProvider) Creates a new layer type provider wrapper.
new TLcyCompositeGXYLayerTypeProvider(aLucyEnv)
instead.