Uses of Interface
org.gvsig.fmap.mapcontext.layers.FLayer
Packages that use FLayer
Package
Description
-
Uses of FLayer in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext that return FLayerModifier and TypeMethodDescriptionMapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStore store) Create a layer from aDataStore.MapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStoreParameters parameters) Create a new layer from the data parameters passed as parameter.MapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStore store, MapContextManager.CreateLayerParameters parameters) MapContextManager.createLayer(String layerName, MapContextManager.CreateLayerParameters parameters) Methods in org.gvsig.fmap.mapcontext that return types with arguments of type FLayerMethods in org.gvsig.fmap.mapcontext with parameters of type FLayerModifier and TypeMethodDescriptionvoidMapContext.addSelectionListener(FLayer lyr) Registers an event buffer as a listener for all layers as argument.voidMapContext.addToTrackLayer(FLayer vectorial) Adds a layer to the group of layers that are at a upper level in the tree.Method parameters in org.gvsig.fmap.mapcontext with type arguments of type FLayerModifier and TypeMethodDescriptionbooleanMapContextManager.registerLayer(org.gvsig.tools.util.Factory<FLayer> factory) Register a factory to create new layers based on the parameters of the store and the store itself. -
Uses of FLayer in org.gvsig.fmap.mapcontext.impl
Methods in org.gvsig.fmap.mapcontext.impl that return FLayerModifier and TypeMethodDescriptionDefaultMapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStore dataStore) DefaultMapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStoreParameters dataParameters) DefaultMapContextManager.createLayer(String layerName, org.gvsig.fmap.dal.DataStore dataStore, MapContextManager.CreateLayerParameters parameters) DefaultMapContextManager.createLayer(String layerName, MapContextManager.CreateLayerParameters parameters) DefaultMapContextDrawer.DrawList.getLayer(int pos) Methods in org.gvsig.fmap.mapcontext.impl with parameters of type FLayerModifier and TypeMethodDescriptionprotected voidDefaultMapContextDrawer.DrawList.drawLayer(FLayer layer, BufferedImage image, Graphics2D g, org.gvsig.tools.task.Cancellable cancel, double scale, int beforeDrawEventType, int afterDrawEventType) org.gvsig.tools.observer.NotificationDefaultMapContextManager.notifyLoadLayer(FLayer layer) Method parameters in org.gvsig.fmap.mapcontext.impl with type arguments of type FLayerModifier and TypeMethodDescriptionbooleanDefaultMapContextManager.registerLayer(org.gvsig.tools.util.Factory<FLayer> factory) -
Uses of FLayer in org.gvsig.fmap.mapcontext.layers
Classes in org.gvsig.fmap.mapcontext.layers that implement FLayerModifier and TypeClassDescriptionclassRepresents a generic collection of layers, that can be represented as a node in a tree of nodes of layers.classImplementation of the common characteristics of all layers: visibility, activation, name, ...Fields in org.gvsig.fmap.mapcontext.layers with type parameters of type FLayerModifier and TypeFieldDescriptionFLayers.LAYER_ACTIVEFLayers.LAYER_AVALAIBLEFLayers.LAYER_FLYRVECTFLayers.LAYER_SELECTION_AVAILABLEFLayers.LAYER_SELECTION_EMPTYFLayers.layersA synchronized list with the layers.Methods in org.gvsig.fmap.mapcontext.layers that return FLayerModifier and TypeMethodDescriptionFLayer.cloneLayer()This method can be used to have a fast cloned layer.FLyrDefault.cloneLayer()LayerFactory.createLayer(String layerName, org.gvsig.fmap.dal.DataStore dataStore) LayerFactory.createLayer(String layerName, org.gvsig.fmap.dal.DataStoreParameters storeParameters) FLayers.get(int index) FLayer[]FLayers.getActives()LayerCollectionEvent.getAffectedLayer()Gets the layer that this event references.FLayers.getFirstActiveLayer()FLayers.getLayer(int index) FLayers.getLayer(org.gvsig.fmap.dal.DataStore store) LayerDrawEvent.getLayer()Returns a reference to the layer where this event has been produced.LayerEvent.getSource()Gets the layer affected.FLayer[]FLayers.getVisibles()SingleLayerIterator.next()LayersIterator.nextLayer()Returns the next layer in the iteration.FLayers.remove(int i) Methods in org.gvsig.fmap.mapcontext.layers that return types with arguments of type FLayerModifier and TypeMethodDescriptionFLayers.deepiterable()FLayers.deepiterator()FLayers.iterator()Methods in org.gvsig.fmap.mapcontext.layers with parameters of type FLayerModifier and TypeMethodDescriptionvoidbooleanvoidAdds a layer in an specified position in this node.voidvoidprotected voidLayersIterator.appendLayer(FLayer layer) static LayerCollectionEventLayerCollectionEvent.createLayerActivationEvent(FLayer lyr) Creates a new layer collection event notifying a "layer activation changed" action.static LayerCollectionEventLayerCollectionEvent.createLayerAddedEvent(FLayer lyr) Creates a new layer collection event notifying a "layer added" action.static LayerCollectionEventLayerCollectionEvent.createLayerAddingEvent(FLayer lyr) Creates a new layer collection event notifying a "layer adding" action.static LayerPositionEventLayerPositionEvent.createLayerMovedEvent(FLayer lyr, int oldp, int newp) Creates a new layer position event notifying a "layer moved" action.static LayerPositionEventLayerPositionEvent.createLayerMovingEvent(FLayer lyr, int oldp, int newp) Creates a new layer position event notifying a "layer moving" action.static LayerCollectionEventLayerCollectionEvent.createLayerRemovedEvent(FLayer lyr) Creates a new layer collection event notifying a "layer removed" action.static LayerCollectionEventLayerCollectionEvent.createLayerRemovingEvent(FLayer lyr) Creates a new layer collection event notifying a "layer removing" action.static LayerCollectionEventLayerCollectionEvent.createLayerVisibilityEvent(FLayer lyr) Creates a new layer collection event notifying a "layer visibility changed" action.booleanCalled before add a layer to the iteration list.abstract URI[]Provides an array with URIs.voidFLayers.join(FLayer layer, LayerCollection group) voidFLayers.move(FLayer layer, LayerCollection group) voidFLayers.move(FLayer layer, LayerCollection group, int where, FLayer adjoiningLayer) voidFLayers.removeLayer(FLayer lyr) voidFLayers.replaceLayer(String layerName, FLayer layer) Replace a layer identified by its name, by another.voidFLayers.replaceLayer(FLayer layer, FLayer newLayer) Replace a layer by another layer.voidSets the layer affected.Method parameters in org.gvsig.fmap.mapcontext.layers with type arguments of type FLayerConstructors in org.gvsig.fmap.mapcontext.layers with parameters of type FLayerModifierConstructorDescriptionprotectedLayerCollectionEvent(FLayer lyr, int eventType) Creates a new layer collection event of the specified type.LayerDrawEvent(FLayer lyr, Graphics2D g, ViewPort vp, int eventType) Creates a new layer draw event with all necessary information.LayersIterator(FLayer layer) -
Uses of FLayer in org.gvsig.fmap.mapcontext.layers.operations
Subinterfaces of FLayer in org.gvsig.fmap.mapcontext.layers.operationsMethods in org.gvsig.fmap.mapcontext.layers.operations that return FLayerModifier and TypeMethodDescriptionFLayer[]LayerCollection.getActives()Returns an array with all active layers in this collection.LayerCollection.getLayer(int index) Returns the ith-output directed son (from bottom up) of this collection.Returns a first-level layer of this collection, using its name.LayerCollection.getLayer(org.gvsig.fmap.dal.DataStore store) Returns a first-level layer of this collection, using its name.FLayer[]LayerCollection.getVisibles()Returns an array with all visible layers in this collection.Methods in org.gvsig.fmap.mapcontext.layers.operations that return types with arguments of type FLayerModifier and TypeMethodDescriptionMethods in org.gvsig.fmap.mapcontext.layers.operations with parameters of type FLayerModifier and TypeMethodDescriptionfinal voidAdds the layer to the draw group.voidAdds a new layer to this collection.voidAdds a new layer to this collection before or after an element if supplied, and if not at the beginning or end of the collection.abstract booleanChecks if the layer can be added to this groupprotected abstract voidAdds the layer to the draw group.voidLayerCollection.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.voidLayerCollection.removeLayer(FLayer lyr) Removes a layer from this collection.voidMethod parameters in org.gvsig.fmap.mapcontext.layers.operations with type arguments of type FLayerModifier and TypeMethodDescriptionConstructors in org.gvsig.fmap.mapcontext.layers.operations with parameters of type FLayerModifierConstructorDescriptionLayerNotFoundInCollectionException(FLayer layer, LayerCollection collection) -
Uses of FLayer in org.gvsig.fmap.mapcontext.layers.order
Methods in org.gvsig.fmap.mapcontext.layers.order with parameters of type FLayerModifier and TypeMethodDescriptionintLayerOrderManager.getPosition(FLayers target, FLayer newLayer) Gets the proposed position for the newLayer in the target layer collection. -
Uses of FLayer in org.gvsig.fmap.mapcontext.layers.vectorial
Subinterfaces of FLayer in org.gvsig.fmap.mapcontext.layers.vectorialModifier and TypeInterfaceDescriptioninterfaceUtility layer to be able to draw graphics in aMapContext.interfaceClasses in org.gvsig.fmap.mapcontext.layers.vectorial that implement FLayerMethods in org.gvsig.fmap.mapcontext.layers.vectorial that return FLayerMethods in org.gvsig.fmap.mapcontext.layers.vectorial with parameters of type FLayerModifier and TypeMethodDescriptionstatic org.gvsig.fmap.geom.GeometryFLyrVect.fromViewPortCRSToSourceCRS(FLayer lyr, org.gvsig.fmap.geom.Geometry geo, boolean clone) Returns geometry in layer's data source CRS from geometry provided in viewport CRSstatic org.gvsig.fmap.geom.primitive.EnvelopeFLyrVect.fromViewPortCRSToSourceCRS(FLayer lyr, org.gvsig.fmap.geom.primitive.Envelope env) Returns envelope in layer's data source CRS from envelope provided in viewport CRSURI[]Creates an array of URI. -
Uses of FLayer in org.gvsig.fmap.mapcontext.layers.vectorial.impl
Classes in org.gvsig.fmap.mapcontext.layers.vectorial.impl that implement FLayer -
Uses of FLayer in org.gvsig.fmap.mapcontext.raster.api
Subinterfaces of FLayer in org.gvsig.fmap.mapcontext.raster.api -
Uses of FLayer in org.gvsig.fmap.mapcontext.rendering.legend.styling
Methods in org.gvsig.fmap.mapcontext.rendering.legend.styling with parameters of type FLayer -
Uses of FLayer in org.gvsig.fmap.mapcontext.rendering.strategies
Methods in org.gvsig.fmap.mapcontext.rendering.strategies with parameters of type FLayer