Uses of Interface
org.gvsig.fmap.mapcontext.layers.operations.LayerCollection
Packages that use LayerCollection
-
Uses of LayerCollection in org.gvsig.fmap.mapcontext.layers
Classes in org.gvsig.fmap.mapcontext.layers that implement LayerCollectionModifier and TypeClassDescriptionclassRepresents a generic collection of layers, that can be represented as a node in a tree of nodes of layers.Methods in org.gvsig.fmap.mapcontext.layers with parameters of type LayerCollectionModifier and TypeMethodDescriptionvoidFLayers.join(FLayer layer, LayerCollection group) voidFLayers.move(FLayer layer, LayerCollection group) voidFLayers.move(FLayer layer, LayerCollection group, int where, FLayer adjoiningLayer) -
Uses of LayerCollection in org.gvsig.fmap.mapcontext.layers.operations
Methods in org.gvsig.fmap.mapcontext.layers.operations with parameters of type LayerCollectionModifier and TypeMethodDescriptionvoidLayerCollection.move(FLayer layer, LayerCollection group) Moves a layer from this collection to the end of another collection.voidLayerCollection.move(FLayer layer, LayerCollection group, int where, FLayer adjoiningLayer) Moves a layer from this collection to another collection before or after an element if supplied, and if not at the beginning or end of the collection.Constructors in org.gvsig.fmap.mapcontext.layers.operations with parameters of type LayerCollectionModifierConstructorDescriptionLayerNotFoundInCollectionException(FLayer layer, LayerCollection collection)