| Interface | Description |
|---|---|
| ExtendedPropertiesSupport | |
| FLayer |
Definition of the basic functionality that all kind of layers should implement.
|
| FLayerHidesArea | |
| IFLayerStatus |
According to the particular constitution of a layer, it can be in a set of states,
some of them simultaneously, that altogether represent its status.
|
| LayerCollectionListener |
LayerCollectionListener defines listeners for events that can be produced in a
collection of layers. |
| LayerDrawingListener |
LayerDrawingListener defines listeners
to catch and handle drawing events from layers. |
| LayerListener |
LayerListener defines the interface for an object that listens
to changes in a layer. |
| SelectionListener |
The interface
SelectionListener defines the interface for an object that listens
to changes in a vector layer. |
| VectorialSecuencial |
| Class | Description |
|---|---|
| AbstractLinkProperties | Deprecated
this functionality has extracted of the core in gvSIG 2.0
|
| ExtendedPropertiesHelper | |
| ExtendedPropertiesHelper.RegisterPersistence | |
| FLayers |
Represents a generic collection of layers, that can be represented as a node
in a tree of nodes of layers.
|
| FLayers.RegisterPersistence | |
| FLayerStatus |
All layers in libFMap can be in a set of states, that their combination represent the status of a layer.
|
| FLayerStatus.RegisterPersistence | |
| FLyrDefault |
Implementation of the common characteristics of all layers: visibility, activation, name, ...
|
| FLyrDefault.RegisterMetadata | |
| FLyrDefault.RegisterPersistence | |
| LayerChangeSupport |
Manages all legend listeners of a layer, notifying them any legend change event produced.
|
| LayerCollectionEvent |
Event produced when a layer is been added or removed, or has been added or
removed, or its visibility or activation state has changed from a collection of layers.
|
| LayerDrawEvent |
The
LayerDrawEvent class represents an event produced on a layer about a drawing change. |
| LayerEvent |
Event produced when changes the visibility, activation, edition status, or the name of a layer.
|
| LayerFactory |
Crea un adaptador del driver que se le pasa como parámetro en los métodos
createLayer.
|
| LayerPositionEvent |
Event produced when a layer has been or is being moved from a collection of layers.
|
| LayersIterator |
Interator for iterate in a Layers tree
Extend this class to create an expecific layer iterator
and override the method
evaluate for check
if a layer will be in the iteration list. |
| LinkSelectionListener | Deprecated
TODO Esto tendría que estar en appgvSIG en las tablas
|
| MappingAnnotation | Deprecated |
| SelectionEvent |
Event associated to a selection on a vector layer.
|
| SingleLayerIterator | |
| SpatialCache | |
| Tiling |
Cálculo de Partes (Tiles) en las que se divide un raster grande.
|
| Exception | Description |
|---|---|
| CancelationException |
There are classes and event handlers that allow cancel some of their operations when they are running.
|
| DifferentVersionException |
Excepción que se lanzara cunado exista un problema de versión.
|
| OperationNotSupportedException |
Lanzada cuando se intenta realizar una operación generalmente sobre una
clase abstracta o interfaz y la implementación de dicha clase abstracta o
interfaz no soporta dicha operación.
|