A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ACTUALIZADO - Static variable in class com.iver.cit.gvsig.fmap.MapControl
Cuando la vista está actualizada.
AddCommand - class com.iver.cit.gvsig.fmap.write.AddCommand.
 
AddCommand(int, IGeometry) - Constructor for class com.iver.cit.gvsig.fmap.write.AddCommand
 
AddDeleteVertex - class com.iver.cit.gvsig.fmap.write.geometron.AddDeleteVertex.
Clase que maneja los eventos de la siguiente manera: Si se pincha en un vértice, se elimina dicho vértice Si se pincha en una arista, se añade un nuevo vértice en el punto donde se pinchó.
AddDeleteVertex() - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.AddDeleteVertex
 
AlphanumericData - interface com.iver.cit.gvsig.fmap.layers.layerOperations.AlphanumericData.
Interfaz que implementan todas las capas que tienen una tabla asociada
AreaListenerImpl - class com.iver.cit.gvsig.fmap.tools.AreaListenerImpl.
Implementación de la interfaz MeasureListener como herramienta para medir el área.
AreaListenerImpl(MapControl) - Constructor for class com.iver.cit.gvsig.fmap.tools.AreaListenerImpl
Crea un nuevo AreaListenerImpl.
AtomicEvent - class com.iver.cit.gvsig.fmap.AtomicEvent.
Evento.
AtomicEvent(ArrayList) - Constructor for class com.iver.cit.gvsig.fmap.AtomicEvent
Crea un nuevo AtomicEvent.
AtomicEventListener - interface com.iver.cit.gvsig.fmap.AtomicEventListener.
Interfaz que aporta los posibles métodos a ejecutar como listeners.
abyElem - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
accept(File) - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
accept(File) - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
accept(File) - Method in interface com.iver.cit.gvsig.fmap.drivers.VectorialFileDriver
Define los tipos de fichero que puede leer el driver.
accept(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
accept(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DgnMemoryDriver
 
accept(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
accept(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFMemoryDriver
 
accept(File) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
action(EdgeEvent) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EdgeMenuHandler
Evento disparado cuando el usuario pincha con el botón derecho en una arista y selecciona una opción de menú.
action(GeometronEvent) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.GeneralMenuItem
Evento disparado cuando el usuario pincha con el botón derecho en un punto donde no hay ninguna geometria y selecciona una opción de menú.
action(VertexEvent) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.VertexMenuHandler
Evento disparado cuando el usuario pincha con el botón derecho en un vértice y selecciona una opción de menú.
activationChanged(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
activationChanged(LayerEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
activationChanged(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.FMap.LayerEventListener
 
activationChanged(LayerCollectionEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LayerCollectionListener
Invocado cuando se activa/desactiva una capa
activationChanged(LayerEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LayerListener
Cambio de propiedad de activación de la capa.
activez - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNViewInfo
 
addAtomicEventListener(AtomicEventListener) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
Añade un AtomicEventListener a la lista de listener.
addAtomicEventListener(AtomicEventListener) - Method in class com.iver.cit.gvsig.fmap.FMap
Añade un AtomicEventListener.
addColumn(String, char, int, int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Add a column to this DbaseFileHeader.
addExceptionListener(ExceptionListener) - Method in class com.iver.cit.gvsig.fmap.MapControl
Añade un listener de tipo ExceptionListener.
addGeometry(IGeometry) - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Genera un AddCommand, lo ejecuta y lo apila
addGeometry(IGeometry) - Method in class com.iver.cit.gvsig.fmap.write.ExtensibleFile
Añade una geometría al final del fichero y devuelve la posición que ocupa.
addGeometry(IGeometry) - Method in interface com.iver.cit.gvsig.fmap.write.WritableOperations
Añade una geometry a la capa
addGeometry(IGeometry) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EditableFeatureSource
Añade una geometry a la capa
addGeometry(int) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.QuadTree
Añade el índice de la geometria en la estructura de datos
addIndex(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.FDiskIndex
Añade la geometria que se pasa como parámetro al índice
addLayer(FLayer) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
Añade una capa al final de la lista de subcapas
addLayer(FLayer) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Añade una capa al final de la lista de subcapas
addLayerCollectionListener(LayerCollectionListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
Añade un listener de los eventos de la colección de capas
addLayerCollectionListener(LayerCollectionListener) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Añade un listener de los eventos de la colección de capas
addLayerListener(LegendListener) - Method in class com.iver.cit.gvsig.fmap.FMap
Añade un LegendListener.
addLayerListener(LayerListener) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Añade un listener LayerListener a la lista de listeners.
addLayerListener(LayerListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Añade a la lista de listener un nuevo LayerListener.
addLayerListener(LegendListener) - Method in class com.iver.cit.gvsig.fmap.layers.LayerChangeSupport
Añade un LegendListener al ArrayList de Listener.
addLegendListener(LegendListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
addLegendListener(LegendListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrText
 
addLegendListener(LegendListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
Añade un LegendListener a la lista de Listeners.
addLegendListener(LegendListener) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Classifiable
Añade un Listener de tipo LegendListener.
addMapBehavior(Behavior, boolean) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
 
addMapTool(String, Behavior) - Method in class com.iver.cit.gvsig.fmap.MapControl
Registra una herramienta (tool).
addMapTool(String, Behavior[]) - Method in class com.iver.cit.gvsig.fmap.MapControl
 
addMapping(int, int) - Method in class com.iver.cit.gvsig.fmap.write.ModifiedMap
 
addMenuItem(String, String, MenuHandler) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometron
Añade un manejador de eventos del menú contextual del geometrón
addPoint(Point) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
Añade un punto a la polilínea.
addSelectionListener(SelectionListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
addSelectionListener(SelectionListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
Añade un SelectionListener a la lista de listeners.
addSelectionListener(SelectionListener) - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Añade un nuevo Listener al SelectionSupport.
addSelectionListener(SelectionListener) - Method in class com.iver.cit.gvsig.fmap.layers.SelectionSupport
Añade un SelectionListener al ArrayList de Listeners.
addSelectionListener(SelectionListener) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Selectable
Añade un listener de selección a la capa
addShape(FShape, Object[]) - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
Añade un shape.
addShapeInfo(Rectangle2D, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DiskShapeInfo
 
addShapeInfo(int, Rectangle2D, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DiskShapeInfo
 
addShapeInfo(Rectangle2D, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.MemoryShapeInfo
 
addShapeInfo(Rectangle2D, int) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.ShapeInfo
Añade al final de la estructura de datos la información de una geometría
addSymbol(Object, FSymbol) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
addSymbol(Object, FSymbol) - Method in interface com.iver.cit.gvsig.fmap.rendering.UniqueValueLegend
Añade un símbolo.
addSymbol(Object, FSymbol) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
addSymbol(Object, FSymbol) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
addToTrackLayer(FLayer) - Method in class com.iver.cit.gvsig.fmap.FMap
Añade una capa al grupo de capas que se sitúa por encima de todas las otras capas
addVertex(Point2D, int, int) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometry
Añade un vértice a la geometria despues del vértice after-ésimo y antes del before-ésimo.
addViewPortListener(ViewPortListener) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Añade un ViewPortListener al extentListener.
append(Shape, boolean) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Appends the geometry of the specified Shape object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
append(PathIterator, boolean) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
applyFilter(Filter) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
applyFilter(Filter) - Method in interface com.iver.cit.gvsig.fmap.layers.LowLevelRasterOperations
Aplica el filtro que se pasa como parámetro.
arrayX - Variable in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
 
arrayY - Variable in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
 
atomicEvent(AtomicEvent) - Method in interface com.iver.cit.gvsig.fmap.AtomicEventListener
Llamada a los eventos contenidos dentro de AtomicEvent.
atomicEvent(AtomicEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl.MapContextListener
 
attindx - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellLibrary
 
attr_bytes - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
attr_data - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 

B

BEST - Static variable in interface com.iver.cit.gvsig.fmap.core.IGeometry
 
BasicFileRasterAdapter - class com.iver.cit.gvsig.fmap.layers.BasicFileRasterAdapter.
Clase base para implementar lo básico de la interfaz BasicRasterAdapter.
BasicFileRasterAdapter() - Constructor for class com.iver.cit.gvsig.fmap.layers.BasicFileRasterAdapter
 
BasicFileRasterDriver - interface com.iver.cit.gvsig.fmap.drivers.BasicFileRasterDriver.
Interfaz base para implementar los drivers de raster.
BasicRasterAdapter - interface com.iver.cit.gvsig.fmap.layers.BasicRasterAdapter.
Interfaz con los métodos básicos de un RasterAdapter.
Behavior - class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior.
Herramienta del MapControl.
Behavior() - Constructor for class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
 
BehaviorException - exception com.iver.cit.gvsig.fmap.tools.BehaviorException.
Excepción lanzada cuando falla alguna herramienta.
BehaviorException(String) - Constructor for class com.iver.cit.gvsig.fmap.tools.BehaviorException
Crea una nueva BehaviorException.
BehaviorException(String, Throwable) - Constructor for class com.iver.cit.gvsig.fmap.tools.BehaviorException
Crea una nueva BehaviorException.
BoundedShapes - interface com.iver.cit.gvsig.fmap.drivers.BoundedShapes.
Interfaz a implementar por los drivers que puedan satisfacer de manera rápida una llamada a getShapeBounds.
BoundingBoxVisitor - class com.iver.cit.gvsig.fmap.operations.strategies.BoundingBoxVisitor.
 
BoundingBoxVisitor() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.BoundingBoxVisitor
 
ByteUtils - class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils.
Clase que engloba métodos para trabajar con bytes.
ByteUtils() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
 
backColorChanged(ColorEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
backColorChanged(ColorEvent) - Method in interface com.iver.cit.gvsig.fmap.ViewPortListener
Cambio de color.
beginAtomicEvent() - Method in class com.iver.cit.gvsig.fmap.EventBuffer
Pone el buffer en modo acumulación de eventos.
beginAtomicEvent() - Method in class com.iver.cit.gvsig.fmap.FMap
Inicializa los AtomicEvent.
bigIntegerToBytes(BigInteger, byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Write the bytes representing n into the byte array data, starting at index offset [0], and increment offset [0] by the number of bytes written; if data == null, increment offset [0] by the number of bytes that would have been written otherwise.
boolToBytes(boolean, byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Write the bytes representing b into the byte array data, starting at index offset [0], and increment offset [0] by the number of bytes written; if data == null, increment offset [0] by the number of bytes that would have been written otherwise.
byteToUnsignedInt(byte) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Convert a byte into an unsigned integer.
bytesToBigInteger(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the BigInteger represented by the bytes in data staring at offset offset[0].
bytesToBool(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the boolean represented by the bytes in data staring at offset offset[0].
bytesToDouble(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the double represented by the bytes in data staring at offset offset[0].
bytesToInt(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the int represented by the bytes in data staring at offset offset[0].
bytesToInts(int[], int, byte[], int, int) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Convert an array of bytess into an array of ints.
bytesToLong(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the long represented by the bytes in data staring at offset offset[0].
bytesToShort(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the short represented by the bytes in data staring at offset offset[0].
bytesToString(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the String represented by the bytes in data staring at offset offset[0].

C

CENTER_BOTTOM - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FLabel
 
CENTER_CENTER - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FLabel
 
CENTER_TOP - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FLabel
 
CENTIMETRO - Static variable in class com.iver.cit.gvsig.fmap.ViewPort
 
CHANGE - Static variable in class com.iver.cit.gvsig.fmap.FMap
 
CHANGEM - Static variable in class com.iver.cit.gvsig.fmap.FMap
 
CONTAINS - Static variable in class com.iver.cit.gvsig.fmap.FMap
 
CONTAINS - Static variable in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
CROSSES - Static variable in class com.iver.cit.gvsig.fmap.FMap
 
CROSSES - Static variable in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
CancelationException - exception com.iver.cit.gvsig.fmap.layers.CancelationException.
Clase lanzada en los manejadores de eventos para indicar que el manejo de dicho evento ha producido una excepción.
CancelationException() - Constructor for class com.iver.cit.gvsig.fmap.layers.CancelationException
Crea una CancelationException.
CancelationException(String) - Constructor for class com.iver.cit.gvsig.fmap.layers.CancelationException
Crea una CancelationException.
CancelationException(String, Throwable) - Constructor for class com.iver.cit.gvsig.fmap.layers.CancelationException
Crea una CancelationException.
CancelationException(Throwable) - Constructor for class com.iver.cit.gvsig.fmap.layers.CancelationException
Crea una CancelationException.
Cancellable - interface com.iver.cit.gvsig.fmap.operations.Cancellable.
Interfaz para poder cancelar el dibujado sobre el Graphics.
ChildrenNotAllowedException - exception com.iver.cit.gvsig.fmap.layers.ChildrenNotAllowedException.
Excepción lanzada cuando se intenta insertar una instancia de FLayer dentro de una instancia de una capa que no es instancia de FLayers.
ChildrenNotAllowedException() - Constructor for class com.iver.cit.gvsig.fmap.layers.ChildrenNotAllowedException
 
Classifiable - interface com.iver.cit.gvsig.fmap.layers.layerOperations.Classifiable.
Interfaz que implementan todas las capas que pueden ser clasificadas.
ClassifiableRaster - interface com.iver.cit.gvsig.fmap.layers.layerOperations.ClassifiableRaster.
Interfaz que implementan todas las capas clasificables de tipo raster.
ClassifiableVectorial - interface com.iver.cit.gvsig.fmap.layers.layerOperations.ClassifiableVectorial.
Interfaz que implementan todas las capas que pueden tener asociada una leyenda
ClassificationLegendEvent - class com.iver.cit.gvsig.fmap.rendering.ClassificationLegendEvent.
Evento sobre la Leyenda clasificada.
ClassificationLegendEvent() - Constructor for class com.iver.cit.gvsig.fmap.rendering.ClassificationLegendEvent
 
ClassifiedLegend - interface com.iver.cit.gvsig.fmap.rendering.ClassifiedLegend.
Interfaz que ofrece los métodos para clasificar la Leyenda.
ClassifiedLegendInfo - interface com.iver.cit.gvsig.fmap.rendering.ClassifiedLegendInfo.
Información de la leyenda para poder representarla gráficamente al usuario
CmsRasterDriver - class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver.
Driver de raster (tal y como los abre CMS.
CmsRasterDriver() - Constructor for class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
ColorEvent - class com.iver.cit.gvsig.fmap.ColorEvent.
Evento de cambio de color.
ColorRamp - class com.iver.cit.gvsig.fmap.rendering.ColorRamp.
Rampa de colores para el dibujado de Raster.
ColorRamp() - Constructor for class com.iver.cit.gvsig.fmap.rendering.ColorRamp
 
CommandList - interface com.iver.cit.gvsig.fmap.write.CommandList.
Lista de comandos en la que habrá un puntero al comando siguiente al último que se ejecutó.
ComplexRasterAdapter - class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter.
Implementa sus métodos obteniendo la información del driver sobre el que actúa
ComplexRasterAdapter() - Constructor for class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
CompoundBehavior - class com.iver.cit.gvsig.fmap.tools.CompoundBehavior.
Behavior mediante el que se pueden combinar varios behaviors a la vez en un mismo MapControl
CompoundBehavior(Behavior[]) - Constructor for class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
 
calculateRgb() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Calcula el RGB del símbolo.
callLegendChanged(LegendChangedEvent) - Method in class com.iver.cit.gvsig.fmap.FMap
Método ejecutado cuando hay un cambio de leyenda que se quiera reflejar.
callLegendChanged(LegendChangedEvent) - Method in class com.iver.cit.gvsig.fmap.layers.LayerChangeSupport
Llamada al método legendChanged de los listener.
cancelDrawing() - Method in class com.iver.cit.gvsig.fmap.MapControl
Cancela el dibujado.
cancelDrawing() - Method in class com.iver.cit.gvsig.fmap.tools.AreaListenerImpl
 
cancelDrawing() - Method in interface com.iver.cit.gvsig.fmap.tools.Listeners.ToolListener
Condición para que se cancele el dibujado.
cancelDrawing() - Method in class com.iver.cit.gvsig.fmap.tools.MeasureListenerImpl
 
cancelDrawing() - Method in class com.iver.cit.gvsig.fmap.tools.PanListenerImpl
 
cancelDrawing() - Method in class com.iver.cit.gvsig.fmap.tools.PointSelectionListener
 
cancelDrawing() - Method in class com.iver.cit.gvsig.fmap.tools.RectangleSelectionListener
 
cancelDrawing() - Method in class com.iver.cit.gvsig.fmap.tools.ZoomInListenerImpl
 
cancelDrawing() - Method in class com.iver.cit.gvsig.fmap.tools.ZoomOutListenerImpl
 
cancelDrawing() - Method in class com.iver.cit.gvsig.fmap.tools.ZoomOutRightButtonListener
 
cancelEditing() - Method in interface com.iver.cit.gvsig.fmap.write.WritableVectorial
Cancela los cambios de la edición
cclass - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 
cclass - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellLibrary
 
celltype - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellLibrary
 
cga - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConverter
 
changeInterval(int, FInterval) - Method in interface com.iver.cit.gvsig.fmap.rendering.IntervalLegend
Cambia el intervalo index-ésimo del array de intervalos
changeInterval(int, FInterval) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
changeInterval(int, FInterval) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
changeLastPoint(Point) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
Cambio del último punto.
changeRecordsetName(String) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
changeRecordsetName(String) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrMemory
 
changeRecordsetName(String) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
changeRecordsetName(String) - Method in class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter
 
changeRecordsetName(String) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
Método abstracto que se ejecutará cuando se cambie el nombre del DataSource.
changeRecordsetName(String) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter
 
changeRecordsetName(String) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter
 
changeRecordsetName(String) - Method in class com.iver.cit.gvsig.fmap.layers.WFSAdapter
 
changeRecordsetName(String) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.AlphanumericData
Cambia el nombre de la tabla en el GDBMS
classifiedSymbolChange(SymbolLegendEvent) - Method in interface com.iver.cit.gvsig.fmap.rendering.LegendListener
Invocado cuando se cambia en el legend uno de los símbolos.
clear() - Method in interface com.iver.cit.gvsig.fmap.rendering.ClassifiedLegend
Elimina toda la información de clasificación: intervalos o valores
clear() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
clear() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
clear() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
clear() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
clearSelection() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
clearSelection() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
clearSelection() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Borra la selección.
clearSelection() - Method in class com.iver.cit.gvsig.fmap.layers.SelectionSupport
Elimina la selección.
clearSelection() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Selectable
Elimina la selección de la capa.
clone() - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Creates a new object of the same class as this object.
clone() - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Clona el FLabel.
cloneFMap() - Method in class com.iver.cit.gvsig.fmap.FMap
Crea un nuevo FMap totalmente desligado, se replican las capas y el ViewPort
cloneFShape() - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
cloneFShape() - Method in class com.iver.cit.gvsig.fmap.core.FPolygon2D
Clona FPolygon2D.
cloneFShape() - Method in class com.iver.cit.gvsig.fmap.core.FPolygon3D
Clona FPolygon3D.
cloneFShape() - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
cloneFShape() - Method in interface com.iver.cit.gvsig.fmap.core.FShape
Clona FShape.
cloneGeometry() - Method in class com.iver.cit.gvsig.fmap.core.FGeometry
 
cloneGeometry() - Method in class com.iver.cit.gvsig.fmap.core.FGeometryCollection
 
cloneGeometry() - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
cloneGeometry() - Method in class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
cloneGeometry() - Method in interface com.iver.cit.gvsig.fmap.core.IGeometry
Clona la Geometría.
cloneLegend() - Method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
 
cloneLegend() - Method in interface com.iver.cit.gvsig.fmap.rendering.Legend
Clona la leyenda.
cloneLegend(VectorialLegend) - Static method in class com.iver.cit.gvsig.fmap.rendering.LegendFactory
Clona la leyenda.
cloneLegend() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
cloneLegend() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
cloneLegend() - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
cloneLegend() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
cloneLegend() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
cloneSymbol() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Clona el símbolo actual.
cloneViewPort() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Clona el ViewPort.
close() - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
close() - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
close() - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
 
close() - Method in interface com.iver.cit.gvsig.fmap.drivers.VectorialFileDriver
Cuando se terminan las operaciones sobre el fichero se invoca éste método para cerrar el descriptor que se abrió en f
close() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
close() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
close() - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
close() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
Removes all data from the dataset
close() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO
Clean up all resources associated with this reader.
close() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileWriterNIO
Release resources associated with this writer.
close() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
Cierra el fichero.
close() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPFileWrite
Close the underlying Channels.
close() - Method in interface com.iver.cit.gvsig.fmap.write.CommandList
Libera los recursos que usa la pila de comandos para no ser usados más
close() - Method in class com.iver.cit.gvsig.fmap.write.DiskCommandStack
 
close() - Method in class com.iver.cit.gvsig.fmap.write.ExtensibleFile
Cierra el fichero abierto con create
close() - Method in interface com.iver.cit.gvsig.fmap.write.FileWriterDriver
Cierra el fichero sobre el que se han escrito todos los eventos
close() - Method in class com.iver.cit.gvsig.fmap.write.MemoryCommandStack
No hace nada
close() - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
closeIndexFile() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
 
closeIndexFile() - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.FDiskIndex
 
closeIndexFile() - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.FMemoryIndex
 
closeIndexFile() - Method in interface com.iver.cit.gvsig.fmap.rendering.indexes.Index
Cierra el fichero de índices
closePath() - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Closes the current subpath by drawing a straight line back to the coordinates of the last moveTo.
color - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
color_info - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemColorTable
 
color_table - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
com.iver.cit.gvsig.fmap - package com.iver.cit.gvsig.fmap
 
com.iver.cit.gvsig.fmap.core - package com.iver.cit.gvsig.fmap.core
 
com.iver.cit.gvsig.fmap.core.v02 - package com.iver.cit.gvsig.fmap.core.v02
 
com.iver.cit.gvsig.fmap.demo - package com.iver.cit.gvsig.fmap.demo
 
com.iver.cit.gvsig.fmap.drivers - package com.iver.cit.gvsig.fmap.drivers
 
com.iver.cit.gvsig.fmap.drivers.dgn - package com.iver.cit.gvsig.fmap.drivers.dgn
 
com.iver.cit.gvsig.fmap.drivers.dxf - package com.iver.cit.gvsig.fmap.drivers.dxf
 
com.iver.cit.gvsig.fmap.drivers.raster - package com.iver.cit.gvsig.fmap.drivers.raster
 
com.iver.cit.gvsig.fmap.drivers.shp - package com.iver.cit.gvsig.fmap.drivers.shp
 
com.iver.cit.gvsig.fmap.drivers.shp.write - package com.iver.cit.gvsig.fmap.drivers.shp.write
 
com.iver.cit.gvsig.fmap.drivers.wfs - package com.iver.cit.gvsig.fmap.drivers.wfs
 
com.iver.cit.gvsig.fmap.drivers.wms - package com.iver.cit.gvsig.fmap.drivers.wms
 
com.iver.cit.gvsig.fmap.layers - package com.iver.cit.gvsig.fmap.layers
 
com.iver.cit.gvsig.fmap.layers.layerOperations - package com.iver.cit.gvsig.fmap.layers.layerOperations
 
com.iver.cit.gvsig.fmap.operations - package com.iver.cit.gvsig.fmap.operations
 
com.iver.cit.gvsig.fmap.operations.selection - package com.iver.cit.gvsig.fmap.operations.selection
 
com.iver.cit.gvsig.fmap.operations.strategies - package com.iver.cit.gvsig.fmap.operations.strategies
 
com.iver.cit.gvsig.fmap.rendering - package com.iver.cit.gvsig.fmap.rendering
 
com.iver.cit.gvsig.fmap.rendering.indexes - package com.iver.cit.gvsig.fmap.rendering.indexes
 
com.iver.cit.gvsig.fmap.rendering.styling - package com.iver.cit.gvsig.fmap.rendering.styling
 
com.iver.cit.gvsig.fmap.tools - package com.iver.cit.gvsig.fmap.tools
 
com.iver.cit.gvsig.fmap.tools.Behavior - package com.iver.cit.gvsig.fmap.tools.Behavior
 
com.iver.cit.gvsig.fmap.tools.Events - package com.iver.cit.gvsig.fmap.tools.Events
 
com.iver.cit.gvsig.fmap.tools.Listeners - package com.iver.cit.gvsig.fmap.tools.Listeners
 
com.iver.cit.gvsig.fmap.write - package com.iver.cit.gvsig.fmap.write
 
com.iver.cit.gvsig.fmap.write.geometron - package com.iver.cit.gvsig.fmap.write.geometron
 
compact() - Method in class com.iver.cit.gvsig.fmap.write.ExtensibleFile
Comprime el fichero ya que las features modificadas pueden estar encadenadas en más de un registro.
compact() - Method in class com.iver.cit.gvsig.fmap.write.MemoryCommandStack
No hace nada
compactar() - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
A lo largo de la edición puede darse que haya features que se modifican y luego que se deshace su modificación .
complex - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
componentHidden(ComponentEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl
 
componentMoved(ComponentEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl
 
componentResized(ComponentEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl
 
componentShown(ComponentEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl
 
contains(double, double) - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
contains(double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
contains(Point2D) - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
contains(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
contains(double, double) - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
contains(double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
contains(Point2D) - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
contains(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
contains(double, double) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Tests if the specified coordinates are inside the boundary of this Shape.
contains(Point2D) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Tests if the specified Point2D is inside the boundary of this Shape.
contains(double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Tests if the specified rectangular area is inside the boundary of this Shape.
contains(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Tests if the specified Rectangle2D is inside the boundary of this Shape.
conversion - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNViewInfo
 
create(SelectableDataSource, BitSet) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DBFFromGeometries
Inicializa.
create(int) - Static method in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
Crea a partir del tipo de geometría un shape del tipo más adecuado.
create() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.SHPSHXFromGeometries
Finaliza el visitor.
create(String) - Static method in class com.iver.cit.gvsig.fmap.rendering.FInterval
Crea un FInterval nuevo a partir de un String con el número inicial un guión y el número final.
createActivationChangedEvent(FLyrDefault, String) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerEvent
 
createColorEvent(Color) - Static method in class com.iver.cit.gvsig.fmap.ColorEvent
 
createDbaseHeader(SelectableDataSource) - Static method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
DOCUMENT ME!
createExtentEvent(Rectangle2D) - Static method in class com.iver.cit.gvsig.fmap.ExtentEvent
 
createFLabel(XMLEntity) - Static method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Crea un Objeto de esta clase a partir de la información del XMLEntity.
createFromXML(XMLEntity) - Static method in class com.iver.cit.gvsig.fmap.ExtentHistory
Crea un nuevo ExtentHistory a partir del XMLEntity.
createFromXML(XMLEntity) - Static method in class com.iver.cit.gvsig.fmap.FMap
Crea un nuevo FMAp a partir del XMLEntity.
createFromXML(XMLEntity) - Static method in class com.iver.cit.gvsig.fmap.ViewPort
Crea un nuevo ViewPort a partir del XMLEntity.
createFromXML(XMLEntity) - Static method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Crea el símbolo a partir del xml.
createFromXML(XMLEntity) - Static method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
Crea un ColorRamp a partir del XMLEntity.
createFromXML(XMLEntity) - Static method in class com.iver.cit.gvsig.fmap.rendering.LegendFactory
Crea un renderer con la información contenida en el objeto XMLEntity
createFromXML(XMLEntity) - Static method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
Crea una RasterIntervalLegend a partir del XMLEntity.
createFromXML(XMLEntity) - Static method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
Crea un RasterUniqueValueLegend a partir del XMLEntity.
createGMLHandler(File) - Method in class com.iver.cit.gvsig.fmap.write.GeometryHandlerFactory
Crea un contentHandler para XML que puede ser o un DiskGMLHandler o un MemoryGMLHandler, en función de la memoria disponible
createGeometry(FShape) - Static method in class com.iver.cit.gvsig.fmap.core.ShapeFactory
Crea a partir de un FShape una geometría.
createIndex() - Method in class com.iver.cit.gvsig.fmap.FMap
 
createIndex() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
createIndex(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
Crea un índice para la capa.
createIndex() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.RandomVectorialData
 
createIndex() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
 
createIndex() - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.Strategy
Crea un índice sobre la capa vectorial de la estrategia
createIndex(VectorialAdapter, File) - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.IndexFactory
Crea un fichero índice en el disco con el path que se le pasa como parámetro sobre la fuente de datos vectorial que se pasa como parámetro y devuelve un objeto con el índice en su memoria o un objeto que accede al fichero de disco sin usar la memoria.
createIndex(Rectangle2D) - Method in interface com.iver.cit.gvsig.fmap.rendering.indexes.Indexable
El driver deberá de implementar en este método la creación del fichero de índices.
createLabelLayer(int) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
createLabelLayer(int) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Labelable
Crea una capa con las etiquetas de esta capa sobre el campo cuyo id se pasa como parámetro
createLabels(int, boolean) - Method in class com.iver.cit.gvsig.fmap.core.FGeometry
 
createLabels(int, boolean) - Method in class com.iver.cit.gvsig.fmap.core.FGeometryCollection
 
createLabels(int, boolean) - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
createLabels(int, boolean) - Method in class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
createLabels(int, boolean) - Method in interface com.iver.cit.gvsig.fmap.core.IGeometry
Obtiene las posiciones donde se debe situar la etiqueta para esta IGeometry.
createLayer(String, String, File, IProjection) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerFactory
Crea un RandomVectorialFile con el driver que se le pasa como parámetro y guardándose el nombre del fichero para realizar los accesos, la capa tendrá asociada la proyección que se pasa como parametro también
createLayer(String, VectorialFileDriver, File, IProjection) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerFactory
Crea un RandomVectorialFile con el driver que se le pasa como parámetro y guardándose el nombre del fichero para realizar los accesos, la capa tendrá asociada la proyección que se pasa como parametro también
createLayer(String, Rectangle2D, URL, String, String, String, String) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerFactory
Crea una capa WMS con el driver que se le pasa como parámetro y guardándose el nombre del fichero para realizar los accesos, la capa tendrá asociada la proyección que se pasa como parametro también
createLayer(String, RasterDriver, File, IProjection) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerFactory
Crea una capa Raster a partir del nombre driver, fichero y proyección.
createLayer(WFSDriver, URL, IProjection) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerFactory
Crea un RandomVectorialWFS con el driver que se le pasa como parámetro y guardándose la URL del servidor que se pasa como parámetro
createLayer(VectorialDatabaseDriver, String, int, String, String, String, String, IProjection) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerFactory
Crea un RandomVectorialWFS con el driver que se le pasa como parámetro y guardándose la URL del servidor que se pasa como parámetro
createLayer(RasterDriver, File, IProjection) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerFactory
Crea una FLyrComplexRaster que ataca al driver que se pasa como parámetro.
createLayerActivationEvent(FLayer) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent
 
createLayerAddedEvent(FLayer) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent
 
createLayerAddingEvent(FLayer) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent
 
createLayerMovedEvent(FLayer, int, int) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerPositionEvent
 
createLayerMovingEvent(FLayer, int, int) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerPositionEvent
 
createLayerRemovedEvent(FLayer) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent
 
createLayerRemovingEvent(FLayer) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent
 
createLayerVisibilityEvent(FLayer) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent
 
createLegendChangedEvent(VectorialLegend, VectorialLegend) - Static method in class com.iver.cit.gvsig.fmap.rendering.LegendChangedEvent
 
createMultipoint2D(double[], double[]) - Static method in class com.iver.cit.gvsig.fmap.core.ShapeFactory
Crea una geometría que contiene como shape un Multipunto 2D.
createMultipoint3D(double[], double[], double[]) - Static method in class com.iver.cit.gvsig.fmap.core.ShapeFactory
Crea una geometría que contiene como shape un Multipunto 3D.
createNameChangedEvent(FLyrDefault, String) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerEvent
 
createNewDbaseHeader() - Static method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Crea un DbaseFile.
createNewFMap(ViewPort) - Method in class com.iver.cit.gvsig.fmap.FMap
Crea un nuevo FMap con la información del ViewPort que se pasa como parámetro.
createPatternFill(int, Color) - Static method in class com.iver.cit.gvsig.fmap.core.v02.FSymbolFactory
 
createPatternFills(Color) - Static method in class com.iver.cit.gvsig.fmap.core.v02.FSymbolFactory
Al crear esto lo mejor sería mirar en un directorio y cargar todas las imagenes que tengamos prediseñadas.
createPoint2D(double, double) - Static method in class com.iver.cit.gvsig.fmap.core.ShapeFactory
Crea una geometría que contiene como shape un punto 2D.
createPoint3D(double, double, double) - Static method in class com.iver.cit.gvsig.fmap.core.ShapeFactory
Crea una geometría que contiene como shape un punto 3D.
createPolygon2D(GeneralPathX) - Static method in class com.iver.cit.gvsig.fmap.core.ShapeFactory
Crea una geometría que contiene como shape un Polígono 2D.
createPolyline2D(GeneralPathX) - Static method in class com.iver.cit.gvsig.fmap.core.ShapeFactory
Crea una geometría que contiene como shape un Polilínea 2D.
createPolyline3D(GeneralPathX, double[]) - Static method in class com.iver.cit.gvsig.fmap.core.ShapeFactory
Crea una geometría que contiene como shape un Polilínea 3D.
createShapeInfo(VectorialAdapter) - Static method in class com.iver.cit.gvsig.fmap.operations.strategies.StrategyManager
Crea un ShapeInfo en memoria o en disco en función de la memoria disponible
createSingleSymbolLegend(int) - Static method in class com.iver.cit.gvsig.fmap.rendering.LegendFactory
Crea un objeto renderer de símbolo único con las características que se pasan como parámetro
createTransformedShape(AffineTransform) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Returns a new transformed Shape.
createVectorialIntervalLegend(int) - Static method in class com.iver.cit.gvsig.fmap.rendering.LegendFactory
Crea un objeto VectorialIntervalLegend vacío, dispuesto para cargar símbolos
createVectorialUniqueValueLegend(int) - Static method in class com.iver.cit.gvsig.fmap.rendering.LegendFactory
Crea un objeto VectorialUniqueValueLegend vacío, dispuesto para cargar símbolos
createVisibilityChangedEvent(FLyrDefault, String) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerEvent
 
createdbf(FBitSet) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.DBFFromSelected
Rellena los registros del dbf.
currentSegment(double[]) - Method in class com.iver.cit.gvsig.fmap.core.FPointIterator
 
currentSegment(float[]) - Method in class com.iver.cit.gvsig.fmap.core.FPointIterator
 
currentSegment(float[]) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathXIterator
Returns the coordinates and type of the current path segment in the iteration.
currentSegment(double[]) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathXIterator
Returns the coordinates and type of the current path segment in the iteration.
curveTo(double, double, double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the coordinates (x3, y3), using the specified points (x1, y1) and (x2, y2) as Bézier control points.

D

DBFFromGeometries - class com.iver.cit.gvsig.fmap.drivers.shp.DBFFromGeometries.
DOCUMENT ME!
DBFFromGeometries(IGeometry[], File) - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.DBFFromGeometries
 
DBFFromSelected - class com.iver.cit.gvsig.fmap.drivers.shp.write.DBFFromSelected.
Visitor de zoom a lo seleccionado.
DBFFromSelected() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.DBFFromSelected
 
DBSource - class com.iver.cit.gvsig.fmap.layers.DBSource.
Clase que representa el origen de datos de base de datos y que en su método equals devuelve true si el objeto que se pasa como parámetro es un DBSource y apunta al mismo origen de datos.
DBSource() - Constructor for class com.iver.cit.gvsig.fmap.layers.DBSource
 
DEFAULT_LINE_SYMBOL - Static variable in class com.iver.cit.gvsig.fmap.rendering.LegendFactory
 
DEFAULT_POINT_SYMBOL - Static variable in class com.iver.cit.gvsig.fmap.rendering.LegendFactory
 
DEFAULT_POLYGON_SYMBOL - Static variable in class com.iver.cit.gvsig.fmap.rendering.LegendFactory
 
DESACTUALIZADO - Static variable in class com.iver.cit.gvsig.fmap.MapControl
Cuando la vista está desactualizada.
DGNCF_COPY_SEED_FILE_COLOR_TABLE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNCF_COPY_WHOLE_SEED_FILE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNCF_USE_SEED_ORIGIN - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNCF_USE_SEED_UNITS - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNC_CONSTRUCTION_ELEMENT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNC_CONSTRUCTION_RULE_ELEMENT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNC_DIMENSION_ELEMENT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNC_LINEAR_PATTERNED_ELEMENT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNC_PATTERN_COMPONENT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNC_PRIMARY - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNC_PRIMARY_RULE_ELEMENT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNDriver - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver.
Driver DGN.
DGNDriver() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
DGNDumpElement(DGNInfo, DGNElemCore, String) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNReader
Muestra por consola los elementos que contiene el DGN.
DGNEIF_COMPLEX - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNEIF_DELETED - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNElemArc - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemArc.
Clase utilizada para guardar un elemento de tipo Arc.
DGNElemArc() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemArc
 
DGNElemCellHeader - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader.
Clase utilizada para guardar un elemento de tipo CellHeader.
DGNElemCellHeader() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 
DGNElemCellLibrary - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellLibrary.
Clase utilizada para guardar un elemento de tipo CellLibrary.
DGNElemCellLibrary() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellLibrary
 
DGNElemColorTable - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemColorTable.
Clase utilizada para guardar un elemento de tipo ColorTable.
DGNElemColorTable() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemColorTable
 
DGNElemComplexHeader - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemComplexHeader.
Clase utilizada para guardar un elemento de tipo ComplexHeader.
DGNElemComplexHeader() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemComplexHeader
 
DGNElemCore - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore.
Clase utilizada para guardar un elemento de tipo Base del cual extienden los demás tipos.
DGNElemCore() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
DGNElemGroup - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemGroup.
Clase utilizada para guardar un elemento de tipo Group.
DGNElemGroup() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemGroup
 
DGNElemMultiPoint - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemMultiPoint.
Clase utilizada para guardar un elemento de tipo MultiPoint.
DGNElemMultiPoint() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemMultiPoint
 
DGNElemTCB - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTCB.
Clase utilizada para guardar un elemento de tipo TCB.
DGNElemTCB() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTCB
 
DGNElemTagSet - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagSet.
Clase utilizada para guardar un elemento de tipo TagSet.
DGNElemTagSet() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagSet
 
DGNElemTagValue - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagValue.
Clase utilizada para guardar un elemento de tipo TagValue.
DGNElemTagValue() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagValue
 
DGNElemText - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemText.
Clase utilizada para guardar un elemento de tipo Text.
DGNElemText() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemText
 
DGNElementInfo - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElementInfo.
Clase utilizada para guardar un elemento de tipo Info.
DGNElementInfo() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElementInfo
 
DGNFileHeader - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader.
Clase Header del DGN.
DGNFileHeader() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
ShapeFileHeader constructor comment.
DGNGetRawExtents(DGNInfo, byte[], DGNElemCore) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNReader
Devuelve los extent de una fila.
DGNGetShapeFillInfo(DGNElemCore) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNReader
Fetch fill color for a shape.
DGNGotoElement(int) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNReader
Seek to indicated element.
DGNInfo - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo.
Clase que almacena información del elemento.
DGNInfo() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
DGNJ_CENTER_BOTTOM - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_CENTER_CENTER - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_CENTER_TOP - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_LEFTMARGIN_BOTTOM - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_LEFTMARGIN_CENTER - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_LEFTMARGIN_TOP - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_LEFT_BOTTOM - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_LEFT_CENTER - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_LEFT_TOP - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_RIGHTMARGIN_BOTTOM - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_RIGHTMARGIN_CENTER - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_RIGHTMARGIN_TOP - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_RIGHT_BOTTOM - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_RIGHT_CENTER - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNJ_RIGHT_TOP - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNLT_ASSOC_ID - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNLT_DMRS - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNLT_INFORMIX - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNLT_ODBC - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNLT_ORACLE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNLT_RIS - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNLT_SHAPE_FILL - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNLT_SYBASE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNLT_XBASE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNLookupColor(int) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNReader
Translate color index into RGB values.
DGNO_CAPTURE_RAW_DATA - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNPF_ATTRIBUTES - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNPF_CLASS - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNPF_HOLE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNPF_LOCKED - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNPF_MODIFIED - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNPF_NEW - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNPF_ORIENTATION - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNPF_PLANAR - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNPF_SNAPPABLE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNPoint - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNPoint.
Punto 3D.
DGNPoint() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNPoint
 
DGNReadElement() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNReader
DOCUMENT ME!
DGNReader - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNReader.
Clase dedicada a leer del fichero DGN.
DGNReader(String) - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNReader
Crea un nuevo DGNReader.
DGNST_ARC - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemArc structure
DGNST_CELL_HEADER - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemCellHeader structure
DGNST_CELL_LIBRARY - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemCellLibrary structure
DGNST_COLORTABLE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemColorTable structure
DGNST_COMPLEX_HEADER - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemComplexHeader structure
DGNST_CORE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemCore structure
DGNST_GROUP_DATA - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemGroup structure
DGNST_MULTIPOINT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemMultiPoint structure
DGNST_SHARED_CELL_DEFN - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNST_TAG_SET - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemTagSet structure
DGNST_TAG_VALUE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemTagValue structure
DGNST_TCB - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemTCB structure
DGNST_TEXT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
DGNElemCore style: Element uses DGNElemText structure
DGNS_DASH_DOUBLE_DOT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNS_DOTTED - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNS_DOT_DASH - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNS_LONG_DASH - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNS_LONG_DASH_SHORT_DASH - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNS_MEDIUM_DASH - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNS_SHORT_DASH - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNS_SOLID - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_APPLICATION_ELEM - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_ARC - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_BSPLINE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_CELL_HEADER - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_CELL_LIBRARY - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_COMPLEX_CHAIN_HEADER - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_COMPLEX_SHAPE_HEADER - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_CURVE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_DIGITIZER_SETUP - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_ELLIPSE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_GROUP_DATA - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_LEVEL_SYMBOLOGY - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_LINE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_LINE_STRING - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_NULL - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_SHAPE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_SHARED_CELL_DEFN - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_SHARED_CELL_ELEM - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_TAG_VALUE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_TCB - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_TEXT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNT_TEXT_NODE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGNTagDef - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNTagDef.
Definición de Tag.
DGNTagDef() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNTagDef
 
DGNViewInfo - class com.iver.cit.gvsig.fmap.drivers.dgn.DGNViewInfo.
Información sobre la vista.
DGNViewInfo() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DGNViewInfo
 
DGN_GDL_COLOR_TABLE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGN_GDL_NAMED_VIEW - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DGN_GDL_REF_FILE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
DISJOINT - Static variable in class com.iver.cit.gvsig.fmap.FMap
 
DISJOINT - Static variable in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
DXFDriver - class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver.
 
DXFDriver() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
DXFMemoryDriver - class com.iver.cit.gvsig.fmap.drivers.dxf.DXFMemoryDriver.
 
DXFMemoryDriver() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dxf.DXFMemoryDriver
 
DbaseFileHeaderNIO - class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO.
Class to represent the header of a Dbase III file.
DbaseFileHeaderNIO() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
 
DbaseFileNIO - class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO.
Class to read and write data to a dbase III format file.
DbaseFileNIO() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
 
DbaseFileReaderNIO - class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO.
A DbaseFileReader is used to read a dbase III format file.
DbaseFileReaderNIO(ReadableByteChannel) - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO
Creates a new instance of DBaseFileReader
DbaseFileReaderNIO.Row - class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO.Row.
 
DbaseFileReaderNIO.Row() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO.Row
 
DbaseFileWriterNIO - class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileWriterNIO.
A DbaseFileReader is used to read a dbase III format file.
DbaseFileWriterNIO(DbaseFileHeaderNIO, WritableByteChannel) - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileWriterNIO
Create a DbaseFileWriter using the specified header and writing to the given channel.
DbaseFileWriterNIO.FieldFormatter - class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileWriterNIO.FieldFormatter.
Utility for formatting Dbase fields.
DbaseFileWriterNIO.FieldFormatter() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileWriterNIO.FieldFormatter
 
DefaultStrategy - class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy.
Implementa la Strategy por defecto.
DefaultStrategy(FLayer) - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
Crea un nuevo DefaultStrategy.
DeleteExtendedCommand - class com.iver.cit.gvsig.fmap.write.DeleteExtendedCommand.
 
DeleteExtendedCommand(int) - Constructor for class com.iver.cit.gvsig.fmap.write.DeleteExtendedCommand
Construye un objeto del tipo DeleteCommand
DeleteSourceCommand - class com.iver.cit.gvsig.fmap.write.DeleteSourceCommand.
 
DeleteSourceCommand(int) - Constructor for class com.iver.cit.gvsig.fmap.write.DeleteSourceCommand
Construye un objeto del tipo DeleteCommand con el índice físico del ReadableVectorial
DemoSHPDriver - class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver.
Driver del formato SHP.
DemoSHPDriver() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
DgnMemoryDriver - class com.iver.cit.gvsig.fmap.drivers.dgn.DgnMemoryDriver.
Driver DGN que trabaja directamente cargando el fichero en memoria.
DgnMemoryDriver() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.DgnMemoryDriver
 
DifferentVersionException - exception com.iver.cit.gvsig.fmap.layers.DifferentVersionException.
Excepción que se lanzara cunado exista un problema de versión.
DifferentVersionException() - Constructor for class com.iver.cit.gvsig.fmap.layers.DifferentVersionException
Crea una nueva DifferentVersionException
DifferentVersionException(String) - Constructor for class com.iver.cit.gvsig.fmap.layers.DifferentVersionException
Crea una nueva DifferentVersionException
DifferentVersionException(String, Throwable) - Constructor for class com.iver.cit.gvsig.fmap.layers.DifferentVersionException
Crea una nueva DifferentVersionException
DifferentVersionException(Throwable) - Constructor for class com.iver.cit.gvsig.fmap.layers.DifferentVersionException
Crea una nueva DifferentVersionException
DiskCommandStack - class com.iver.cit.gvsig.fmap.write.DiskCommandStack.
Almacena los comandos en disco
DiskCommandStack() - Constructor for class com.iver.cit.gvsig.fmap.write.DiskCommandStack
 
DiskGeometryHandler - class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler.
Maneja eventos GML de las geometrías y mete la información en el fichero al que apunta el atributo "file"
DiskGeometryHandler(File) - Constructor for class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
DiskShapeInfo - class com.iver.cit.gvsig.fmap.operations.strategies.DiskShapeInfo.
 
DiskShapeInfo() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.DiskShapeInfo
 
DrawImage - class com.iver.cit.gvsig.fmap.demo.DrawImage.
 
DrawImage() - Constructor for class com.iver.cit.gvsig.fmap.demo.DrawImage
 
DrawLabel(Graphics2D, AffineTransform, FShape, FSymbol, FLabel) - Static method in class com.iver.cit.gvsig.fmap.core.v02.FGraphicUtilities
Dibuja el FLabel que se pasa como parámetro sobre el Graphics2D.
DrawShape(Graphics2D, AffineTransform, FShape, FSymbol) - Static method in class com.iver.cit.gvsig.fmap.core.v02.FGraphicUtilities
Dibuja el shape que se pasa como parámetro con las características que aporta el símbolo sobre el Graphics2D.
DrawSymbol(Graphics2D, AffineTransform, Rectangle, FSymbol) - Static method in class com.iver.cit.gvsig.fmap.core.v02.FGraphicUtilities
Dibuja el símbolo que se le pasa como parámetro en el Graphics.
DriverAttributes - class com.iver.cit.gvsig.fmap.drivers.DriverAttributes.
 
DriverAttributes() - Constructor for class com.iver.cit.gvsig.fmap.drivers.DriverAttributes
 
DriverException - exception com.iver.cit.gvsig.fmap.DriverException.
Excepción que indica un problema con los drivers.
DriverException(String) - Constructor for class com.iver.cit.gvsig.fmap.DriverException
Crea un nuevo DriverException
DriverException(String, Throwable) - Constructor for class com.iver.cit.gvsig.fmap.DriverException
Crea un nuevo DriverException
DriverException(Throwable) - Constructor for class com.iver.cit.gvsig.fmap.DriverException
Crea un nuevo DriverException
DriverIOException - exception com.iver.cit.gvsig.fmap.drivers.DriverIOException.
Excepción al acceder a un driver
DriverIOException() - Constructor for class com.iver.cit.gvsig.fmap.drivers.DriverIOException
Crea un objeto.
DriverIOException(String) - Constructor for class com.iver.cit.gvsig.fmap.drivers.DriverIOException
Crea un objeto con un mensaje como parámetro.
DriverIOException(String, Throwable) - Constructor for class com.iver.cit.gvsig.fmap.drivers.DriverIOException
Crea un objeto.
DriverIOException(Throwable) - Constructor for class com.iver.cit.gvsig.fmap.drivers.DriverIOException
Crea un objeto.
defaultSymbolChange(SymbolLegendEvent) - Method in interface com.iver.cit.gvsig.fmap.rendering.LegendListener
Invocado cuando se cambia en el legend el símbolo por defecto.
defaultValue - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNTagDef
 
delGeometry(int) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.QuadTree
Elimina del QuadTree la geometría cuyo gid se pasa como parámetro
delete() - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometry
Elimina la geometría asociada del EditableFeatureSource asociado
deleteGeometry(int) - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Genera un DeleteCommand y lo apila.
deleteGeometry(int) - Method in class com.iver.cit.gvsig.fmap.write.ExtensibleFile
Mete el índice en el bitset deleted para saber que dicho registro está eliminado
deleteGeometry(int) - Method in interface com.iver.cit.gvsig.fmap.write.WritableOperations
Elimina una feature de la capa
deleteGeometry(int) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EditableFeatureSource
Elimina una feature de la capa
deleteVertex(int) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometry
Elimina el vértice vertexIndex-ésimo de la geometria de EditableFeatureSource que representa este objeto
deleted - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
delta - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNViewInfo
 
describeFeatureType() - Method in interface com.iver.cit.gvsig.fmap.drivers.wfs.WFSDriver
 
description - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellLibrary
 
digits - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
A nibble->char mapping for printing out bytes.
dimension - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTCB
 
dimension - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
dispsymb - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellLibrary
 
distanceWorld(Point2D, Point2D) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Calcula la distancia entre dos puntos en unidades de usuario.
doCommand(EditingCommand) - Method in interface com.iver.cit.gvsig.fmap.write.CommandList
añade un comando y lo ejecuta
doCommand(EditingCommand) - Method in class com.iver.cit.gvsig.fmap.write.DiskCommandStack
 
doCommand(EditingCommand) - Method in class com.iver.cit.gvsig.fmap.write.MemoryCommandStack
 
double64 - class com.iver.cit.gvsig.fmap.drivers.dgn.double64.
double de 64.
double64() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.double64
 
doubleToBytes(double, byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Write the bytes representing d into the byte array data, starting at index offset [0], and increment offset [0] by the number of bytes written; if data == null, increment offset [0] by the number of bytes that would have been written otherwise.
draw(BufferedImage, Graphics2D, Cancellable) - Method in class com.iver.cit.gvsig.fmap.FMap
 
draw(BufferedImage, Graphics2D) - Method in class com.iver.cit.gvsig.fmap.FMap
 
draw(Graphics2D, ViewPort, FStyle2D) - Method in class com.iver.cit.gvsig.fmap.core.FGeometry
 
draw(Graphics2D, ViewPort, FSymbol) - Method in class com.iver.cit.gvsig.fmap.core.FGeometry
Dibuja la geometria actual en el graphics que se le pasa como parámetro, aplicandole las características del símbolo.
draw(Graphics2D, ViewPort, FStyle2D) - Method in class com.iver.cit.gvsig.fmap.core.FGeometryCollection
 
draw(Graphics2D, ViewPort, FSymbol) - Method in class com.iver.cit.gvsig.fmap.core.FGeometryCollection
 
draw(Graphics2D, ViewPort, FStyle2D) - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
draw(Graphics2D, ViewPort, FSymbol) - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
draw(Graphics2D, ViewPort, FStyle2D) - Method in class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
draw(Graphics2D, ViewPort, FSymbol) - Method in class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
draw(Graphics2D, ViewPort, FStyle2D) - Method in interface com.iver.cit.gvsig.fmap.core.IGeometry
Dibujará esta Shape en el Graphics con el símbolo que se pasa como parámetro y despues de aplicarle la transformación que se pasa también como parámetro.
draw(Graphics2D, ViewPort, FSymbol) - Method in interface com.iver.cit.gvsig.fmap.core.IGeometry
Dibuja la geometría sobre el Graphics2D que se pasa como parámetro.
draw(BufferedImage, Graphics2D, ViewPort) - Method in interface com.iver.cit.gvsig.fmap.drivers.BasicFileRasterDriver
 
draw(BufferedImage, Graphics2D, ViewPort) - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
 
draw(BufferedImage, Graphics2D, ViewPort) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.BasicFileRasterAdapter
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in interface com.iver.cit.gvsig.fmap.layers.BasicRasterAdapter
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Dibuja la capa
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrGT2
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrRaster
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrText
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.RasterAdapter
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.FirstStrategy
Dibuja metiendo en una estructura de datos para cada geometría que se dibuja su boundingbox y su tipo
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.OptimiceStrategy
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.ShpStrategy
 
draw(BufferedImage, Graphics2D, ViewPort, Cancellable) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.Strategy
Dibuja la capa vectorial asociada al Strategy en la imagen que se pasa como parámetro.
draw(Graphics2D, Rectangle, int) - Method in class com.iver.cit.gvsig.fmap.rendering.styling.SymbolPreviewDrawer
DOCUMENT ME!
draw() - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometron
Dibuja el area invalidada y reinicializa el area invalidada a null.
drawLabels(BufferedImage) - Method in class com.iver.cit.gvsig.fmap.FMap
Dibuja en la imagen que se pasa como parámetro el contenido de las capas visibles del mapa y teniendo en cuenta los datos del ViewPort contenido en este FMap
drawLine(Graphics2D, Rectangle) - Method in class com.iver.cit.gvsig.fmap.rendering.styling.SymbolPreviewDrawer
DOCUMENT ME!
drawMap(boolean) - Method in class com.iver.cit.gvsig.fmap.MapControl
Marca el mapa para que en el próximo redibujado se acceda a la cartografía para reobtener la imagen
drawPoint(Graphics2D, Rectangle) - Method in class com.iver.cit.gvsig.fmap.rendering.styling.SymbolPreviewDrawer
DOCUMENT ME!
drawPolyLine(Graphics2D) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
Dibujo de la polilínea.
drawPolygon(Graphics2D, Rectangle) - Method in class com.iver.cit.gvsig.fmap.rendering.styling.SymbolPreviewDrawer
DOCUMENT ME!
drawText(Graphics2D, Rectangle) - Method in class com.iver.cit.gvsig.fmap.rendering.styling.SymbolPreviewDrawer
DOCUMENT ME!

E

E - Static variable in interface com.iver.cit.gvsig.fmap.core.IGeometry
 
EQUALS - Static variable in class com.iver.cit.gvsig.fmap.FMap
 
EQUALS - Static variable in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
EdgeEvent - class com.iver.cit.gvsig.fmap.write.geometron.EdgeEvent.
 
EdgeEvent(Geometry, Geometron) - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.EdgeEvent
 
EdgeMenuHandler - interface com.iver.cit.gvsig.fmap.write.geometron.EdgeMenuHandler.
Manejador de menú contextual para los vértices
EditableFeatureSource - interface com.iver.cit.gvsig.fmap.write.geometron.EditableFeatureSource.
 
EditingCommand - class com.iver.cit.gvsig.fmap.write.EditingCommand.
DOCUMENT ME!
EditingCommand() - Constructor for class com.iver.cit.gvsig.fmap.write.EditingCommand
 
EditionSourceAdapter - class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter.
 
EditionSourceAdapter() - Constructor for class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
 
EventBuffer - class com.iver.cit.gvsig.fmap.EventBuffer.
Evento sobre el buffer.
EventBuffer() - Constructor for class com.iver.cit.gvsig.fmap.EventBuffer
 
EventHandler - interface com.iver.cit.gvsig.fmap.write.geometron.EventHandler.
 
ExtensibleFile - class com.iver.cit.gvsig.fmap.write.ExtensibleFile.
Clase que representa el fichero donde se pueden meter features creadas por el usuario durante la edición.
ExtensibleFile() - Constructor for class com.iver.cit.gvsig.fmap.write.ExtensibleFile
 
ExtentEvent - class com.iver.cit.gvsig.fmap.ExtentEvent.
Evento sobre el extent.
ExtentHistory - class com.iver.cit.gvsig.fmap.ExtentHistory.
Clase que gestiona los diferentes extent por los que ha pasado la vista.
ExtentHistory() - Constructor for class com.iver.cit.gvsig.fmap.ExtentHistory
Creates a new ExtentsHistory object.
ExtentHistory(int) - Constructor for class com.iver.cit.gvsig.fmap.ExtentHistory
Creates a new ExtentsHistory object.
ExternalData - interface com.iver.cit.gvsig.fmap.drivers.ExternalData.
Interfaz de acceso a datos de un fichero.
edgeClicked(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.AddDeleteVertex
 
edgeClicked(EdgeEvent) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EventHandler
 
edgeClicked(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.MoveFeature
 
edgeClicked(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.NewPoligon
 
edgeClicked(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Selector
Añade a la selección la geometría que contiene esta arista
edgeMoved(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.AddDeleteVertex
 
edgeMoved(EdgeEvent) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EventHandler
 
edgeMoved(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.MoveFeature
 
edgeMoved(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.NewPoligon
 
edgeMoved(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Selector
 
element_count - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
element_id - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
element_index - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
endAtomicEvent() - Method in class com.iver.cit.gvsig.fmap.EventBuffer
Termina la acumulación de eventos y notifica a los lísteners.
endAtomicEvent() - Method in class com.iver.cit.gvsig.fmap.FMap
Finaliza los AtomicEvent.
equals(byte[], byte[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Determines whether two arrays of bytes contain the same contents.
equals(Object) - Method in class com.iver.cit.gvsig.fmap.layers.DBSource
 
equals(Object) - Method in class com.iver.cit.gvsig.fmap.layers.FileSource
 
equals(Object) - Method in class com.iver.cit.gvsig.fmap.layers.WFSSource
 
event - Variable in class com.iver.cit.gvsig.fmap.tools.AreaListenerImpl
 
execute() - Method in class com.iver.cit.gvsig.fmap.write.AddCommand
Invoca el método addGeometry del extensionFile pasándole la geometry como parámetro.
execute() - Method in class com.iver.cit.gvsig.fmap.write.DeleteExtendedCommand
Invoca el método deleteGeometry del ExtensibleFile
execute() - Method in class com.iver.cit.gvsig.fmap.write.DeleteSourceCommand
Marca la feature index-ésima del EditionSourceAdapter como eliminada añadiéndola al BitSet deleted
execute() - Method in class com.iver.cit.gvsig.fmap.write.EditingCommand
Ejecuta la accion
execute() - Method in class com.iver.cit.gvsig.fmap.write.ModifyAddedCommand
Invoca el método modifyGeometry del EditionFile y obtiene la geometry anterior y la guarda en oldGeometry
execute() - Method in class com.iver.cit.gvsig.fmap.write.ModifyModifiedCommand
Invoca el método modifyGeometry del EditionFile y obtiene la geometry anterior y la guarda en oldGeometry
execute() - Method in class com.iver.cit.gvsig.fmap.write.ModifySourceFeature
Marca la feature index-ésima del ReadableVectorial que se está editando como modificada e inserta una feature nueva en el editionFile, almacenando la correspondencia de índices en la clase IndexesMap
executeUndo() - Method in class com.iver.cit.gvsig.fmap.write.AddCommand
Invoca el método deleteGeometry del extensionFile pasandole como parámetro el índice de la feature que se añadió
executeUndo() - Method in class com.iver.cit.gvsig.fmap.write.DeleteExtendedCommand
Invoca el método undoDeleteGeometry pasando como parámetro el índice del registro que se quiere recuperar
executeUndo() - Method in class com.iver.cit.gvsig.fmap.write.DeleteSourceCommand
Elimina el bit del bitmap deleted del EditionSourceAdapter
executeUndo() - Method in class com.iver.cit.gvsig.fmap.write.EditingCommand
Deshace la accion
executeUndo() - Method in class com.iver.cit.gvsig.fmap.write.ModifyAddedCommand
Invoca modifyGeometry en el editionFile pasándo como parámetro oldGeometry
executeUndo() - Method in class com.iver.cit.gvsig.fmap.write.ModifyModifiedCommand
Invoca modifyGeometry en el editionFile pasándo como parámetro oldGeometry
executeUndo() - Method in class com.iver.cit.gvsig.fmap.write.ModifySourceFeature
Desmarca de modified la feature index-ésima del EditionSourceAdapter.
extentChanged(ExtentEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
extentChanged(ExtentEvent) - Method in interface com.iver.cit.gvsig.fmap.ViewPortListener
Cambio de extent.

F

FBitSet - class com.iver.cit.gvsig.fmap.layers.FBitSet.
Clase que extiende de BitSet para poder añadirle más funcionalidad.
FBitSet() - Constructor for class com.iver.cit.gvsig.fmap.layers.FBitSet
 
FConstant - class com.iver.cit.gvsig.fmap.core.v02.FConstant.
Clase utilizada para almacenar las variables estáticas.
FConstant() - Constructor for class com.iver.cit.gvsig.fmap.core.v02.FConstant
Crea un nuevo FConstant.
FConverter - class com.iver.cit.gvsig.fmap.core.v02.FConverter.
Clase con varios métodos estáticos utilizados para pasar de java2d a jts y viceversa.
FConverter() - Constructor for class com.iver.cit.gvsig.fmap.core.v02.FConverter
 
FConverter.PointConverter - interface com.iver.cit.gvsig.fmap.core.v02.FConverter.PointConverter.
Interfazaz para convertir una Coordinate de JTS a Point2D.
FDiskIndex - class com.iver.cit.gvsig.fmap.rendering.indexes.FDiskIndex.
Resuelve las peticiones de la interfaz Index accediendo siempre a disco
FDiskIndex() - Constructor for class com.iver.cit.gvsig.fmap.rendering.indexes.FDiskIndex
 
FGeometry - class com.iver.cit.gvsig.fmap.core.FGeometry.
Geometría.
FGeometryCollection - class com.iver.cit.gvsig.fmap.core.FGeometryCollection.
Colección de Geometrías.
FGeometryCollection(IGeometry[]) - Constructor for class com.iver.cit.gvsig.fmap.core.FGeometryCollection
Crea un nuevo FGeometryCollection.
FGraphicUtilities - class com.iver.cit.gvsig.fmap.core.v02.FGraphicUtilities.
Clase con métodos estáticos para dibujar sobre el Graphics que se les pase como parámetro.
FGraphicUtilities() - Constructor for class com.iver.cit.gvsig.fmap.core.v02.FGraphicUtilities
 
FInterval - class com.iver.cit.gvsig.fmap.rendering.FInterval.
Clase intervalo.
FInterval(double, double) - Constructor for class com.iver.cit.gvsig.fmap.rendering.FInterval
Crea un nuevo FInterval.
FLabel - class com.iver.cit.gvsig.fmap.core.v02.FLabel.
Se utiliza para etiquetar.
FLabel() - Constructor for class com.iver.cit.gvsig.fmap.core.v02.FLabel
Crea un nuevo FLabel.
FLabel(String) - Constructor for class com.iver.cit.gvsig.fmap.core.v02.FLabel
Crea un nuevo FLabel.
FLabel(String, Point2D, double, double) - Constructor for class com.iver.cit.gvsig.fmap.core.v02.FLabel
Crea un nuevo FLabel.
FLayer - interface com.iver.cit.gvsig.fmap.layers.FLayer.
Interfaz que tienen que implementar todas las capas.
FLayers - class com.iver.cit.gvsig.fmap.layers.FLayers.
Representa un nodo interno en el árbol de capas
FLayers(FMap, FLayers) - Constructor for class com.iver.cit.gvsig.fmap.layers.FLayers
Crea un nuevo FLayers.
FLyrComplexRaster - class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster.
DOCUMENT ME!
FLyrComplexRaster() - Constructor for class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
FLyrDefault - class com.iver.cit.gvsig.fmap.layers.FLyrDefault.
Implementación de las características de alto nivel de las capas: visibilidad, activación, nombre, ...
FLyrDefault() - Constructor for class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
FLyrGT2 - class com.iver.cit.gvsig.fmap.layers.FLyrGT2.
 
FLyrGT2(MapLayer) - Constructor for class com.iver.cit.gvsig.fmap.layers.FLyrGT2
 
FLyrMemory - class com.iver.cit.gvsig.fmap.layers.FLyrMemory.
Clase que hace una pasada leyendo todos los shapes y almacenandolos en la memoria
FLyrMemory() - Constructor for class com.iver.cit.gvsig.fmap.layers.FLyrMemory
 
FLyrRaster - class com.iver.cit.gvsig.fmap.layers.FLyrRaster.
Clase básica de capa raster.
FLyrRaster() - Constructor for class com.iver.cit.gvsig.fmap.layers.FLyrRaster
 
FLyrText - class com.iver.cit.gvsig.fmap.layers.FLyrText.
Capa de texto.
FLyrText(ArrayList) - Constructor for class com.iver.cit.gvsig.fmap.layers.FLyrText
Crea un nuevo FLyrText.
FLyrVect - class com.iver.cit.gvsig.fmap.layers.FLyrVect.
Capa básica Vectorial.
FLyrVect() - Constructor for class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
FLyrWMS - class com.iver.cit.gvsig.fmap.layers.FLyrWMS.
Capa WMS.
FLyrWMS() - Constructor for class com.iver.cit.gvsig.fmap.layers.FLyrWMS
 
FMap - class com.iver.cit.gvsig.fmap.FMap.
Modelo del mapa.
FMap(ViewPort) - Constructor for class com.iver.cit.gvsig.fmap.FMap
Crea un nuevo FMap.
FMap.LayerEventListener - class com.iver.cit.gvsig.fmap.FMap.LayerEventListener.
Evento Layer.
FMap.LayerEventListener() - Constructor for class com.iver.cit.gvsig.fmap.FMap.LayerEventListener
 
FMapEvent - class com.iver.cit.gvsig.fmap.FMapEvent.
Evento sobre el mapa.
FMapEvent() - Constructor for class com.iver.cit.gvsig.fmap.FMapEvent
 
FMapWMSDriver - class com.iver.cit.gvsig.fmap.drivers.wms.FMapWMSDriver.
Driver WMS.
FMapWMSDriver() - Constructor for class com.iver.cit.gvsig.fmap.drivers.wms.FMapWMSDriver
 
FMemoryIndex - class com.iver.cit.gvsig.fmap.rendering.indexes.FMemoryIndex.
Lee la estructura de directorios del índice y la pone en memoria
FMemoryIndex() - Constructor for class com.iver.cit.gvsig.fmap.rendering.indexes.FMemoryIndex
 
FMultiPoint2D - class com.iver.cit.gvsig.fmap.core.FMultiPoint2D.
Multipunto 2D.
FMultiPoint2D(double[], double[]) - Constructor for class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
Crea un nuevo MultiPoint2D.
FMultiPoint2D(FPoint2D[]) - Constructor for class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
FMultipoint3D - class com.iver.cit.gvsig.fmap.core.FMultipoint3D.
Multipunto 3D.
FMultipoint3D(double[], double[], double[]) - Constructor for class com.iver.cit.gvsig.fmap.core.FMultipoint3D
Crea un nuevo Multipoint3D.
FNullGeometry - class com.iver.cit.gvsig.fmap.core.FNullGeometry.
DOCUMENT ME!
FNullGeometry() - Constructor for class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
FPoint2D - class com.iver.cit.gvsig.fmap.core.FPoint2D.
Punto 2D.
FPoint2D(double, double) - Constructor for class com.iver.cit.gvsig.fmap.core.FPoint2D
Crea un nuevo Point2D.
FPoint3D - class com.iver.cit.gvsig.fmap.core.FPoint3D.
Punto 3D.
FPoint3D(double, double, double) - Constructor for class com.iver.cit.gvsig.fmap.core.FPoint3D
Crea un nuevo FPoint3D.
FPointIterator - class com.iver.cit.gvsig.fmap.core.FPointIterator.
(Sacado de GT2)
FPointIterator(Point2D, AffineTransform) - Constructor for class com.iver.cit.gvsig.fmap.core.FPointIterator
Creates a new PointIterator object.
FPolygon2D - class com.iver.cit.gvsig.fmap.core.FPolygon2D.
Polígono 2D.
FPolygon2D(GeneralPathX) - Constructor for class com.iver.cit.gvsig.fmap.core.FPolygon2D
Crea un nuevo Polygon2D.
FPolygon3D - class com.iver.cit.gvsig.fmap.core.FPolygon3D.
Polilinea 3D.
FPolygon3D(GeneralPathX, double[]) - Constructor for class com.iver.cit.gvsig.fmap.core.FPolygon3D
Crea un nuevo Polyline3D.
FPolyline2D - class com.iver.cit.gvsig.fmap.core.FPolyline2D.
DOCUMENT ME!
FPolyline2D(GeneralPathX) - Constructor for class com.iver.cit.gvsig.fmap.core.FPolyline2D
Crea un nuevo FPolyline2D.
FPolyline3D - class com.iver.cit.gvsig.fmap.core.FPolyline3D.
Polilinea 3D.
FPolyline3D(GeneralPathX, double[]) - Constructor for class com.iver.cit.gvsig.fmap.core.FPolyline3D
Crea un nuevo Polyline3D.
FShape - interface com.iver.cit.gvsig.fmap.core.FShape.
Añade el tipo de la shape a la interfaz java.awt.Shape
FStyle2D - class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D.
 
FStyle2D() - Constructor for class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
FStyledShapePainter - class com.iver.cit.gvsig.fmap.rendering.FStyledShapePainter.
A simple class that knows how to paint a Shape object onto a Graphic given a Style2D.
FStyledShapePainter() - Constructor for class com.iver.cit.gvsig.fmap.rendering.FStyledShapePainter
 
FSymbol - class com.iver.cit.gvsig.fmap.core.v02.FSymbol.
Símbolo utilizado para guardar las características que se deben de aplicar a los Shapes a dibujar.
FSymbol(int, Color) - Constructor for class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Creates a new FSymbol object.
FSymbol(int) - Constructor for class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Crea un nuevo FSymbol.
FSymbolFactory - class com.iver.cit.gvsig.fmap.core.v02.FSymbolFactory.
 
FSymbolFactory() - Constructor for class com.iver.cit.gvsig.fmap.core.v02.FSymbolFactory
 
FeatureDataVisitor - interface com.iver.cit.gvsig.fmap.operations.strategies.FeatureDataVisitor.
 
FeatureVisitor - interface com.iver.cit.gvsig.fmap.operations.strategies.FeatureVisitor.
Interfaz que ofrece los métodos para iniciar, finalizar y visitar una feature.
FileEditionSourceAdapter - class com.iver.cit.gvsig.fmap.write.FileEditionSourceAdapter.
Adapta la capa en edición más el bitset de geometrías eliminadas más el fichero de figuras añadidas al tema.
FileEditionSourceAdapter() - Constructor for class com.iver.cit.gvsig.fmap.write.FileEditionSourceAdapter
 
FileSource - class com.iver.cit.gvsig.fmap.layers.FileSource.
Clase que representa el origen de datos de un fichero y que en su método equals devuelve true si el objeto que se pasa como parámetro es un FileSource y apunta al mismo fichero.
FileSource() - Constructor for class com.iver.cit.gvsig.fmap.layers.FileSource
 
FileWriterDriver - interface com.iver.cit.gvsig.fmap.write.FileWriterDriver.
 
Filter - interface com.iver.cit.gvsig.fmap.layers.Filter.
 
FirstStrategy - class com.iver.cit.gvsig.fmap.operations.strategies.FirstStrategy.
Estrategia empleada para las capas vectoriales, que dibuja y guarda en un fichero el bounding box de cada shape junto con su tipo.
FirstStrategy(FLayer) - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.FirstStrategy
Crea una nueva FirstStrategy.
fastCloneSymbol() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Se usa para el símbolo de selección.
fastIntersects(double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.FGeometry
 
fastIntersects(double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.FGeometryCollection
 
fastIntersects(double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
fastIntersects(double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
fastIntersects(double, double, double, double) - Method in interface com.iver.cit.gvsig.fmap.core.IGeometry
Se usa en las strategies de dibujo para comprobar de manera rápida si intersecta con el rectángulo visible
fileAccepted(File) - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
fileAccepted(File) - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
Define los tipos de fichero que puede leer el driver.
fileAccepted(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
fileAccepted(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
fileAccepted(File) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
fireGeometryEvents(GeometryHandler) - Method in interface com.iver.cit.gvsig.fmap.core.WritableShape
Dispara en el handler que se pasa como parámetro los eventos SAX correspondientes con el GML del Shape
fireSelectionEvents() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
fireSelectionEvents() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
Cuando ocurre un evento de cambio en la selección, éste puede ser uno de una gran cantidad de eventos.
fireSelectionEvents() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Cuando ocurre un evento de cambio en la selección, éste puede ser uno de una gran cantidad de eventos.
fireSelectionEvents() - Method in class com.iver.cit.gvsig.fmap.layers.SelectionSupport
Cuando ocurre un evento de cambio en la selección, éste puede ser uno de una gran cantidad de eventos.
fireSelectionEvents() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Selectable
Cuando ocurre un evento de cambio en la selección, éste puede ser uno de una gran cantidad de eventos.
flags - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagSet
 
flags - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElementInfo
 
flags - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNViewInfo
 
flip() - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
 
font_id - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemText
 
fp - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
fromMapDistance(double) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la distancia en pixels a partir de una distancia real.
fromMapPoint(double, double) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve un punto en pixels a partir de una coordenada X e Y real.
fromMapPoint(Point2D) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve el punto en pixels a partir de un punto real.
ftall - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 

G

GeneralMenuItem - interface com.iver.cit.gvsig.fmap.write.geometron.GeneralMenuItem.
Manejador de menú contextual para cuando se pincha en una zona donde no hay geometrias
GeneralPathX - class com.iver.cit.gvsig.fmap.core.GeneralPathX.
The GeneralPathX class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
GeneralPathX() - Constructor for class com.iver.cit.gvsig.fmap.core.GeneralPathX
Constructs a new GeneralPathX object.
GeneralPathX(int) - Constructor for class com.iver.cit.gvsig.fmap.core.GeneralPathX
Constructs a new GeneralPathX object with the specified winding rule to control operations that require the interior of the path to be defined.
GeneralPathX(int, int) - Constructor for class com.iver.cit.gvsig.fmap.core.GeneralPathX
Constructs a new GeneralPathX object with the specified winding rule and the specified initial capacity to store path coordinates.
GeneralPathX(Shape) - Constructor for class com.iver.cit.gvsig.fmap.core.GeneralPathX
Constructs a new GeneralPathX object from an arbitrary Shape object.
GeneralPathXIterator - class com.iver.cit.gvsig.fmap.core.GeneralPathXIterator.
This class represents the iterator for General Paths X.
Geometron - class com.iver.cit.gvsig.fmap.write.geometron.Geometron.
 
Geometron(Component) - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.Geometron
Construye un nuevo Geometron asociado al Component que se pasa como parámetro y se añade como listener de los eventos de bajo nivel de dicho componente.
GeometronEvent - class com.iver.cit.gvsig.fmap.write.geometron.GeometronEvent.
 
GeometronEvent(Geometry, Geometron) - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.GeometronEvent
 
GeometronKeyEvent - class com.iver.cit.gvsig.fmap.write.geometron.GeometronKeyEvent.
 
GeometronKeyEvent(Geometry, Geometron) - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.GeometronKeyEvent
 
Geometry - class com.iver.cit.gvsig.fmap.write.geometron.Geometry.
Clase sobre la que operan los lísteners de eventos
Geometry() - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.Geometry
 
GeometryEvent - class com.iver.cit.gvsig.fmap.write.geometron.GeometryEvent.
 
GeometryEvent(Geometry, Geometron) - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.GeometryEvent
 
GeometryEvents - interface com.iver.cit.gvsig.fmap.write.GeometryEvents.
 
GeometryHandler - interface com.iver.cit.gvsig.fmap.write.GeometryHandler.
 
GeometryHandlerFactory - class com.iver.cit.gvsig.fmap.write.GeometryHandlerFactory.
 
GeometryHandlerFactory() - Constructor for class com.iver.cit.gvsig.fmap.write.GeometryHandlerFactory
 
GeorreferencedRasterDriver - interface com.iver.cit.gvsig.fmap.drivers.GeorreferencedRasterDriver.
Interfaz de Driver de raster georeferenciado.
get() - Method in class com.iver.cit.gvsig.fmap.ExtentHistory
Obtiene el último rectángulo que se añadió al histórico
getActives() - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
getActives() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Obtiene el array de capas activas en el subárbol que pende de este nodo
getAdjustedExtent() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve el extent ajustado.
getAffectedLayer() - Method in class com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent
Devuelve las FLayers afectadas por el cambio.
getAffineTransform() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la matriz de transformación.
getAfterIndex() - Method in class com.iver.cit.gvsig.fmap.write.geometron.EdgeEvent
 
getAlingHoriz() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve la alineación en horizontal.
getAlingVert() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve la alineación en vertical.
getBackColor() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve el color de fondo.
getBandCount() - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
getBeforeIndex() - Method in class com.iver.cit.gvsig.fmap.write.geometron.EdgeEvent
 
getBitSet() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPSHXFromSelectedVisitor
DOCUMENT ME!
getBitSet() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
getBitSet() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByPointVisitor
Devuelve un FBitSet con los índices de los registros de la consulta.
getBitSet() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByRectVisitor
Devuelve un FBitSet como respuesta a la consulta.
getBitSet() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByShapeVisitor
Devuelve un BitSet con los índices de los registros, como respuesta a la consulta.
getBitSet() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectedShapeVisitor
 
getBitset() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByThemeVisitor
Devuelve un FBitSet con los índices de los registros como respuesta a la consulta.
getBooleanFieldValue(int, int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
Devuelve el valor de un boolean a partir de su número de fila y de field.
getBoundingBox() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNReader
Devuelve el rectángulo del extent.
getBoundingBox() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.BoundingBoxVisitor
 
getBoundingBox(int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DiskShapeInfo
 
getBoundingBox(int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.MemoryShapeInfo
 
getBoundingBox(int) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.ShapeInfo
Obtiene el bounding box de la geometría index-ésima
getBounds() - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
getBounds() - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
getBounds() - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Return the bounding box of the path.
getBounds2D() - Method in class com.iver.cit.gvsig.fmap.core.FGeometry
 
getBounds2D() - Method in class com.iver.cit.gvsig.fmap.core.FGeometryCollection
 
getBounds2D() - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
getBounds2D() - Method in class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
getBounds2D() - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
getBounds2D() - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
getBounds2D() - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Returns the bounding box of the path.
getBounds2D() - Method in interface com.iver.cit.gvsig.fmap.core.IGeometry
Devuelve el Rectángulo que ocupa la geometría.
getCapa() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
Devuelve la capa.
getCapabilities(URL) - Method in interface com.iver.cit.gvsig.fmap.drivers.WMSDriver
Obtiene las posibilidades del servidor a partir de una URL.
getCapabilities(URL) - Method in class com.iver.cit.gvsig.fmap.drivers.wms.FMapWMSDriver
 
getCharSelect(int) - Static method in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
Devuelve el caracter que representa el tipo de valor del shape.
getClassIndex() - Method in class com.iver.cit.gvsig.fmap.rendering.ClassificationLegendEvent
Índice de la clase dentro de la clasificación que ha cambiado
getColor() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el color del símbolo.
getColor(double) - Method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
Devuelve el color a partir del número.
getColorEvents() - Method in class com.iver.cit.gvsig.fmap.AtomicEvent
Devuelve un vector con los eventos de color.
getCoordTrans() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Devuelve las coordenadas de transformación.
getCoordTrans() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Devuelve las coordenadas de transformación.
getCurrentPoint() - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Returns the coordinates most recently added to the end of the path as a Point2D object.
getCursor() - Method in class com.iver.cit.gvsig.fmap.tools.AreaListenerImpl
 
getCursor() - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
Devuelve el cursor de la herrameinta.
getCursor() - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
DOCUMENT ME!
getCursor() - Method in interface com.iver.cit.gvsig.fmap.tools.Listeners.ToolListener
Devuelve el cursor de la herramienta.
getCursor() - Method in class com.iver.cit.gvsig.fmap.tools.MeasureListenerImpl
 
getCursor() - Method in class com.iver.cit.gvsig.fmap.tools.PanListenerImpl
 
getCursor() - Method in class com.iver.cit.gvsig.fmap.tools.PointSelectionListener
 
getCursor() - Method in class com.iver.cit.gvsig.fmap.tools.RectangleSelectionListener
 
getCursor() - Method in class com.iver.cit.gvsig.fmap.tools.ZoomInListenerImpl
 
getCursor() - Method in class com.iver.cit.gvsig.fmap.tools.ZoomOutListenerImpl
 
getCursor() - Method in class com.iver.cit.gvsig.fmap.tools.ZoomOutRightButtonListener
 
getDBMS() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Devuelve el DBMS.
getDM() - Static method in class com.iver.cit.gvsig.fmap.layers.LayerFactory
Devuelve el DriverManager.
getData(int, int, int) - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
Obtiene una muestra del pixel que se pasa como parámetro en la banda que se pasa como parámetro
getData(int, int, int) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getData(int, int, int) - Method in class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
Obtiene una muestra del pixel que se pasa como parámetro en la banda que se pasa como parámetro
getDataAsByte(int, int, int) - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
Obtiene una muestra del pixel que se pasa como parámetro en la banda que se pasa como parámetro
getDataAsByte(int, int, int) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getDataAsByte(int, int, int) - Method in class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
Obtiene una muestra del pixel que se pasa como parámetro en la banda que se pasa como parámetro
getDataAsDouble(int, int, int) - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
Obtiene una muestra el pixel que se pasa como parámetro en la banda que se pasa como parámetro
getDataAsDouble(int, int, int) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getDataAsDouble(int, int, int) - Method in class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
Obtiene una muestra el pixel que se pasa como parámetro en la banda que se pasa como parámetro
getDataAsFloat(int, int, int) - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
Obtiene una muestra del pixel que se pasa como parámetro en la banda que se pasa como parámetro
getDataAsFloat(int, int, int) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getDataAsFloat(int, int, int) - Method in class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
Obtiene una muestra del pixel que se pasa como parámetro en la banda que se pasa como parámetro
getDataAsInt(int, int, int) - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
Obtiene una muestra del pixel que se pasa como parámetro en la banda que se pasa como parámetro
getDataAsInt(int, int, int) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getDataAsInt(int, int, int) - Method in class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
Obtiene una muestra del pixel que se pasa como parámetro en la banda que se pasa como parámetro
getDataDriverName() - Method in interface com.iver.cit.gvsig.fmap.drivers.ExternalData
Obtiene el nombre del driver que leerá la tabla de datos de la capa
getDataDriverName() - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
getDataDriverName() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getDataDriverName() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getDataDriverName() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
getDataFile(File) - Method in interface com.iver.cit.gvsig.fmap.drivers.ExternalData
Obtiene el nombre del fichero de datos asociado al fichero que se pasa como parámetro
getDataFile(File) - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
getDataFile(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getDataFile(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getDataFile(File) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
getDefaultLegend() - Method in interface com.iver.cit.gvsig.fmap.drivers.WithDefaultLegend
Devuelve Legend por defecto.
getDefaultLegend() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DgnMemoryDriver
 
getDefaultLegend() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFMemoryDriver
 
getDefaultSymbol() - Method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
 
getDefaultSymbol() - Method in interface com.iver.cit.gvsig.fmap.rendering.Legend
Obtiene el símbolo por defecto de la leyenda
getDefaultSymbol() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
getDefaultSymbol() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
getDefaultSymbol() - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
getDefaultSymbol() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
getDefaultSymbol() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getDescription() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve la descripción del símbolo.
getDescriptions() - Method in interface com.iver.cit.gvsig.fmap.rendering.ClassifiedLegendInfo
Obtiene las descripciones de las clases que hay en la clasificación
getDescriptions() - Method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
 
getDescriptions() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
getDescriptions() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
getDescriptions() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
getDescriptions() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getDist1pixel() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la distancia real de un pixel.
getDist3pixel() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la distancia real de tres pixel.
getDistanceUnits() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la unidad de medida.
getDriver() - Method in class com.iver.cit.gvsig.fmap.layers.RasterAdapter
Obtiene una referencia al objeto que implementa la interfaz vectorial con el fin de que las Strategy puedan optimizar en función del driver.
getDriver() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Devuelve el driver de la capa.
getDriver() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
Obtiene una referencia al objeto que implementa la interfaz vectorial con el fin de que las Strategy puedan optimizar en función del driver.
getDriverAttributes() - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
getDriverAttributes() - Method in interface com.iver.cit.gvsig.fmap.drivers.VectorialDriver
Devuelve los atributos que necesitemos conocer de un driver.
getDriverAttributes() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getDriverAttributes() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DgnMemoryDriver
 
getDriverAttributes() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getDriverAttributes() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFMemoryDriver
 
getDriverAttributes() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
getDriverAttributes() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrMemory
 
getDriverAttributes() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
 
getEditionSourceAdapter() - Method in class com.iver.cit.gvsig.fmap.write.EditingCommand
DOCUMENT ME!
getEndColor() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
Devuelve el color final.
getEvent(int) - Method in class com.iver.cit.gvsig.fmap.AtomicEvent
Devuelve el FMapEvent a partir de un índice.
getEvent() - Method in class com.iver.cit.gvsig.fmap.tools.Events.MeasureEvent
DOCUMENT ME!
getEvent() - Method in class com.iver.cit.gvsig.fmap.tools.Events.MoveEvent
 
getEvent() - Method in class com.iver.cit.gvsig.fmap.tools.Events.PointEvent
Obtiene el evento de bajo nivel que produjo este evento
getEvent() - Method in class com.iver.cit.gvsig.fmap.tools.Events.RectangleEvent
 
getEventCount() - Method in class com.iver.cit.gvsig.fmap.AtomicEvent
Devuelve el número de eventos.
getEventType() - Method in class com.iver.cit.gvsig.fmap.FMapEvent
 
getEvents() - Method in class com.iver.cit.gvsig.fmap.rendering.LegendChangedEvent
Vector de LegendChangedEvent con los eventos.
getExtensionIndex(int) - Method in class com.iver.cit.gvsig.fmap.write.ModifiedMap
 
getExtent() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve el extent.
getExtentEvents() - Method in class com.iver.cit.gvsig.fmap.AtomicEvent
Devuelve un vector con los eventos de extent.
getExtents() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve los Extents anteriores almacenados.
getFMap() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Devuelve el FMap al que está añadida la capa o null si la capa no ha sido añadida a ningún FMap
getFMap() - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
getFMap() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
getFeature() - Method in interface com.iver.cit.gvsig.fmap.drivers.wfs.WFSDriver
 
getFeatureInfo(FeatureInfoQuery) - Method in class com.iver.cit.gvsig.fmap.drivers.wms.FMapWMSDriver
 
getFieldClass(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Determine the most appropriate Java Class for representing the data in the field.
getFieldCount() - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
getFieldCount() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getFieldCount() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getFieldCount() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
Devuelve el número de fields.
getFieldCount() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Devuelve el número de campos.
getFieldCount() - Method in interface com.iver.cit.gvsig.fmap.operations.selection.Record
 
getFieldDecimalCount(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Get the decimal count of this field.
getFieldDecimalLength(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
Retrieve the location of the decimal point.
getFieldIndexByName(String) - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Devuelve el índice del campo a partir de su nombre.
getFieldLength(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Returns the field length in bytes.
getFieldLength(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
Retrieve the length of the given column.
getFieldName(int) - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
getFieldName(int) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getFieldName(int) - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getFieldName(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Get the field name.
getFieldName(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
Retrieve the name of the given column.
getFieldName(int) - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Devuelve el nombre del campo a partir del índice.
getFieldName(int) - Method in interface com.iver.cit.gvsig.fmap.operations.selection.Record
 
getFieldName() - Method in interface com.iver.cit.gvsig.fmap.rendering.ClassifiedLegend
Devuelve el nombre del campo.
getFieldName() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
getFieldName() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
getFieldName() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
getFieldName() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getFieldString(int, String) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileWriterNIO.FieldFormatter
 
getFieldString(Date) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileWriterNIO.FieldFormatter
 
getFieldString(int, int, Number) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileWriterNIO.FieldFormatter
 
getFieldType(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Get the character class of the field.
getFieldType(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
Retrieve the type of the given column.
getFieldValue(long, int) - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
getFieldValue(long, int) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getFieldValue(long, int) - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getFieldValue(long, int) - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Devuelve el valor a partir del númro de fila y columna.
getFieldValue(int) - Method in interface com.iver.cit.gvsig.fmap.operations.selection.Record
 
getFile() - Method in class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
Devuelve el fichero.
getFile() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter
Devuelve el fichero.
getFileCode() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Return the file code.
getFileExtents() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
Devuelve el rectángulo del fichero.
getFileExtents() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Get the extents of the shape file.
getFileLength() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
Return the number of 16 bit words in the shape file as recorded in the header
getFileLength() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Return the number of 16 bit words in the shape file as recorded in the header
getFill() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el relleno.
getFont() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el Font del símbolo.
getFontColor() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el color de la fuente.
getFontSize() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el tamaño de la fuente.
getFormat() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Devuelve el formato.
getFrom() - Method in class com.iver.cit.gvsig.fmap.tools.Events.MoveEvent
Devuelve el punto inical del movimiento.
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.FMap
Método de conveniencia.
getFullExtent() - Method in interface com.iver.cit.gvsig.fmap.drivers.BasicFileRasterDriver
 
getFullExtent() - Method in interface com.iver.cit.gvsig.fmap.drivers.GeorreferencedRasterDriver
Obtiene la extensión en coordenadas del mundo real que ocupa este raster
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
getFullExtent(File) - Method in interface com.iver.cit.gvsig.fmap.drivers.NotGeorreferencedRasterDriver
Obtiene la extensión en coordenadas del mundo real que ocupa este raster leyéndo dicha información del fichero de georreferenciación
getFullExtent() - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
Obtiene la extensión en coordenadas del mundo real que ocupa este raster
getFullExtent() - Method in interface com.iver.cit.gvsig.fmap.drivers.VectorialFileDriver
Obtiene el bounding box de la capa
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.BasicFileRasterAdapter
 
getFullExtent() - Method in interface com.iver.cit.gvsig.fmap.layers.BasicRasterAdapter
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
getFullExtent() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Obtiene la extensión completa de la capa
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrGT2
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrMemory
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrRaster
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrText
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
Devuelve la extensión total de la capa.
getFullExtent() - Method in interface com.iver.cit.gvsig.fmap.layers.ReadableVectorial
Devuelve la extensión total de la capa.
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.layers.WFSAdapter
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
 
getFullExtent() - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
 
getFullExtent() - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EditableFeatureSource
 
getGP() - Method in class com.iver.cit.gvsig.fmap.tools.Events.MeasureEvent
Devuelve el GeneralPathX de la medición.
getGeneralPathX(FPoint2D[], int[]) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiLine
DOCUMENT ME!
getGeneralPathXIterator() - Method in class com.iver.cit.gvsig.fmap.core.FGeometry
 
getGeneralPathXIterator() - Method in class com.iver.cit.gvsig.fmap.core.FGeometryCollection
 
getGeneralPathXIterator() - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
getGeneralPathXIterator() - Method in class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
getGeneralPathXIterator() - Method in interface com.iver.cit.gvsig.fmap.core.IGeometry
Devuelve el GeneralPathXIterator con la información relativa a la geometría.
getGeometries() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPSHXFromSelectedVisitor
DOCUMENT ME!
getGeometron() - Method in class com.iver.cit.gvsig.fmap.write.geometron.GeometronEvent
 
getGeometry() - Method in class com.iver.cit.gvsig.fmap.write.geometron.GeometryEvent
Obtiene la Geometry cuyo vértice fue objeto del evento
getGeometryType() - Method in class com.iver.cit.gvsig.fmap.core.FGeometry
 
getGeometryType() - Method in class com.iver.cit.gvsig.fmap.core.FGeometryCollection
 
getGeometryType() - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
getGeometryType() - Method in class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
getGeometryType() - Method in interface com.iver.cit.gvsig.fmap.core.IGeometry
Obtiene el tipo de la geometría
getHeader() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO
Get the header from this file.
getHeaderLength() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
Return the length of the header in 16 bit words..
getHeaderLength() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Get the length of the header
getHeaderLength() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Return the length of the header in 16 bit words..
getHeight() - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Devuelve la altura del Label.
getHost() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Devuelve el URL.
getIcon() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el icono.
getImage() - Method in class com.iver.cit.gvsig.fmap.MapControl
Devuelve la imagen de la vista.
getImage(Dimension, Rectangle2D, ICoordTrans) - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
Obtiene una imagen de tamaño especificado, de la zona (en coordenadas de usuario) que se le pide.
getImage(Dimension, Rectangle2D, ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getImage(Dimension, Rectangle2D, ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.layers.RasterAdapter
Obtiene una imagen de tamaño especificado, de la zona (en coordenadas de usuario) que se le pide.
getImageHeight() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la altura de la imagen.
getImageIcon() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
Por defecto devuelve null, y se le pone el icono por defecto.
getImageSize() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve las dimensiones de la imagen.
getImageWidth() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la anchura de la imagen.
getIndexFile() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
Si el driver es indexable devuelve el valor de la invocación a getIndexFile del driver, si no, devuelve la ruta del fichero de índices interno de gvSIG
getIndexFile() - Method in interface com.iver.cit.gvsig.fmap.rendering.indexes.Indexable
Devuelve la ruta del fichero de índice de la capa
getIndexes(Rectangle2D) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.QuadTree
Obtiene un array de los indices de las geometrias que se encuentran en el queryArea
getInfo() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNReader
Devuelve la información del DGN.
getInfoLayerQuery() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Devuelve la información de la consulta.
getInterval(Value) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
Devuelve el intervalo a partir del valor.
getJustification() - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Valores posibles para m_Justification: Left/Top = 0 Center/Top = 6 Right/Top = 12 Left/Center = 1 Center/Center = 7 Right/Center = 13 Left/Bottom = 2 Center/Bottom = 8 Right/Bottom = 14
getKeyEvent() - Method in class com.iver.cit.gvsig.fmap.write.geometron.GeometronKeyEvent
 
getLabelField() - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
getLabelField() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
getLabelField() - Method in interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend
Obtiene el índice del campo que sirve de etiquetado o -1 si no ha sido etiquetado
getLabelField() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getLabelHeightField() - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
getLabelHeightField() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
getLabelHeightField() - Method in interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend
Devuelve el alto de campo.
getLabelHeightField() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getLabelRotationField() - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
getLabelRotationField() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
getLabelRotationField() - Method in interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend
Devuelve la rotación.
getLabelRotationField() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getLabels() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrText
Devuelve un ArrayList con los textos de la capa.
getLargestFieldSize() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Get the largest field size of this table.
getLastUpdateDate() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Get the date this file was last updated.
getLayer(int) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
Obtiene el hijo i-ésimo directo de esta colección
getLayer(String) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
Método de conveniencia para buscar una capa por su nombre Es conveniente usar getLayer(int) siempre que se pueda, es más directo.
getLayer() - Method in class com.iver.cit.gvsig.fmap.layers.LegendEvent
Devuelve la capa como clasificable y vectorial.
getLayer() - Method in class com.iver.cit.gvsig.fmap.layers.ProjectionMismatchException
Devuelve la capa sobre la que salta la excepción.
getLayer(int) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Obtiene el hijo i-ésimo directo de esta colección
getLayer(String) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Método de conveniencia para buscar una capa por su nombre Es conveniente usar getLayer(int) siempre que se pueda, es más directo.
getLayer() - Method in class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
getLayer() - Method in interface com.iver.cit.gvsig.fmap.write.GeometryHandler
Devuelve el FLyrMemory con los datos GML que ha manejado hasta el momento si es un MemoryGMLHandler y devuelve mediante una invocación a LayerFactory un FileVectorialAdapter si es un DiskGMLHandler
getLayer() - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
getLayerCollectionEvents() - Method in class com.iver.cit.gvsig.fmap.AtomicEvent
Devuelve un vector con los eventos de colecciones de capas.
getLayerEvents() - Method in class com.iver.cit.gvsig.fmap.AtomicEvent
Devuelve un vector con los eventos de capa.
getLayerQuery() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Devuelve la consulta.
getLayerText() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Devuelve la capa de texto.
getLayers() - Method in class com.iver.cit.gvsig.fmap.FMap
Devuelve las capas que contiene el mapa.
getLayers() - Method in class com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent
Devuelve las FLayers.
getLayersCount() - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
Obtiene el número de capas que hay en su mismo nivel Es decir, no cuenta las subcapas de un FLayers
getLayersCount() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Obtiene el número de capas que hay en su mismo nivel Es decir, no cuenta las subcapas de un FLayers
getLegend() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
getLegend() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrText
 
getLegend() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
Devuelve la Leyenda de la capa.
getLegend() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Classifiable
Devuelve la Leyenda.
getLegendEvents() - Method in class com.iver.cit.gvsig.fmap.AtomicEvent
Devuelve un vector con los eventos de leyenda.
getLength(IGeometry) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiLine
 
getLength(IGeometry) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiPoint
 
getLength(IGeometry) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPoint
 
getLength(IGeometry) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPolygon
 
getLength(IGeometry) - Method in interface com.iver.cit.gvsig.fmap.drivers.shp.write.SHPShape
Devuelve el tamaño de la geometría.
getLineStyle2D() - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
getListener() - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
Devuelve el ToolListener que está seleccionado.
getListener() - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.MouseMovementBehavior
 
getListener() - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.MoveBehavior
 
getListener() - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PointBehavior
 
getListener() - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
 
getListener() - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.RectangleBehavior
 
getListener() - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
 
getMap(com.iver.wmsclient.MapQuery) - Method in interface com.iver.cit.gvsig.fmap.drivers.WMSDriver
Devuelve la imagen a partir de MapQuery.
getMap(MapQuery) - Method in class com.iver.cit.gvsig.fmap.drivers.wms.FMapWMSDriver
 
getMap() - Method in class com.iver.cit.gvsig.fmap.layers.ProjectionMismatchException
Devuelve el FMap sobre el que ha saltado la excepción.
getMapContext() - Method in class com.iver.cit.gvsig.fmap.MapControl
Devuelve el modelo.
getMapControl() - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
Devuelve MapControl.
getMapUnits() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la unidad de medida del mapa.
getMax() - Method in class com.iver.cit.gvsig.fmap.rendering.FInterval
Devuelve el número final.
getMaxScale() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
La capa no se visualiza si está por encima de esa escala
getMaxScale() - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
getMaxScale() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
getMin() - Method in class com.iver.cit.gvsig.fmap.rendering.FInterval
Devuelve el número de origen.
getMinScale() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
La capa no se visualiza si está por debajo de esa escala
getMinScale() - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
getMinScale() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
getMouseEvent() - Method in class com.iver.cit.gvsig.fmap.write.geometron.EdgeEvent
 
getMouseEvent() - Method in class com.iver.cit.gvsig.fmap.write.geometron.VertexEvent
 
getName() - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
getName() - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
getName() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getName() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DgnMemoryDriver
 
getName() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getName() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFMemoryDriver
 
getName() - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getName() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
getName() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Devuelve el nombre de la capa.
getName() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
getName() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Devuelve el nombre del DataSource.
getNewColor() - Method in class com.iver.cit.gvsig.fmap.ColorEvent
Devuelve el nuevo color.
getNewExtent() - Method in class com.iver.cit.gvsig.fmap.ExtentEvent
Devuelve el nuevo extent.
getNewFieldId() - Method in class com.iver.cit.gvsig.fmap.rendering.LabelLegendEvent
Devuelve el nuevo índice del campo.
getNewGeometry() - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometron
Obtiene la última geometría añadida mediante setNewGeometry o null si no la hay
getNewInterval() - Method in class com.iver.cit.gvsig.fmap.rendering.IntervalLegendEvent
Devuelve el nuevo intervalo.
getNewLegend() - Method in class com.iver.cit.gvsig.fmap.rendering.LegendChangedEvent
Devuelve la nueva leyenda.
getNewPos() - Method in class com.iver.cit.gvsig.fmap.layers.LayerPositionEvent
Devuelve la posición destino.
getNewValue() - Method in class com.iver.cit.gvsig.fmap.rendering.SymbolLegendEvent
Devuelve el nuevo símbolo.
getNewValue() - Method in class com.iver.cit.gvsig.fmap.rendering.ValueLegendEvent
Devuelve el nuevo símbolo.
getNumBands() - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
Obtiene el número de bandas del raster
getNumBands() - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getNumBands() - Method in class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
Devuelve el número de bandas de raster.
getNumEntities() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNReader
Devuelve el número de elementos.
getNumFields() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Return the number of fields in the records.
getNumPoints() - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
getNumRecords() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Return the number of records in the file
getNumberFieldValue(int, int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
Devuelve el Number a partir de una fila y columna.
getOffset() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la desviación.
getOldFieldId() - Method in class com.iver.cit.gvsig.fmap.rendering.LabelLegendEvent
Devuelve el antiguo índice del campo.
getOldInterval() - Method in class com.iver.cit.gvsig.fmap.rendering.IntervalLegendEvent
Devuelve el intervalo anterior.
getOldLegend() - Method in class com.iver.cit.gvsig.fmap.rendering.LegendChangedEvent
Devuelve la antigua leyenda.
getOldPos() - Method in class com.iver.cit.gvsig.fmap.layers.LayerPositionEvent
Devuelve la posición origen.
getOldValue() - Method in class com.iver.cit.gvsig.fmap.rendering.SymbolLegendEvent
Devuelve el antiguo símbolo.
getOldValue() - Method in class com.iver.cit.gvsig.fmap.rendering.ValueLegendEvent
Devuelve el antiguo símbolo.
getOrig() - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Devuelve el punto de origen.
getOutlineColor() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el color de la línea de borde.
getParentLayer() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Devuelve el FLayers padre de la capa.
getParentLayer() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Devuelve la capa padre de la actual.
getPathIterator(AffineTransform) - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
getPathIterator(AffineTransform, double) - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
getPathIterator(AffineTransform) - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
getPathIterator(AffineTransform, double) - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
getPathIterator(AffineTransform) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Returns a PathIterator object that iterates along the boundary of this Shape and provides access to the geometry of the outline of this Shape.
getPathIterator(AffineTransform, double) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Returns a PathIterator object that iterates along the boundary of the flattened Shape and provides access to the geometry of the outline of the Shape.
getPixel(int, int, byte[]) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getPixel(int, int, int[]) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getPixel(int, int, byte[]) - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
getPixel(int, int, int[]) - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
getPixel(int, int, float[]) - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
getPixel(int, int, double[]) - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
getPixelCoordRect() - Method in class com.iver.cit.gvsig.fmap.tools.Events.RectangleEvent
Devolvemos el rectángulo en pixels para que se puedan comprobar cosas como que es menor de 3 pixels de ancho o alto y hacer un zoom fijo en lugar de a ese rectángulo tan pequeño.
getPoint(int) - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
getPoint() - Method in class com.iver.cit.gvsig.fmap.tools.Events.PointEvent
Devuelve el punto.
getPointStyle2D() - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
getPolygonStyle2D() - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
getProjection() - Method in class com.iver.cit.gvsig.fmap.FMap
 
getProjection() - Method in class com.iver.cit.gvsig.fmap.MapControl
Devuelve la proyección.
getProjection() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la proyección.
getProjection() - Method in interface com.iver.cit.gvsig.fmap.drivers.GeorreferencedRasterDriver
Obtiene la proyección en la que está el raster
getProjection(File) - Method in interface com.iver.cit.gvsig.fmap.drivers.NotGeorreferencedRasterDriver
Obtiene la proyección en la que está el raster leyendo dicha información del fichero de georreferenciación que se pasa como parámetro
getProjection() - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getProjection() - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
getProjection() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
getProperties() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
getProperty() - Method in class com.iver.cit.gvsig.fmap.layers.LayerEvent
Devulve las propiedades.
getRasterDataType() - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
Devuelve el tipo de datos del raster
getRasterDataType() - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
getRasterDataType() - Method in class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
 
getRasterLegend() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
getRasterLegend() - Method in interface com.iver.cit.gvsig.fmap.layers.LowLevelRasterOperations
Devuelve la leyenda raster.
getRecordCount() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
Retrieve number of records in the DbaseFile
getRecordIndexes(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrMemory
 
getRecordIndexes(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter
 
getRecordIndexes(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter
 
getRecordIndexes(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter
 
getRecordIndexes(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.layers.WFSAdapter
 
getRecordIndexes(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.FDiskIndex
 
getRecordIndexes(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.FMemoryIndex
 
getRecordIndexes(Rectangle2D) - Method in interface com.iver.cit.gvsig.fmap.rendering.indexes.Index
Dado un rectángulo en coordenadas del mapa se devuelve un array de indices de los registros cuyas features estén contenidas o intersecten en dicho rectángulo.
getRecordLength() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Get the length of the records in bytes.
getRecordset() - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
getRecordset() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
getRecordset(String) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrMemory
 
getRecordset() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
getRecordset(String) - Method in class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter
 
getRecordset(String) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
Devuelve el DataSource a pasrtir del nombre.
getRecordset(String) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter
 
getRecordset(String) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter
 
getRecordset(String) - Method in class com.iver.cit.gvsig.fmap.layers.WFSAdapter
 
getRecordset() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.AlphanumericData
Obtiene una referencia a la tabla asociada a la capa
getRgb() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el rgb del símbolo.
getRgbLine() - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
getRgbPoint() - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
getRgbPolygon() - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
getRgbText() - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
getRotation() - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Devuelve la rotación.
getRotation() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve la rotación.
getRowCount() - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
getRowCount() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getRowCount() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getRowCount() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Devuelve el númro de filas en total.
getSDS() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPSHXFromSelectedVisitor
DOCUMENT ME!
getSRS() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Devuelve el SRS.
getSampleByte(int, int, int) - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
getSampleDouble(int, int, int) - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
getSampleFloat(int, int, int) - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
getSampleInt(int, int, int) - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
 
getScale() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la escala.
getScaleView() - Method in class com.iver.cit.gvsig.fmap.FMap
Devuelve la escala de la vista en pantalla.
getSelectBound() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectedZoomVisitor
Devuelve el Extent de los shapes seleccionados, y si no hay ningún shape seleccionado devuelve null.
getSelectableDataSource() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectedShapeVisitor
 
getSelectedGeometries() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectedShapeVisitor
 
getSelection() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
getSelection() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
getSelection() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Develve un FBitSet con los índices de los elementos seleccionados.
getSelection() - Method in class com.iver.cit.gvsig.fmap.layers.SelectionSupport
Devuelve un FBitSet con los índices de los elementos seleccionados.
getSelection() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Selectable
Obtiene el bitset que contiene la información de los registros seleccionados de la capa
getSelection() - Method in class com.iver.cit.gvsig.fmap.write.geometron.GeometronEvent
 
getSelection() - Method in class com.iver.cit.gvsig.fmap.write.geometron.Selector
Obtiene un array de objetos Geometry representando las geometrías que hay seleccionadas
getSelectionBounds() - Method in class com.iver.cit.gvsig.fmap.FMap
 
getSelectionBounds() - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
 
getSelectionBounds() - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.Strategy
Obtiene el rectángulo mínimo que contiene todas las features seleccionadas o null si no hay ninguna seleccionada
getSelectionColor() - Static method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el color que se aplica a los shapes seleccionados.
getSelectionEvents() - Method in class com.iver.cit.gvsig.fmap.AtomicEvent
Devuelve un vector con los eventos de selección.
getSelectionSupport() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Devuelve el SelectionSupport.
getShape(int) - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
getShape(int) - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
getShape(int) - Method in interface com.iver.cit.gvsig.fmap.drivers.VectorialFileDriver
Obtiene del fichero abierto en open la geometría index-ésima
getShape(int) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getShape(int) - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getShape(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
Devuelve la geometria a partir de un índice.
getShape(int) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrMemory
 
getShape(int) - Method in class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter
 
getShape(int) - Method in interface com.iver.cit.gvsig.fmap.layers.ReadableVectorial
Devuelve la geometría a partir de un índice.
getShape(int) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter
 
getShape(int) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter
 
getShape(int) - Method in class com.iver.cit.gvsig.fmap.layers.WFSAdapter
 
getShape(int) - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Obtiene la shape i-ésima, independientemente de dónde esté, si en la fuente de datos que se está editando o en uno de los ExtensionFile.
getShape(int) - Method in class com.iver.cit.gvsig.fmap.write.ExtensibleFile
Accede al registro index-ésimo del fichero y se cuenta el número de registros eliminados anteriores a dicho registro (n).
getShape(int) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EditableFeatureSource
 
getShapeBounds(int) - Method in interface com.iver.cit.gvsig.fmap.drivers.BoundedShapes
Obtiene el Rectángulo de la geometría iésima
getShapeBounds(int) - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
Devuelve el extent a partir de un índice.
getShapeBounds(int) - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getShapeBounds(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
Obtiene el extent del shape a partir de un índice.
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
getShapeCount() - Method in interface com.iver.cit.gvsig.fmap.drivers.VectorialFileDriver
Obtiene el número de geometrías que contiene la capa
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrMemory
 
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter
 
getShapeCount() - Method in interface com.iver.cit.gvsig.fmap.layers.ReadableVectorial
Devuelve el número de Shape.
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter
 
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter
 
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.layers.WFSAdapter
 
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Obtiene el número de features de la capa en edición teniendo en cuenta las geometrias que se han añadido y que las geometrías eliminadas son marcadas pero siguen teniéndose en cuenta.
getShapeCount() - Method in class com.iver.cit.gvsig.fmap.write.ExtensibleFile
Devuelve el número de registros del fichero contando los que ya han sido eliminados
getShapeCount() - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EditableFeatureSource
 
getShapeInfo() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
Devuelve el ShapeInfo.
getShapeType() - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.core.FPolygon2D
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
getShapeType() - Method in interface com.iver.cit.gvsig.fmap.core.FShape
Obtiene el tipo de shape que contiene.
getShapeType(int) - Method in interface com.iver.cit.gvsig.fmap.drivers.BoundedShapes
Devuelve el tipo de la geometría.
getShapeType() - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
getShapeType(int) - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
Devuelve el tipo del shape.
getShapeType() - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
getShapeType() - Method in interface com.iver.cit.gvsig.fmap.drivers.VectorialDriver
Devuelve el tipo de los shapes que hay en el fichero.
getShapeType() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DgnMemoryDriver
Devuelve el tipo de shape que contiene el formato DGN.
getShapeType() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getShapeType(int) - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFMemoryDriver
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
getShapeType(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiLine
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiPoint
Devuelve el tipo de multipoint en concreto.
getShapeType() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPoint
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPolygon
 
getShapeType() - Method in interface com.iver.cit.gvsig.fmap.drivers.shp.write.SHPShape
Devuelve el tipo de shape de que se trata.
getShapeType() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrMemory
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrText
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
Devuelve el tipo de shape que contiene la capa.
getShapeType() - Method in class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter
 
getShapeType() - Method in interface com.iver.cit.gvsig.fmap.layers.ReadableVectorial
Obtiene el tipo de las geometrías almacenadas en esta fuente de datos
getShapeType() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.layers.WFSAdapter
 
getShapeType() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Classifiable
Devuelve el tipo de shape.
getShapeType() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.ClassifiableRaster
Devuelve el tipo de shape.
getShapeType() - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
getShapeType() - Method in interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend
Devuelve el tipo de shape.
getShapeType() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getShapeType() - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
 
getSize() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el tamaño del símbolo.
getSource() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrRaster
Devuelve el RasterAdapter de la capa.
getSource() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
Devuelve el VectorialAdapater de la capa.
getSource() - Method in class com.iver.cit.gvsig.fmap.layers.LayerEvent
Devuelve el FLayer.
getSource() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.SingleLayer
Método que devuelve el VectorialAdapter que contiene la capa.
getStartColor() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
Devuelve el color inicial.
getStrategy(SingleLayer) - Static method in class com.iver.cit.gvsig.fmap.operations.strategies.StrategyManager
Se encarga de, dada una clase que implementa el interfaz vectorial, seleccionar la estrategia óptima de acceso a las capas, devolviendo el objeto Strategy con la capa vectorial asociada.
getString() - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Devuelve un String con el texto del Label.
getStringFieldValue(int, int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
Devuelve el String a partir del número de fila y columna.
getStroke() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el Stroke.
getStyle() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el estilo del símbolo.
getSymbol(double) - Method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
 
getSymbol(double) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
getSymbol(double) - Method in interface com.iver.cit.gvsig.fmap.rendering.RasterLegend
Devuelve el símbolo a partir de un número.
getSymbol(double) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
getSymbol(int) - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
getSymbol(int) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
getSymbol(int) - Method in interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend
Devuelve el símbolo asociado al objeto que se pasa como parámetro.
getSymbol(int) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getSymbolByID(int) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
getSymbolByInterval(FInterval) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
Devuelve el símbolo a partir del intervalo.
getSymbolByValue(Value) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
getSymbolByValue(Value) - Method in interface com.iver.cit.gvsig.fmap.rendering.UniqueValueLegend
Devuelve un símbolo a partir de su clave.
getSymbolByValue(Value) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getSymbolForSelection(FSymbol) - Static method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
A partir de un símbolo devuelve otro similar pero con el color de selección.
getSymbolType() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve el tipo de símbolo.
getSymbols() - Method in interface com.iver.cit.gvsig.fmap.rendering.ClassifiedLegendInfo
Obtiene los símbolos de cada clase de la clasificación para el usuario.
getSymbols() - Method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
 
getSymbols() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
getSymbols() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
getSymbols() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
getSymbols() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getTableModel() - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
Devuelve el modelo de la tabla.
getTextStyle2D() - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
getTo() - Method in class com.iver.cit.gvsig.fmap.tools.Events.MoveEvent
Devuelve el punto finale del movimiento.
getTool() - Method in class com.iver.cit.gvsig.fmap.MapControl
Devuelve el nombre de la herramienta seleccionada.
getTransparency() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Devuelve el nivel de transparencia de la capa.
getType(int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DiskShapeInfo
 
getType(int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.MemoryShapeInfo
 
getType(int) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.ShapeInfo
Obtiene el tipo de la geometría index-ésima
getUnsigned(byte) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
DOCUMENT ME!
getValues() - Method in interface com.iver.cit.gvsig.fmap.rendering.ClassifiedLegendInfo
Obtiene los valores relacionados con cada clase de la clasificación
getValues() - Method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
 
getValues() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
getValues() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
getValues() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
getValues() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getVersion() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
Return the version of the file.
getVersion() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Return the version of the file.
getVertexIndex() - Method in class com.iver.cit.gvsig.fmap.write.geometron.VertexEvent
 
getVertexPosition() - Method in class com.iver.cit.gvsig.fmap.write.geometron.VertexEvent
Obtiene el objeto del evento
getViewPort() - Method in class com.iver.cit.gvsig.fmap.FMap
Devuelve el ViewPort.
getViewPort() - Method in class com.iver.cit.gvsig.fmap.MapControl
 
getVirtualLayers() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Devuelve las capas virtuales.
getVisibles() - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
Obtiene el array de capas visibles que penden del arbol cuya raíz es este nodo
getVisibles() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Obtiene el array de capas visibles que penden del arbol cuya raíz es este nodo
getWhereFilter() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
 
getWindingRule() - Method in class com.iver.cit.gvsig.fmap.core.FPointIterator
Return the winding rule for determining the interior of the path.
getWindingRule() - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Returns the fill style winding rule.
getWindingRule() - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathXIterator
Return the winding rule for determining the interior of the path.
getWorldCoordRect() - Method in class com.iver.cit.gvsig.fmap.tools.Events.RectangleEvent
Devuelve el rectángulo en coordenadas de mundo real.
getX() - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
Devuelve la coordenada x del punto.
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.ExtentHistory
Devuelve el XMLEntity con la información para poder reproducir de nuevo el objeto actual.
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.FMap
Devuelve el XMLEntity.
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve el XMLEntity.
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Devuelve un Objeto XMLEntity con la información los atributos necesarios para poder después volver a crear el objeto original.
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
 
getXMLEntity() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Obtiene una representación de la colección de capas de forma recursiva
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Devuelve el XMLEntity a partir del objeto.
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrRaster
 
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Devuelve el XMLEntity con la información necesaria para reproducir la capa.
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Devuelve el XMLEntity con la información necesaria para reproducir el DataSource.
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.layers.SelectionSupport
Devuelve el XMLEntity con la información necesaria para reproducir un objeto igual al actual.
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
 
getXMLEntity() - Method in interface com.iver.cit.gvsig.fmap.rendering.Legend
Devuelve el XMLEntity.
getXMLEntity(VectorialLegend) - Static method in class com.iver.cit.gvsig.fmap.rendering.LegendFactory
Obtiene un objeto con las propiedades del renderer.
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
DOCUMENT ME!
getXMLEntity() - Method in interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend
Devuelve el XMLEntity.
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
getXMLEntity() - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
getXs() - Method in class com.iver.cit.gvsig.fmap.tools.Events.MeasureEvent
Devuelve el vector de X.
getY() - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
Devuelve la coordenada y del punto.
getYs() - Method in class com.iver.cit.gvsig.fmap.tools.Events.MeasureEvent
Devuelve el vector de Y.
getZone() - Method in class com.iver.cit.gvsig.fmap.write.geometron.ZoneEvent
 
got_bounds - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
got_color_table - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
got_tcb - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
gp - Variable in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
graphic_group - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 

H

hasIndex() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
Mira si la capa tiene un índice, bien propio del tipo de capa, bien interno de gvSIG
hasIndex() - Method in interface com.iver.cit.gvsig.fmap.rendering.indexes.Indexable
DOCUMENT ME!
hasNext() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO
Query the reader as to whether there is another record.
hasPrevious() - Method in class com.iver.cit.gvsig.fmap.ExtentHistory
Devuelve true si hay algún rectángulo en el histórico
has_spatial_filter - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
height_mult - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemText
 
hi - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.double64
 

I

IGeometry - interface com.iver.cit.gvsig.fmap.core.IGeometry.
Interfaz de Geometría.
INTERSECTS - Static variable in class com.iver.cit.gvsig.fmap.FMap
 
INTERSECTS - Static variable in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
ImageFrame - class com.iver.cit.gvsig.fmap.demo.ImageFrame.
DOCUMENT ME!
ImageFrame() - Constructor for class com.iver.cit.gvsig.fmap.demo.ImageFrame
This is the default constructor
Index - interface com.iver.cit.gvsig.fmap.rendering.indexes.Index.
Interfaz que define el comportamiento de una estructura de datos de índice
IndexCreationVisitor - class com.iver.cit.gvsig.fmap.rendering.indexes.IndexCreationVisitor.
Visitor sobre la creación de indices.
IndexCreationVisitor() - Constructor for class com.iver.cit.gvsig.fmap.rendering.indexes.IndexCreationVisitor
 
IndexFactory - class com.iver.cit.gvsig.fmap.rendering.indexes.IndexFactory.
Clase para gestionar los índices.
IndexFactory() - Constructor for class com.iver.cit.gvsig.fmap.rendering.indexes.IndexFactory
 
IndexNotExistsException - exception com.iver.cit.gvsig.fmap.rendering.indexes.IndexNotExistsException.
Si se intenta realizar una operación sobre los índices y el índice no está creado
IndexNotExistsException() - Constructor for class com.iver.cit.gvsig.fmap.rendering.indexes.IndexNotExistsException
 
Indexable - interface com.iver.cit.gvsig.fmap.rendering.indexes.Indexable.
Interfaz a implementar por todos los drivers que tengan soporte nativo para índices y que dicho soporte haya de ser implementado por gvsig (shapefiles).
IndexedStrategy - class com.iver.cit.gvsig.fmap.operations.strategies.IndexedStrategy.
Estrategia que hará uso de índices para implementar Strategy
IndexedStrategy(FLayer) - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.IndexedStrategy
Crea una nueva IndexedStrategy.
InfoByPoint - interface com.iver.cit.gvsig.fmap.layers.layerOperations.InfoByPoint.
Interfaz a implementar por las capas que soporten la operación de petición de información por punto y cuyo resultado sea un string, pudiendo estar formateado como un XML dicho resultado
IntervalLegend - interface com.iver.cit.gvsig.fmap.rendering.IntervalLegend.
Interfaz que ofrece los métodos para clasificar la Leyenda por intervalos.
IntervalLegendEvent - class com.iver.cit.gvsig.fmap.rendering.IntervalLegendEvent.
Evento de cambio de un intervalo
IntervalLegendEvent(FInterval, FInterval) - Constructor for class com.iver.cit.gvsig.fmap.rendering.IntervalLegendEvent
Crea un nuevo IntervalLegendEvent.
InvalidationListener - interface com.iver.cit.gvsig.fmap.InvalidationListener.
Interfaz que recibe el evento invalid.
id - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNTagDef
 
in_complex_group - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
index_built - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
init(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometron
Metodo de inicialización del Geometrón.
initialize(IProjection) - Method in interface com.iver.cit.gvsig.fmap.drivers.GeorreferencedRasterDriver
Inicializa el raster con la proyección que se le pasa.
initialize() - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
initialize() - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
initialize() - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
 
initialize() - Method in interface com.iver.cit.gvsig.fmap.drivers.VectorialFileDriver
Método invocado una sóla vez durante la ejecución justo antes de visualizar una capa.
initialize() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
initialize() - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DgnMemoryDriver
 
initialize() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
initialize() - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFMemoryDriver
 
initialize() - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
initialize(IProjection) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
initialize() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
intToBytes(int, byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Write the bytes representing i into the byte array data, starting at index offset [0], and increment offset [0] by the number of bytes written; if data == null, increment offset [0] by the number of bytes that would have been written otherwise.
integer - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.tagValueUnion
 
intersects(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.core.FGeometry
 
intersects(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.core.FGeometryCollection
 
intersects(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
intersects(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
intersects(double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
intersects(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
intersects(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.core.FPolygon2D
 
intersects(double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
intersects(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
El método intersects de java.awt.Shape que define la intersección entre una polilínea y un Rectangle2D considera la polilínea como un Shape genérico y se producen errores en la selección de polilíneas.
intersects(double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Tests if the interior of this Shape intersects the interior of a specified set of rectangular coordinates.
intersects(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Tests if the interior of this Shape intersects the interior of a specified Rectangle2D.
intersects(Rectangle2D) - Method in interface com.iver.cit.gvsig.fmap.core.IGeometry
Devuelve true si la geometría intersecta con el rectángulo que se pasa como parámetro.
intervalChange(IntervalLegendEvent) - Method in interface com.iver.cit.gvsig.fmap.rendering.LegendListener
Invocado cuando se cambia en un legend por intervalos el valor de uno de los intervalos.
intsToBytes(byte[], int, int[], int, int) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Convert an array of ints into an array of bytes.
invalid() - Method in interface com.iver.cit.gvsig.fmap.InvalidationListener
Método invocado cuando se produce un cambio en FMap que afecta a la representación del mapa
invalidate() - Method in class com.iver.cit.gvsig.fmap.FMap
Método de conveniencia que se usa provisionalmente para solicitar un refresco de todo lo que dependa del FMap (MapContext).
invalidateRect(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometron
Acumula un area de invalidación sobre la que ya había
isActive() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Devuelve true si la capa esta activa.
isActive() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
isCanceled() - Method in class com.iver.cit.gvsig.fmap.MapControl.CancelDraw
 
isCanceled() - Method in interface com.iver.cit.gvsig.fmap.operations.Cancellable
Se determina si el proceso asociado a esta clase se debe cancelar (devolverá true) o no (devolverá false)
isClicked - Variable in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
 
isDone() - Method in class com.iver.cit.gvsig.fmap.core.FPointIterator
 
isDone() - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathXIterator
Tests if there are more points to read.
isFontSizeInPixels() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve true si el tamaño de la fuente esta seleccionado en pixels.
isInInterval(double) - Method in class com.iver.cit.gvsig.fmap.rendering.FInterval
Devuelve "true" si el double que se pasa como parámetro esta dentro del intervalo.
isLoadedInMemory() - Method in class com.iver.cit.gvsig.fmap.drivers.DriverAttributes
 
isOutlined() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve si el símbolo contiene o no linea de borde.
isSelected(int) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
isSelected(int) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
isSelected(int) - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Devuelve true si el elemento está seleccionado.
isSelected(int) - Method in class com.iver.cit.gvsig.fmap.layers.SelectionSupport
Devuelve true si el elemento está seleccionado.
isSelected(int) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Selectable
Devuelve true si el índice que se pasa como parámetro corresponde a un registro seleccionado y false en caso contrario
isShapeVisible() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve true si el shape es visible.
isSizeInPixels() - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Devuelve si el tamaño del símbolo está en pixels.
isVisible() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Devuelve true si la capa es visible.
isVisible() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
isWithinScale() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
 
isWithinScale() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 

J

java2d_to_jts(FShape) - Static method in class com.iver.cit.gvsig.fmap.core.v02.FConverter
Convierte un FShape a una Geometry del JTS.
jts_to_java2d(Geometry) - Static method in class com.iver.cit.gvsig.fmap.core.v02.FConverter
Converts JTS Geometry objects into Java 2D Shape objects
justification - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemText
 

K

KILOMETROS - Static variable in class com.iver.cit.gvsig.fmap.ViewPort
 
KeyListener - class com.iver.cit.gvsig.fmap.write.geometron.KeyListener.
 
KeyListener() - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.KeyListener
 
keyPressed(GeometronKeyEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.KeyListener
 
keyReleased(GeometronKeyEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.KeyListener
 
keyTyped(GeometronKeyEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.KeyListener
 

L

LAYER_TYPE_DGN - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
LAYER_TYPE_DWG - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
LAYER_TYPE_DXF - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
LAYER_TYPE_JPEG2000 - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
LAYER_TYPE_SHP - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
LAYER_TYPE_WMS - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
LEFT_BOTTOM - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FLabel
 
LEFT_CENTER - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FLabel
 
LEFT_TOP - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FLabel
 
LEGEND_TYPE_BREAK - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
LEGEND_TYPE_DEFAULT - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
LEGEND_TYPE_VALUE - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
LINE - Static variable in interface com.iver.cit.gvsig.fmap.core.FShape
 
LINE - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
LabelDriver - class com.iver.cit.gvsig.fmap.drivers.LabelDriver.
Driver que lee un shapefile de puntos y devuelve las IGeometry resultantes de las llamadas a ShapeFactory.createLabel()
LabelDriver() - Constructor for class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
LabelLegendEvent - class com.iver.cit.gvsig.fmap.rendering.LabelLegendEvent.
Evento de cambio de un texto.
LabelLegendEvent(int, int) - Constructor for class com.iver.cit.gvsig.fmap.rendering.LabelLegendEvent
Crea un nuevo LabelLegendEvent.
Labelable - interface com.iver.cit.gvsig.fmap.layers.layerOperations.Labelable.
Interfaz que implementan todas las capas que pueden tener etiquetado.
LayerChangeSupport - class com.iver.cit.gvsig.fmap.layers.LayerChangeSupport.
Clase que gestiona el añadir, borrar y ejecutar los listeners de cambio de estilo de las capas.
LayerChangeSupport() - Constructor for class com.iver.cit.gvsig.fmap.layers.LayerChangeSupport
 
LayerCollection - interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection.
Interfaz que implementan todas las capas que pueden ser colección de otras.
LayerCollectionEvent - class com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent.
Evento sobre las capas.
LayerCollectionEvent(FLayer, int) - Constructor for class com.iver.cit.gvsig.fmap.layers.LayerCollectionEvent
Crea un nuevo LayerCollectionEvent.
LayerCollectionListener - interface com.iver.cit.gvsig.fmap.layers.LayerCollectionListener.
Listeners de eventos producidos sobre la colección de capas
LayerEvent - class com.iver.cit.gvsig.fmap.layers.LayerEvent.
Eventos de capa
LayerFactory - class com.iver.cit.gvsig.fmap.layers.LayerFactory.
Crea un adaptador del driver que se le pasa como parámetro en los métodos createLayer.
LayerFactory() - Constructor for class com.iver.cit.gvsig.fmap.layers.LayerFactory
 
LayerListener - interface com.iver.cit.gvsig.fmap.layers.LayerListener.
Interfaz que aporta los posibles métodos a ejecutar como listeners de las capas.
LayerPositionEvent - class com.iver.cit.gvsig.fmap.layers.LayerPositionEvent.
Evento de posición de la capa en el TOC.
Legend - interface com.iver.cit.gvsig.fmap.rendering.Legend.
Información sobre la leyenda para la representación en la interfaz
LegendChangedEvent - class com.iver.cit.gvsig.fmap.rendering.LegendChangedEvent.
Evento de cambio de leyenda.
LegendEvent - class com.iver.cit.gvsig.fmap.layers.LegendEvent.
Información del evento producido en una leyenda
LegendEvent() - Constructor for class com.iver.cit.gvsig.fmap.layers.LegendEvent
 
LegendFactory - class com.iver.cit.gvsig.fmap.rendering.LegendFactory.
Clase factoria de las diferentes leyendas.
LegendFactory() - Constructor for class com.iver.cit.gvsig.fmap.rendering.LegendFactory
 
LegendListener - interface com.iver.cit.gvsig.fmap.layers.LegendListener.
Eventos de capa
LegendListener - interface com.iver.cit.gvsig.fmap.rendering.LegendListener.
Interfaz con los eventos que puede realizar una leyenda.
LowLevelRasterOperations - interface com.iver.cit.gvsig.fmap.layers.LowLevelRasterOperations.
Interfaz con métodos a bajo nivel sobre una capa raster.
labelFieldChange(LabelLegendEvent) - Method in interface com.iver.cit.gvsig.fmap.rendering.LegendListener
Invocado cuando se cambia en el legend el valor de el campo de etiquetado.
layerAdded(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
layerAdded(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.FMap.LayerEventListener
 
layerAdded(LayerCollectionEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LayerCollectionListener
Invocado cuando se añade una capa
layerAdding(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
layerAdding(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.FMap.LayerEventListener
 
layerAdding(LayerCollectionEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LayerCollectionListener
Invocado cuando se está a punto de añadir una capa
layerMoved(LayerPositionEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
layerMoved(LayerPositionEvent) - Method in class com.iver.cit.gvsig.fmap.FMap.LayerEventListener
 
layerMoved(LayerPositionEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LayerCollectionListener
Invocado cuando se mueve una capa
layerMoving(LayerPositionEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
layerMoving(LayerPositionEvent) - Method in class com.iver.cit.gvsig.fmap.FMap.LayerEventListener
 
layerMoving(LayerPositionEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LayerCollectionListener
Invocado cuando se está a punto de mover una capa
layerRemoved(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
layerRemoved(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.FMap.LayerEventListener
 
layerRemoved(LayerCollectionEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LayerCollectionListener
Invocado cuando se elimina una capa
layerRemoving(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
layerRemoving(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.FMap.LayerEventListener
 
layerRemoving(LayerCollectionEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LayerCollectionListener
Invocado cuando se está a punto de eliminar una capa
legendChanged(LegendChangedEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
legendChanged(LegendChangedEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LegendListener
Invocado cuando se cambia la leyenda de una capa vectorial
length_mult - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemText
 
level - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
level - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElementInfo
 
levels - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 
levels - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellLibrary
 
levels - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNViewInfo
 
lineTo(double, double) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates.
listener - Variable in class com.iver.cit.gvsig.fmap.tools.Behavior.MouseMovementBehavior
 
listener - Variable in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
 
lo - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.double64
 
load() - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Realiza las operaciones de inicialización de la capa.
load() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
load() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrRaster
 
loadIndex(File) - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.IndexFactory
Carga el fichero de índices que se le pasa como parámetro en memoria o en disco
lockFeature() - Method in interface com.iver.cit.gvsig.fmap.drivers.wfs.WFSDriver
 
longToBytes(long, byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Write the bytes representing l into the byte array data, starting at index offset [0], and increment offset [0] by the number of bytes written; if data == null, increment offset [0] by the number of bytes that would have been written otherwise.

M

METROS - Static variable in class com.iver.cit.gvsig.fmap.ViewPort
 
MILIMETRO - Static variable in class com.iver.cit.gvsig.fmap.ViewPort
 
MILLAS - Static variable in class com.iver.cit.gvsig.fmap.ViewPort
 
MULTI - Static variable in interface com.iver.cit.gvsig.fmap.core.FShape
 
MULTIPOINT2D - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
MULTIPOINT3D - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
MapControl - class com.iver.cit.gvsig.fmap.MapControl.
MapControl.
MapControl() - Constructor for class com.iver.cit.gvsig.fmap.MapControl
Crea un nuevo NewMapControl.
MapControl.CancelDraw - class com.iver.cit.gvsig.fmap.MapControl.CancelDraw.
Clase para cancelar el dibujado.
MapControl.CancelDraw() - Constructor for class com.iver.cit.gvsig.fmap.MapControl.CancelDraw
Crea un nuevo CancelDraw.
MapControl.Drawer - class com.iver.cit.gvsig.fmap.MapControl.Drawer.
Clase utilizada para dibujar las capas.
MapControl.Drawer(BufferedImage, Graphics, MapControl.CancelDraw) - Constructor for class com.iver.cit.gvsig.fmap.MapControl.Drawer
Crea un nuevo Drawer.
MapControl.MapContextListener - class com.iver.cit.gvsig.fmap.MapControl.MapContextListener.
Listener sobre el MapContext.
MapControl.MapContextListener() - Constructor for class com.iver.cit.gvsig.fmap.MapControl.MapContextListener
 
MapControl.MapToolListener - class com.iver.cit.gvsig.fmap.MapControl.MapToolListener.
Listener del MapTool.
MapControl.MapToolListener() - Constructor for class com.iver.cit.gvsig.fmap.MapControl.MapToolListener
 
MapImage - class com.iver.cit.gvsig.fmap.demo.MapImage.
 
MapImage() - Constructor for class com.iver.cit.gvsig.fmap.demo.MapImage
This is the default constructor
MeasureEvent - class com.iver.cit.gvsig.fmap.tools.Events.MeasureEvent.
DOCUMENT ME!
MeasureEvent(Double[], Double[], MouseEvent) - Constructor for class com.iver.cit.gvsig.fmap.tools.Events.MeasureEvent
Crea un nuevo MeasureEvent.
MeasureListenerImpl - class com.iver.cit.gvsig.fmap.tools.MeasureListenerImpl.
Implementación de la interfaz MeasureListener como herramienta para medir la distancia.
MeasureListenerImpl(MapControl) - Constructor for class com.iver.cit.gvsig.fmap.tools.MeasureListenerImpl
Crea un nuevo MeasureListenerImpl.
MemoryCommandStack - class com.iver.cit.gvsig.fmap.write.MemoryCommandStack.
Clase que se encarga de mantener la pila de EditingCommand's que se van ejecutando en un fichero temporal.
MemoryCommandStack() - Constructor for class com.iver.cit.gvsig.fmap.write.MemoryCommandStack
 
MemoryDriver - class com.iver.cit.gvsig.fmap.drivers.MemoryDriver.
Clase abstracta para Driver en memoria.
MemoryDriver() - Constructor for class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
MemoryGeometryHandler - class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler.
Maneja eventos GML de las geometrías y mete la información en un FLyrMemory
MemoryGeometryHandler() - Constructor for class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
MemoryLabelAdapter - class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter.
Adapta un driver de texto a la interfaz vectorial, manteniendo además el estado necesario por una capa vectorial en memoria.
MemoryLabelAdapter() - Constructor for class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter
 
MemoryShapeInfo - class com.iver.cit.gvsig.fmap.operations.strategies.MemoryShapeInfo.
Estructura de datos con la información relativa a las geometrías de una fuente de datos necesaria para acelerar el procesado de la capa en memoria.
MemoryShapeInfo() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.MemoryShapeInfo
 
MenuHandler - interface com.iver.cit.gvsig.fmap.write.geometron.MenuHandler.
 
ModifiedMap - class com.iver.cit.gvsig.fmap.write.ModifiedMap.
 
ModifiedMap() - Constructor for class com.iver.cit.gvsig.fmap.write.ModifiedMap
 
ModifyAddedCommand - class com.iver.cit.gvsig.fmap.write.ModifyAddedCommand.
 
ModifyAddedCommand(int, IGeometry) - Constructor for class com.iver.cit.gvsig.fmap.write.ModifyAddedCommand
 
ModifyModifiedCommand - class com.iver.cit.gvsig.fmap.write.ModifyModifiedCommand.
 
ModifyModifiedCommand(ExtensibleFile) - Constructor for class com.iver.cit.gvsig.fmap.write.ModifyModifiedCommand
 
ModifySourceFeature - class com.iver.cit.gvsig.fmap.write.ModifySourceFeature.
 
ModifySourceFeature() - Constructor for class com.iver.cit.gvsig.fmap.write.ModifySourceFeature
 
MouseMovementBehavior - class com.iver.cit.gvsig.fmap.tools.Behavior.MouseMovementBehavior.
Behaviour que espera un listener de tipo PointListener.
MouseMovementBehavior(PointListener) - Constructor for class com.iver.cit.gvsig.fmap.tools.Behavior.MouseMovementBehavior
Crea un nuevo MouseMovementBehavior.
MoveBehavior - class com.iver.cit.gvsig.fmap.tools.Behavior.MoveBehavior.
Behaviour que espera un listener de tipo MoveListener.
MoveBehavior(PanListener) - Constructor for class com.iver.cit.gvsig.fmap.tools.Behavior.MoveBehavior
Crea un nuevo MoveBehavior.
MoveEvent - class com.iver.cit.gvsig.fmap.tools.Events.MoveEvent.
Evento de movimiento sobre la vista.
MoveEvent(Point2D, Point2D, MouseEvent) - Constructor for class com.iver.cit.gvsig.fmap.tools.Events.MoveEvent
Crea un nuevo MoveEvent.
MoveFeature - class com.iver.cit.gvsig.fmap.write.geometron.MoveFeature.
Clase que maneja los eventos de movimiento tanto en vértices como en aristas moviendo la geometria a la cual pertenecen
MoveFeature() - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.MoveFeature
 
m_BackColor - Variable in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
 
m_BackFill - Variable in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
 
m_LinePattern - Variable in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
 
main(String[]) - Static method in class com.iver.cit.gvsig.fmap.demo.DrawImage
 
main(String[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO
 
mapCtrl - Variable in class com.iver.cit.gvsig.fmap.tools.AreaListenerImpl
 
mapCtrl - Variable in class com.iver.cit.gvsig.fmap.tools.MeasureListenerImpl
 
master_units - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTCB
 
max_element_count - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
max_x - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
max_y - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
max_z - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
memclr(byte[], int, int) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Fill the given array with zeros.
memcmp(byte[], int, byte[], int, int) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Compare the contents of one array of bytes to another.
memcpy(byte[], int, byte[], int, int) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Copy contents of one array of bytes into another.
min_x - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
min_y - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
min_z - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
modify(IGeometry) - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Realiza la modificación de una de las geometrías del ReadableVectorial
modify() - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometry
Modifica la geometría asociada en el EditableFeatureSource
modifyGeometry(int, IGeometry) - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Genera un ModifyCommand y lo apila
modifyGeometry(int, IGeometry) - Method in class com.iver.cit.gvsig.fmap.write.ExtensibleFile
Marca la feature i-esima del fichero como modificada (MODIFED), y a continuación del shapetype mete un entero con el número de registro de la feature modificada.
modifyGeometry(int, IGeometry) - Method in interface com.iver.cit.gvsig.fmap.write.WritableOperations
Sustituye la geometry i-ésima de la capa por la que se pasa como parámetro.
modifyGeometry(int, IGeometry) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EditableFeatureSource
Sustituye la geometry i-ésima de la capa por la que se pasa como parámetro.
modifyGeometry(Geometry, int) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.QuadTree
Notifica al quadtree de la modificación de la geometria para que actualice la estructura de datos
mouseClicked(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl.MapToolListener
 
mouseClicked(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
 
mouseClicked(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
DOCUMENT ME!
mouseDragged(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl.MapToolListener
 
mouseDragged(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
 
mouseDragged(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.MouseMovementBehavior
 
mouseDragged(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.MoveBehavior
Reimplementación del método mouseDragged de Behavior.
mouseDragged(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolygonBehavior
Reimplementación del método mouseDragged de Behavior.
mouseDragged(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
Reimplementación del método mouseDragged de Behavior.
mouseDragged(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.RectangleBehavior
Reimplementación del método mouseDragged de Behavior.
mouseDragged(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
DOCUMENT ME!
mouseEntered(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl.MapToolListener
 
mouseEntered(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
 
mouseEntered(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
DOCUMENT ME!
mouseExited(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl.MapToolListener
 
mouseExited(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
 
mouseExited(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
DOCUMENT ME!
mouseMoved(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl.MapToolListener
 
mouseMoved(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
 
mouseMoved(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.MouseMovementBehavior
 
mouseMoved(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolygonBehavior
Reimplementación del método mouseMoved de Behavior.
mouseMoved(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
Reimplementación del método mouseMoved de Behavior.
mouseMoved(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
DOCUMENT ME!
mouseMoved(GeometronEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.AddDeleteVertex
 
mouseMoved(GeometronEvent) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EventHandler
Evento disparado cuando se mueve el ratón por el área de edición
mouseMoved(GeometronEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.MoveFeature
 
mouseMoved(GeometronEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.NewPoligon
 
mouseMoved(GeometronEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Selector
 
mouseOverEdge(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.AddDeleteVertex
 
mouseOverEdge(EdgeEvent) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EventHandler
 
mouseOverEdge(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.MoveFeature
 
mouseOverEdge(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.NewPoligon
 
mouseOverEdge(EdgeEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Selector
 
mouseOverVertex(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.AddDeleteVertex
 
mouseOverVertex(VertexEvent) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EventHandler
 
mouseOverVertex(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.MoveFeature
 
mouseOverVertex(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.NewPoligon
 
mouseOverVertex(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Selector
 
mousePressed(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl.MapToolListener
 
mousePressed(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
 
mousePressed(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.MoveBehavior
 
mousePressed(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PointBehavior
Reimplementación del método mousePressed de Behavior.
mousePressed(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolygonBehavior
Reimplementación del método mousePressed de Behavior.
mousePressed(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
Reimplementación del método mousePressed de Behavior.
mousePressed(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.RectangleBehavior
Reimplementación del método mousePressed de Behavior.
mousePressed(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
DOCUMENT ME!
mouseReleased(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl.MapToolListener
 
mouseReleased(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
 
mouseReleased(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.MoveBehavior
Reimplementación del método mouseReleased de Behavior.
mouseReleased(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PointBehavior
Reimplementación del método mouseReleased de Behavior.
mouseReleased(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.RectangleBehavior
Reimplementación del método mouseReleased de Behavior.
mouseReleased(MouseEvent) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
DOCUMENT ME!
mouseWheelMoved(MouseWheelEvent) - Method in class com.iver.cit.gvsig.fmap.MapControl.MapToolListener
 
mouseWheelMoved(MouseWheelEvent) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
 
mouseWheelMoved(MouseWheelEvent) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
DOCUMENT ME!
move(MoveEvent) - Method in interface com.iver.cit.gvsig.fmap.tools.Listeners.PanListener
Invocado cuando el usuario mueve el ratón sobre la vista.
move(MoveEvent) - Method in class com.iver.cit.gvsig.fmap.tools.PanListenerImpl
 
move(Point2D) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometry
Modifica la geometría del EditableFeatureSource que representa este objeto
moveTo(double, double) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Adds a point to the path by moving to the specified coordinates.
moveTo(int, int) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
Mueve una capa de la posición from a la posición to.
moveTo(int, int) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Mueve una capa de la posición from a la posición to.
multipoint2D(double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
multipoint2D(double[], double[]) - Method in interface com.iver.cit.gvsig.fmap.write.GeometryHandler
 
multipoint2D(double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
multipoint3D(double[], double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
multipoint3D(double[], double[], double[]) - Method in interface com.iver.cit.gvsig.fmap.write.GeometryHandler
 
multipoint3D(double[], double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
myFileCode - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
File Code, must be the value 9994
myFileLength - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
File Length;
myMmax - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
BoundingBox Zmax
myMmin - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
BoundingBox Zmin
myShapeType - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
myUnused1 - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Unused 1;
myUnused2 - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Unused 2;
myUnused3 - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Unused 3;
myUnused4 - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Unused 4;
myUnused5 - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Unused 5;
myVersion - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Version of the file.
myXmax - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
BoundingBox Xmax
myXmin - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
BoundingBox Xmin
myYmax - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
BoundingBox Ymax
myYmin - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
BoundingBox Ymin
myZmax - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
BoundingBox Zmax
myZmin - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
BoundingBox Zmin

N

N - Static variable in interface com.iver.cit.gvsig.fmap.core.IGeometry
 
NAMES - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
Nombre de las unidades de medida, utilizadas.
NE - Static variable in interface com.iver.cit.gvsig.fmap.core.IGeometry
 
NULL - Static variable in interface com.iver.cit.gvsig.fmap.core.FShape
 
NULL - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
NW - Static variable in interface com.iver.cit.gvsig.fmap.core.IGeometry
 
NewPoligon - class com.iver.cit.gvsig.fmap.write.geometron.NewPoligon.
Clase que captura los eventos para generar un polígono nuevo
NewPoligon() - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.NewPoligon
 
NotGeorreferencedRasterDriver - interface com.iver.cit.gvsig.fmap.drivers.NotGeorreferencedRasterDriver.
Interfaz Driver para raster no georeferenciado.
nElemBytes - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
name - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 
name - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellLibrary
 
name - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNTagDef
 
nameChanged(LayerEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
nameChanged(LayerEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LayerListener
Cambio de nombre de la capa.
next() - Method in class com.iver.cit.gvsig.fmap.core.FPointIterator
 
next() - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathXIterator
Moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction.
next_element_id - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
num_vertices - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemMultiPoint
 
numelems - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemComplexHeader
 
numwords - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellLibrary
 

O

OVERLAPS - Static variable in class com.iver.cit.gvsig.fmap.FMap
 
OVERLAPS - Static variable in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
OperationNotSupportedException - exception com.iver.cit.gvsig.fmap.layers.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.
OperationNotSupportedException() - Constructor for class com.iver.cit.gvsig.fmap.layers.OperationNotSupportedException
Crea una nueva OperationNotSupportedException.
OperationNotSupportedException(String) - Constructor for class com.iver.cit.gvsig.fmap.layers.OperationNotSupportedException
DOCUMENT ME!
OperationNotSupportedException(String, Throwable) - Constructor for class com.iver.cit.gvsig.fmap.layers.OperationNotSupportedException
DOCUMENT ME!
OperationNotSupportedException(Throwable) - Constructor for class com.iver.cit.gvsig.fmap.layers.OperationNotSupportedException
DOCUMENT ME!
OptimiceStrategy - class com.iver.cit.gvsig.fmap.operations.strategies.OptimiceStrategy.
Extiende DefaultStrategy de forma optimizada.
OptimiceStrategy(FLayer) - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.OptimiceStrategy
Crea una nueva OptimiceStrategy.
obtainsPoints(GeneralPathXIterator) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiLine
 
obtainsPoints(GeneralPathXIterator) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiPoint
 
obtainsPoints(GeneralPathXIterator) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPoint
 
obtainsPoints(GeneralPathXIterator) - Method in interface com.iver.cit.gvsig.fmap.drivers.shp.write.SHPShape
Obtiene los puntos y partes del GeneralPathXIterator del shape.
offset - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
offset - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElementInfo
 
open(File) - Method in class com.iver.cit.gvsig.fmap.drivers.LabelDriver
 
open(File) - Method in class com.iver.cit.gvsig.fmap.drivers.MemoryDriver
 
open(File) - Method in interface com.iver.cit.gvsig.fmap.drivers.RasterDriver
 
open(File) - Method in interface com.iver.cit.gvsig.fmap.drivers.VectorialFileDriver
Abre el fichero para una serie de operaciones.
open(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNDriver
 
open(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DgnMemoryDriver
 
open(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFDriver
 
open(File) - Method in class com.iver.cit.gvsig.fmap.drivers.dxf.DXFMemoryDriver
 
open(File) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
open(File) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileNIO
read the DBF file into memory.
open(File) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DemoSHPDriver
 
open() - Method in interface com.iver.cit.gvsig.fmap.write.CommandList
Prepara la pila de comandos para ser accedida
open() - Method in class com.iver.cit.gvsig.fmap.write.DiskCommandStack
 
open() - Method in class com.iver.cit.gvsig.fmap.write.ExtensibleFile
Crea un fichero temporal y lo abre para escritura
open(File) - Method in interface com.iver.cit.gvsig.fmap.write.FileWriterDriver
Abre el fichero que se pasa como parámetro para que los eventos que se reciban se escriban en dicho fichero
open() - Method in class com.iver.cit.gvsig.fmap.write.MemoryCommandStack
No hace nada
open(File) - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
openIndexFile(String) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
 
openIndexFile(String) - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.FDiskIndex
 
openIndexFile(String) - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.FMemoryIndex
 
openIndexFile(String) - Method in interface com.iver.cit.gvsig.fmap.rendering.indexes.Index
Abre el fichero de índices
options - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
origin - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemArc
 
origin - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 
origin - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemGroup
 
origin - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemText
 
origin - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNViewInfo
 
origin_x - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTCB
 
origin_x - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
origin_y - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTCB
 
origin_y - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
origin_z - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTCB
 
origin_z - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 

P

PIES - Static variable in class com.iver.cit.gvsig.fmap.ViewPort
 
POINT - Static variable in interface com.iver.cit.gvsig.fmap.core.FShape
 
POINT - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
POINT2D - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
POINT3D - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
POLYGON - Static variable in interface com.iver.cit.gvsig.fmap.core.FShape
 
POLYGON - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
POLYGON2D - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
POLYGON3D - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
POLYLINE2D - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
POLYLINE3D - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
PULGADAS - Static variable in class com.iver.cit.gvsig.fmap.ViewPort
 
PanListener - interface com.iver.cit.gvsig.fmap.tools.Listeners.PanListener.
Interfaz de listener de movimiento.
PanListenerImpl - class com.iver.cit.gvsig.fmap.tools.PanListenerImpl.
Implementación de la interfaz MoveListener como herramienta para realizar el Pan.
PanListenerImpl(MapControl) - Constructor for class com.iver.cit.gvsig.fmap.tools.PanListenerImpl
Crea un nuevo RectangleListenerImpl.
PointBehavior - class com.iver.cit.gvsig.fmap.tools.Behavior.PointBehavior.
Behaviour que espera un listener de tipo PointListener.
PointBehavior(PointListener) - Constructor for class com.iver.cit.gvsig.fmap.tools.Behavior.PointBehavior
Crea un nuevo PointBehavior.
PointEvent - class com.iver.cit.gvsig.fmap.tools.Events.PointEvent.
Evento de un punto sobre la vista.
PointEvent(Point2D, MouseEvent) - Constructor for class com.iver.cit.gvsig.fmap.tools.Events.PointEvent
Crea un nuevo PointEvent.
PointListener - interface com.iver.cit.gvsig.fmap.tools.Listeners.PointListener.
Interfaz listener de punto.
PointSelectionListener - class com.iver.cit.gvsig.fmap.tools.PointSelectionListener.
Implementación de la interfaz PointListener como herramienta para realizar una selección por punto.
PointSelectionListener(MapControl) - Constructor for class com.iver.cit.gvsig.fmap.tools.PointSelectionListener
Crea un nuevo AreaListenerImpl.
PolygonBehavior - class com.iver.cit.gvsig.fmap.tools.Behavior.PolygonBehavior.
Behaviour que espera un listener de tipo MeasureListener.
PolygonBehavior(PolylineListener) - Constructor for class com.iver.cit.gvsig.fmap.tools.Behavior.PolygonBehavior
Crea un nuevo PolygonBehavior.
PolylineBehavior - class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior.
Behaviour que espera un listener de tipo MeasureListener.
PolylineBehavior(PolylineListener) - Constructor for class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
Crea un nuevo PolylineBehavior.
PolylineListener - interface com.iver.cit.gvsig.fmap.tools.Listeners.PolylineListener.
Interfaz de listener de medida.
ProjectionMismatchException - exception com.iver.cit.gvsig.fmap.layers.ProjectionMismatchException.
Excepción provocada por la incompatibilidad de alguna proyección.
ProjectionMismatchException(FLayer, FMap) - Constructor for class com.iver.cit.gvsig.fmap.layers.ProjectionMismatchException
Crea un nuevo ProjectionMismatchException.
ProjectionVisitor - class com.iver.cit.gvsig.fmap.operations.strategies.ProjectionVisitor.
 
ProjectionVisitor() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.ProjectionVisitor
 
p - Variable in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
paint(Graphics2D, Shape, Style2D, double) - Method in class com.iver.cit.gvsig.fmap.rendering.FStyledShapePainter
Invoked automatically when a polyline is about to be draw.
paintComponent(Graphics) - Method in class com.iver.cit.gvsig.fmap.MapControl
 
paintComponent(Graphics) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
 
paintComponent(Graphics) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.MoveBehavior
 
paintComponent(Graphics) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolygonBehavior
 
paintComponent(Graphics) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
 
paintComponent(Graphics) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.RectangleBehavior
 
paintComponent(Graphics) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
DOCUMENT ME!
parts - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiLine
 
point(PointEvent) - Method in interface com.iver.cit.gvsig.fmap.tools.Listeners.PointListener
Invocado cuando se hace un pressed sobre la vista.
point(PointEvent) - Method in class com.iver.cit.gvsig.fmap.tools.PointSelectionListener
 
point(PointEvent) - Method in class com.iver.cit.gvsig.fmap.tools.ZoomOutListenerImpl
 
point(PointEvent) - Method in class com.iver.cit.gvsig.fmap.tools.ZoomOutRightButtonListener
 
point2D(double, double) - Method in class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
point2D(double, double) - Method in interface com.iver.cit.gvsig.fmap.write.GeometryHandler
 
point2D(double, double) - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
point3D(double, double, double) - Method in class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
point3D(double, double, double) - Method in interface com.iver.cit.gvsig.fmap.write.GeometryHandler
 
point3D(double, double, double) - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
pointClicked(GeometronEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.AddDeleteVertex
 
pointClicked(GeometronEvent) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EventHandler
Evento disparado cuando el usuario pincha en un punto del area de edición en la que, teniendo en cuenta la tolerancia, no hay ninguna geometría
pointClicked(GeometronEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.MoveFeature
 
pointClicked(GeometronEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.NewPoligon
 
pointClicked(GeometronEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Selector
 
pointFixed(MeasureEvent) - Method in class com.iver.cit.gvsig.fmap.tools.AreaListenerImpl
 
pointFixed(MeasureEvent) - Method in interface com.iver.cit.gvsig.fmap.tools.Listeners.PolylineListener
Invocado cuando el usuario hace click y fija un punto de la polilinea
pointFixed(MeasureEvent) - Method in class com.iver.cit.gvsig.fmap.tools.MeasureListenerImpl
 
points - Variable in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiLine
 
points(MeasureEvent) - Method in class com.iver.cit.gvsig.fmap.tools.AreaListenerImpl
 
points(MeasureEvent) - Method in interface com.iver.cit.gvsig.fmap.tools.Listeners.PolylineListener
Invocado cuando el usuario mueve el ratón cambiando así la posición del último punto de la polilínea
points(MeasureEvent) - Method in class com.iver.cit.gvsig.fmap.tools.MeasureListenerImpl
 
polygon2D(double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
polygon2D(double[], double[]) - Method in interface com.iver.cit.gvsig.fmap.write.GeometryHandler
 
polygon2D(double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
polygon3D(double[], double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
polygon3D(double[], double[], double[]) - Method in interface com.iver.cit.gvsig.fmap.write.GeometryHandler
 
polygon3D(double[], double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
polyline2D(double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
polyline2D(double[], double[]) - Method in interface com.iver.cit.gvsig.fmap.write.GeometryHandler
 
polyline2D(double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
polyline3D(double[], double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
polyline3D(double[], double[], double[]) - Method in interface com.iver.cit.gvsig.fmap.write.GeometryHandler
 
polyline3D(double[], double[], double[]) - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
polylineFinished(MeasureEvent) - Method in class com.iver.cit.gvsig.fmap.tools.AreaListenerImpl
 
polylineFinished(MeasureEvent) - Method in interface com.iver.cit.gvsig.fmap.tools.Listeners.PolylineListener
Invocado cuando el usuario hace doble click y da por finalizada el dibujado de la polilínea
polylineFinished(MeasureEvent) - Method in class com.iver.cit.gvsig.fmap.tools.MeasureListenerImpl
 
primary_axis - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemArc
 
primary_axis - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemGroup
 
print(Graphics2D) - Method in class com.iver.cit.gvsig.fmap.FMap
Imprime el las capas que contiene el FMap sobre el Graphics2D que se pasa como parámetro, normalmente es el Graphics de la impresora.
print(Graphics2D, ViewPort, Cancellable) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Dibuja la capa
print(Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
print(Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
print(Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrGT2
 
print(Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrRaster
 
print(Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrText
 
print(Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
print(Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
 
print(Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
 
print(Graphics2D, ViewPort, Cancellable) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.ShpStrategy
Método utilizado para dibujar sobre el graphics que se pasa como parámetro, pensado para utilizarse para imprimir.
print(Graphics2D, ViewPort, Cancellable) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.Strategy
Dibujará esta Shape en el Graphics con el símbolo que se pasa como parámetro y despues de aplicarle la transformación que se pasa también como parámetro.
print_bytes(byte[], int, int) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Produce a String representation for the specified array of bytes.
print_bytes(byte[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
DOCUMENT ME!
print_bytes_exact(byte[], int, int) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
DOCUMENT ME!
process(FeatureVisitor) - Method in class com.iver.cit.gvsig.fmap.FMap
 
process(FeatureVisitor, BitSet) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
process(FeatureVisitor) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
process(FeatureVisitor, BitSet) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
process(FeatureVisitor) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
process(ComplexRasterAdapter) - Method in interface com.iver.cit.gvsig.fmap.layers.Filter
 
process(FeatureVisitor, BitSet) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.VectorialData
Realiza un proceso sobre las geometrías de la capa indicadas por el bitset que se pasa como parámetro
process(FeatureVisitor) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.VectorialData
Realiza un proceso sobre las geometrías de la capa indicadas por el bitset que se pasa como parámetro
process(FeatureVisitor, BitSet) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
 
process(FeatureVisitor) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
DOCUMENT ME!
process(FeatureVisitor, BitSet) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.Strategy
Recorre las features de la capa vectorial invocando el método visit del visitador que se pasa como parámetro, que es el que realizará la operación relacionada con la geometry
process(FeatureVisitor) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.Strategy
Recorre las features de la capa vectorial invocando el método visit del visitador que se pasa como parámetro, que es el que realizará la operación relacionada con la geometry
processSelected(FeatureVisitor) - Method in class com.iver.cit.gvsig.fmap.FMap
 
prompt - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNTagDef
 
properties - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
put(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.ExtentHistory
Pone un nuevo rectángulo al final del array

Q

QuadTree - interface com.iver.cit.gvsig.fmap.write.geometron.QuadTree.
Tiene indexado espacialmente una serie de EditableSourcePoint.
QueryByGeometryVisitor - class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor.
 
QueryByGeometryVisitor(IGeometry, int) - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
QueryByPointVisitor - class com.iver.cit.gvsig.fmap.operations.strategies.QueryByPointVisitor.
Query by point Visitor.
QueryByPointVisitor() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.QueryByPointVisitor
 
QueryByRectVisitor - class com.iver.cit.gvsig.fmap.operations.strategies.QueryByRectVisitor.
Query by Rectangle Visitor.
QueryByRectVisitor() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.QueryByRectVisitor
 
QueryByShapeVisitor - class com.iver.cit.gvsig.fmap.operations.strategies.QueryByShapeVisitor.
Query by Shape.
QueryByShapeVisitor() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.QueryByShapeVisitor
 
QueryByThemeVisitor - class com.iver.cit.gvsig.fmap.operations.strategies.QueryByThemeVisitor.
Query by Theme.
QueryByThemeVisitor(FLayer, FLayer, int) - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.QueryByThemeVisitor
Crea un nuevo QueryByThemeVisitor.
quadTo(double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the coordinates (x2, y2), using the specified point (x1, y1) as a quadratic parametric control point.
quat - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemArc
 
quat - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemGroup
 
queryByPoint(Point2D, double) - Method in class com.iver.cit.gvsig.fmap.FMap
 
queryByPoint(Point) - Method in interface com.iver.cit.gvsig.fmap.drivers.BasicFileRasterDriver
 
queryByPoint(Point2D, double) - Method in class com.iver.cit.gvsig.fmap.drivers.RasterDBDriver
 
queryByPoint(Point) - Method in class com.iver.cit.gvsig.fmap.layers.BasicFileRasterAdapter
 
queryByPoint(Point) - Method in interface com.iver.cit.gvsig.fmap.layers.BasicRasterAdapter
 
queryByPoint(Point) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
queryByPoint(Point) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrRaster
 
queryByPoint(Point) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
 
queryByPoint(Point) - Method in interface com.iver.cit.gvsig.fmap.layers.RasterOperations
Realiza una petición puntual al raster y devuelve un String con el resultado de dicha petición
queryByPoint(Point) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.InfoByPoint
Realiza una consulta por punto en la capa
queryByPoint(Point2D, double) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
 
queryByPoint(Point2D, double) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.Strategy
Realiza una query por punto en coordenadas del mundo real de la capa vectorial asociada a la estrategia
queryByRect(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.FMap
 
queryByRect(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
queryByRect(Rectangle2D) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.RandomVectorialData
Devuelve un BitSet con los índices de los shapes que estan dentro del rectángulo que se pasa como parámetro.
queryByRect(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
 
queryByRect(Rectangle2D) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.Strategy
Realiza una query por rectángulo en coordenadas del mundo real de la capa vectorial asociada a la estrategia
queryByShape(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.FMap
 
queryByShape(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DefaultStrategy
 
queryByShape(IGeometry, int) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.Strategy
Realiza una query por IGeometry en coordenadas del mundo real de la capa vectorial asociada a la estrategia

R

RIGHT_BOTTOM - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FLabel
 
RIGHT_CENTER - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FLabel
 
RIGHT_TOP - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FLabel
 
RandomVectorialData - interface com.iver.cit.gvsig.fmap.layers.layerOperations.RandomVectorialData.
Interfaz que implementan las capas vectoriales de acceso aleatorio.
RasterAdapter - class com.iver.cit.gvsig.fmap.layers.RasterAdapter.
 
RasterAdapter() - Constructor for class com.iver.cit.gvsig.fmap.layers.RasterAdapter
 
RasterDBDriver - class com.iver.cit.gvsig.fmap.drivers.RasterDBDriver.
Clase Driver de raster para acceso a bases de datos.
RasterDBDriver() - Constructor for class com.iver.cit.gvsig.fmap.drivers.RasterDBDriver
 
RasterDriver - interface com.iver.cit.gvsig.fmap.drivers.RasterDriver.
 
RasterFileAdapter - class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter.
Adapta un driver de fichero vectorial a la interfaz vectorial, manteniendo además el estado necesario por una capa vectorial de fichero (el nombre del fichero)
RasterFileAdapter(File) - Constructor for class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
Crea un nuevo VectorialFileAdapter.
RasterIntervalLegend - class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend.
Leyenda sobre una clase raster por intervalos.
RasterIntervalLegend() - Constructor for class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
RasterLegend - interface com.iver.cit.gvsig.fmap.rendering.RasterLegend.
Interfaz de Leyenda Raster.
RasterOperations - interface com.iver.cit.gvsig.fmap.layers.RasterOperations.
Interfaz de operaciones sobre una capa raster.
RasterUniqueValueLegend - class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend.
Leyenda de una clase raster por valor unico.
RasterUniqueValueLegend() - Constructor for class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
ReadableVectorial - interface com.iver.cit.gvsig.fmap.layers.ReadableVectorial.
Interfaz usada internamente para acceder a fuentes de datos vectoriales en modo lectura
Record - interface com.iver.cit.gvsig.fmap.operations.selection.Record.
 
RectangleBehavior - class com.iver.cit.gvsig.fmap.tools.Behavior.RectangleBehavior.
Behaviour que espera un listener de tipo RectangleListener.
RectangleBehavior(RectangleListener) - Constructor for class com.iver.cit.gvsig.fmap.tools.Behavior.RectangleBehavior
Crea un nuevo RectangleBehavior.
RectangleEvent - class com.iver.cit.gvsig.fmap.tools.Events.RectangleEvent.
Eventos de rectángulo sobre la vista.
RectangleEvent(Rectangle2D, MouseEvent, Rectangle2D) - Constructor for class com.iver.cit.gvsig.fmap.tools.Events.RectangleEvent
Crea un nuevo RectangleEvent.
RectangleListener - interface com.iver.cit.gvsig.fmap.tools.Listeners.RectangleListener.
Interfaz listener de rectángulo.
RectangleSelectionListener - class com.iver.cit.gvsig.fmap.tools.RectangleSelectionListener.
Implementación de la interfaz RectangleListener como herramienta para realizar una selección por rectángulo.
RectangleSelectionListener(MapControl) - Constructor for class com.iver.cit.gvsig.fmap.tools.RectangleSelectionListener
Crea un nuevo AreaListenerImpl.
raw_bytes - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
raw_data - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
reProject(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.FMap
 
reProject(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.core.FGeometry
 
reProject(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.core.FGeometryCollection
 
reProject(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
reProject(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
reProject(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
 
reProject(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
 
reProject(ICoordTrans) - Method in interface com.iver.cit.gvsig.fmap.core.FShape
Reprojecta el FShape.
reProject(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
 
reProject(ICoordTrans) - Method in interface com.iver.cit.gvsig.fmap.core.IGeometry
Reproyecta la geometría a partir de las coordenadas de transformación.
reProject(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
reProject(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
read(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO.Row
 
read(MappedByteBuffer, int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiLine
 
read(MappedByteBuffer, int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiPoint
 
read(MappedByteBuffer, int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPoint
 
read(MappedByteBuffer, int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPolygon
 
read(MappedByteBuffer, int) - Method in interface com.iver.cit.gvsig.fmap.drivers.shp.write.SHPShape
Lee del buffer el shape y crea una nueva geometría.
readEntry() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO
Get the next record (entry).
readEntry(Object[], int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO
Copy the next record into the array starting at offset.
readEntry(Object[]) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO
Copy the next entry into the array.
readHeader(MappedByteBuffer) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
Read the header from the shape file.
readHeader(ByteBuffer) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Read the header data from the DBF file.
readHeader(ByteBuffer) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Read the header from the shape file.
readRow() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO
 
real - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.tagValueUnion
 
rectangle(RectangleEvent) - Method in interface com.iver.cit.gvsig.fmap.tools.Listeners.RectangleListener
Invocado cuando el usuario selecciona un rectángulo en la vista.
rectangle(RectangleEvent) - Method in class com.iver.cit.gvsig.fmap.tools.RectangleSelectionListener
 
rectangle(RectangleEvent) - Method in class com.iver.cit.gvsig.fmap.tools.ZoomInListenerImpl
 
removeAtomicEventListener(AtomicEventListener) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
Borra el AtomicEventListener de la lista de listeners.
removeAtomicEventListener(AtomicEventListener) - Method in class com.iver.cit.gvsig.fmap.FMap
Borra un AtomicEventListener de la lista de listeners.
removeColumn(String) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Remove a column from this DbaseFileHeader.
removeExceptionListener(ExceptionListener) - Method in class com.iver.cit.gvsig.fmap.MapControl
Borra la ExceptioListener que se pasa como parámetro.
removeLabels() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
removeLabels() - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Labelable
Borra las labels.
removeLayer(FLayer) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
Borra una capa de la colección de capas.
removeLayer(int) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
Borra una FLayer del vector a partir del identificador.
removeLayer(String) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
Método de conveniencia para borrar una capa con ese nombre
removeLayer(FLayer) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Borra un FLayer a partir del objeto FLayer que se pasa como parámetro.
removeLayer(int) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Borra una FLayer del vector a partir del identificador.
removeLayer(String) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Método de conveniencia para borrar una capa con ese nombre
removeLayerCollectionListener(LayerCollectionListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
Elimina un listener de los eventos de la colección de capas
removeLayerCollectionListener(LayerCollectionListener) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
ELimina un listener de los eventos de la colección de capas
removeLayerListener(LegendListener) - Method in class com.iver.cit.gvsig.fmap.FMap
Borra un LegendListener.
removeLayerListener(LayerListener) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Borra de la lista el LayerListener que se pasa como parámetro.
removeLayerListener(LayerListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Borra de la lista de listeners el que se pasa como parámetro.
removeLayerListener(LegendListener) - Method in class com.iver.cit.gvsig.fmap.layers.LayerChangeSupport
Borra un LegendListener del ArrayList.
removeLegendListener(LegendListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
removeLegendListener(LegendListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrText
 
removeLegendListener(LegendListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
Borra un LegendListener de la lista de Listeners
removeLegendListener(LegendListener) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Classifiable
Borra el Listener que se pasa como parametro de la cola de Listeners.
removePrev() - Method in class com.iver.cit.gvsig.fmap.ExtentHistory
Devuelve el último rectángulo del histórico y lo elimina del mismo
removeSelectionListener(SelectionListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
removeSelectionListener(SelectionListener) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
Borra un selectionListener de la lista de listeners.
removeSelectionListener(SelectionListener) - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Borra un Listener al SelectionSupport.
removeSelectionListener(SelectionListener) - Method in class com.iver.cit.gvsig.fmap.layers.SelectionSupport
Borra el SelectionListener que se le pasa como parámetro del ArrayList de Listener.
removeSelectionListener(SelectionListener) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Selectable
Elimina un listener de selección de la capa
removeViewPortListener(ViewPortListener) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Borra el ViewPortListener que se pasa como parámetro delos extentListener.
renderTo(Graphics2D, Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.drivers.RasterDBDriver
 
reset() - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Resets the path to empty.
restoreGeometry(int, int) - Method in class com.iver.cit.gvsig.fmap.write.ExtensibleFile
Deshace la eliminación de la geometría.
returnArea(Point2D) - Method in class com.iver.cit.gvsig.fmap.tools.AreaListenerImpl
Calcula el área.
rnghigh - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 
rnglow - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 
rotation - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemArc
 
rotation - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 
rotation - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemGroup
 
rotation - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemText
 
round_up(int, int) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Round a number up to a given multiple.
run() - Method in class com.iver.cit.gvsig.fmap.MapControl.Drawer
 

S

S - Static variable in interface com.iver.cit.gvsig.fmap.core.IGeometry
 
SE - Static variable in interface com.iver.cit.gvsig.fmap.core.IGeometry
 
SHAPE_MULTIPATCH - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_MULTIPOINT - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_MULTIPOINTM - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_MULTIPOINTZ - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_NULL - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Shape Type Value Shape Type 0 Null Shape 1 Point 3 PolyLine 5 Polygon 8 MultiPoint 11 PointZ 13 PolyLineZ 15 PolygonZ 18 MultiPointZ 21 PointM 23 PolyLineM 25 PolygonM 28 MultiPointM 31 MultiPatch
SHAPE_POINT - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_POINTM - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_POINTZ - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_POLYGON - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_POLYGONM - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_POLYGONZ - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_POLYLINE - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_POLYLINEM - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_POLYLINEZ - Static variable in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
SHAPE_TYPE_MULTIPOINT - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_MULTIPOINTM - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_MULTIPOINTZ - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_NULL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_POINT - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_POINTM - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_POINTZ - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_POLYGON - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_POLYGONM - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_POLYGONZ - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_POLYLINE - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_POLYLINEM - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHAPE_TYPE_POLYLINEZ - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SHP - class com.iver.cit.gvsig.fmap.drivers.shp.SHP.
Clase con las constantes que representan los diferentes tipos de Shape y métodos estáticos relativos a los shapes.
SHP() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
SHPFileFromGeometries(IGeometry[], BitSet, SelectableDataSource, File) - Static method in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
SHPFileFromSelected(FMap, File) - Static method in class com.iver.cit.gvsig.fmap.drivers.shp.SHP
 
SHPFileWrite - class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPFileWrite.
DOCUMENT ME!
SHPFileWrite(FileChannel, FileChannel) - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPFileWrite
Crea un nuevo SHPFileWrite.
SHPMultiLine - class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiLine.
Elemento shape de tipo multilínea.
SHPMultiLine() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiLine
Crea un nuevo SHPMultiLine.
SHPMultiLine(int) - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiLine
Crea un nuevo SHPMultiLine.
SHPMultiPoint - class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiPoint.
Elemento shape de tipo multipunto.
SHPMultiPoint() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiPoint
Crea un nuevo SHPMultiPoint.
SHPMultiPoint(int) - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiPoint
Crea un nuevo SHPMultiPoint.
SHPPoint - class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPoint.
DOCUMENT ME!
SHPPoint(int) - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPoint
Crea un nuevo SHPPoint.
SHPPoint() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPoint
Crea un nuevo SHPPoint.
SHPPolygon - class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPolygon.
Elemento shape de tipo Polígono.
SHPPolygon() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPolygon
Crea un nuevo SHPPolygon.
SHPPolygon(int) - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPolygon
Crea un nuevo SHPPolygon.
SHPSHXFromGeometries - class com.iver.cit.gvsig.fmap.drivers.shp.SHPSHXFromGeometries.
DOCUMENT ME!
SHPSHXFromGeometries(IGeometry[], File) - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.SHPSHXFromGeometries
Crea un nuevo SHPSHXFromGeometries.
SHPSHXFromSelectedVisitor - class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPSHXFromSelectedVisitor.
Visitor de creación de un shape de los elementos seleccionados.
SHPSHXFromSelectedVisitor() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPSHXFromSelectedVisitor
 
SHPShape - interface com.iver.cit.gvsig.fmap.drivers.shp.write.SHPShape.
Interfaz de todos los tipos de formato shape.
SIZE_BOOL - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
 
SIZE_DOUBLE - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
 
SIZE_INT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
 
SIZE_LONG - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
 
SIZE_LONG - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
 
SIZE_SHORT - Static variable in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
 
SW - Static variable in interface com.iver.cit.gvsig.fmap.core.IGeometry
 
SYMBOL_STYLE_DGNSPECIAL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_CROSS - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_CROSS - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_FILL_CROSS_DIAGONAL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_CROSS_DIAGONAL - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_FILL_DARKGRAYFILL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_DARKGRAYFILL - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_FILL_DOWNWARD_DIAGONAL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_DOWNWARD_DIAGONAL - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_FILL_GRAYFILL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_GRAYFILL - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_FILL_HORIZONTAL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_HORIZONTAL - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_FILL_LIGHTGRAYFILL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_LIGHTGRAYFILL - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_FILL_SOLID - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_SOLID - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_FILL_TRANSPARENT - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_TRANSPARENT - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_FILL_UPWARD_DIAGONAL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_UPWARD_DIAGONAL - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_FILL_VERTICAL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_FILL_VERTICAL - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_LINE_ARROW - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_LINE_ARROW - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_LINE_DASH - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_LINE_DASH - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_LINE_DASHDOT - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_LINE_DASHDOT - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_LINE_DASHDOTDOT - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_LINE_DASHDOTDOT - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_LINE_DOT - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_LINE_DOT - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_LINE_RAIL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_LINE_RAIL - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_LINE_SOLID - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_LINE_SOLID - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_MARKER_CIRCLE - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_MARKER_CIRCLE - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_MARKER_CROSS - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_MARKER_CROSS - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_MARKER_IMAGEN - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_MARKER_IMAGEN - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_MARKER_SQUARE - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_MARKER_SQUARE - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_MARKER_TRIANGLE - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_MARKER_TRIANGLE - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_MARKER_TRUETYPE - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_MARKER_TRUETYPE - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_POINTZ - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_POINTZ - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_TEXT_BOLD - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_TEXT_BOLD - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_TEXT_BOLDCURSIVE - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_TEXT_BOLDCURSIVE - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_TEXT_CURSIVE - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_TEXT_CURSIVE - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_STYLE_TEXT_NORMAL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_STYLE_TEXT_NORMAL - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_TYPE_DEFAULT - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_TYPE_FILL - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_TYPE_FILL - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_TYPE_ICON - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_TYPE_ICON - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_TYPE_LINE - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_TYPE_LINE - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_TYPE_MULTIPOINT - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_TYPE_MULTIPOINT - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_TYPE_POINT - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_TYPE_POINT - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_TYPE_POINTZ - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_TYPE_POINTZ - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_TYPE_POLYGONZ - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_TYPE_POLYGONZ - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_TYPE_POLYLINEZ - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_TYPE_POLYLINEZ - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SYMBOL_TYPE_TEXT - Static variable in class com.iver.cit.gvsig.fmap.core.v02.FConstant
 
SYMBOL_TYPE_TEXT - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
SelectByPointVisitor - class com.iver.cit.gvsig.fmap.operations.strategies.SelectByPointVisitor.
Visitor de selección por punto.
SelectByPointVisitor() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.SelectByPointVisitor
 
SelectByRectVisitor - class com.iver.cit.gvsig.fmap.operations.strategies.SelectByRectVisitor.
Visitor de slección por rectángulo.
SelectByRectVisitor() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.SelectByRectVisitor
 
Selectable - interface com.iver.cit.gvsig.fmap.layers.layerOperations.Selectable.
Interfaz que implementan las capas en las cuales se puede realizar una selección.
SelectableDataSource - class com.iver.cit.gvsig.fmap.layers.SelectableDataSource.
DataSource seleccionable.
SelectableDataSource(DataSource) - Constructor for class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Crea un nuevo SelectableDataSource.
SelectedShapeVisitor - class com.iver.cit.gvsig.fmap.operations.strategies.SelectedShapeVisitor.
DOCUMENT ME!
SelectedShapeVisitor() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.SelectedShapeVisitor
 
SelectedZoomVisitor - class com.iver.cit.gvsig.fmap.operations.strategies.SelectedZoomVisitor.
Visitor de zoom a lo seleccionado.
SelectedZoomVisitor() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.SelectedZoomVisitor
 
SelectionEvent - class com.iver.cit.gvsig.fmap.layers.SelectionEvent.
Evento de selección.
SelectionEvent() - Constructor for class com.iver.cit.gvsig.fmap.layers.SelectionEvent
 
SelectionListener - interface com.iver.cit.gvsig.fmap.layers.SelectionListener.
Interfaz con métodos que se ejecután sobre la selección de una capa vectorial.
SelectionSupport - class com.iver.cit.gvsig.fmap.layers.SelectionSupport.
Clase que gestiona las operaciónes sobre la selección.
SelectionSupport() - Constructor for class com.iver.cit.gvsig.fmap.layers.SelectionSupport
 
Selector - class com.iver.cit.gvsig.fmap.write.geometron.Selector.
Clase que selecciona geometrias
Selector() - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.Selector
 
ShapeFactory - class com.iver.cit.gvsig.fmap.core.ShapeFactory.
Clase que crea las geometrías, contendra un método create por cada tipo de geometria que soporte gvSIG
ShapeFactory() - Constructor for class com.iver.cit.gvsig.fmap.core.ShapeFactory
 
ShapeFileHeader - class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader.
Class to represent the header in the shape file.
ShapeFileHeader() - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
ShapeFileHeader constructor comment.
ShapeInfo - interface com.iver.cit.gvsig.fmap.operations.strategies.ShapeInfo.
Estructura de datos con la información relativa a las geometrías de una fuente de datos necesaria para acelerar el procesado de la capa
ShapefileException - exception com.iver.cit.gvsig.fmap.drivers.shp.write.ShapefileException.
Thrown when an error relating to the shapefile occures
ShapefileException(String) - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.ShapefileException
Crea un nuevo ShapefileException.
ShapefileException(String, Throwable) - Constructor for class com.iver.cit.gvsig.fmap.drivers.shp.write.ShapefileException
Crea un nuevo ShapefileException.
ShpStrategy - class com.iver.cit.gvsig.fmap.operations.strategies.ShpStrategy.
Esta clase definirá las operaciones de la interfaz FLyrVect de la manera más óptima para los ficheros shp.
ShpStrategy(FLayer) - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.ShpStrategy
Crea una ShpStrategy.
SingleLayer - interface com.iver.cit.gvsig.fmap.layers.layerOperations.SingleLayer.
DOCUMENT ME!
SingleSymbolLegend - class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend.
Leyenda se símbolo único.
SingleSymbolLegend(FSymbol) - Constructor for class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
Crea un nuevo SingleSymbolLegend.
SingleSymbolLegend() - Constructor for class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
Crea un nuevo SingleSymbolLegend.
Source - interface com.iver.cit.gvsig.fmap.layers.Source.
Interfaz que extiendes los diferentes origenes de datos.
Strategy - interface com.iver.cit.gvsig.fmap.operations.strategies.Strategy.
Interfaz estrategia.
StrategyManager - class com.iver.cit.gvsig.fmap.operations.strategies.StrategyManager.
Clase con métodos estáticos para crear la estategia.
StrategyManager() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.StrategyManager
 
SymbolLegendEvent - class com.iver.cit.gvsig.fmap.rendering.SymbolLegendEvent.
Evento de cambio de un simbolo en la leyenda.
SymbolLegendEvent(FStyle2D, FStyle2D) - Constructor for class com.iver.cit.gvsig.fmap.rendering.SymbolLegendEvent
Crea un nuevo SymbolLegendEvent.
SymbolPreviewDrawer - class com.iver.cit.gvsig.fmap.rendering.styling.SymbolPreviewDrawer.
DOCUMENT ME!
SymbolPreviewDrawer() - Constructor for class com.iver.cit.gvsig.fmap.rendering.styling.SymbolPreviewDrawer
Crea un nuevo SymbolPreviewDrawer.
SymbolPreviewDrawer(FStyle2D) - Constructor for class com.iver.cit.gvsig.fmap.rendering.styling.SymbolPreviewDrawer
Crea un nuevo PreviousSymbolDrawer.
scale - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
screen_flag - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemColorTable
 
secondary_axis - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemArc
 
secondary_axis - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemGroup
 
select(FeatureVisitor) - Method in class com.iver.cit.gvsig.fmap.FMap
 
selectByPoint(Point2D, double) - Method in class com.iver.cit.gvsig.fmap.FMap
 
selectByPoint() - Method in class com.iver.cit.gvsig.fmap.drivers.RasterDBDriver
 
selectByRect(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.FMap
 
selectByShape(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.FMap
 
selectFromSelection() - Method in class com.iver.cit.gvsig.fmap.FMap
 
select_complex_group - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
selectionChanged(SelectionEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
selectionChanged(SelectionEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.SelectionListener
Evento lanzado cuando cambia la selección de una capa vectorial.
setActive(boolean) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Pone la capa actual a activa o inactiva según el boolean que se pasa como parámetro.
setActive(boolean) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
setAffineTransform(AffineTransform) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Método que solo lo utilizamos a la hora de imprimir.
setAlingHoriz(int) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce la alineación en horizontal.
setAlingVert(int) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce la alineación en vertical.
setAllActives(boolean) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
setAllActives(boolean) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Pone todas las capas a activas o inactivas.
setAllVisibles(boolean) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
setAllVisibles(boolean) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection
Pone todas las capas a visibles o invisibles.
setBackColor(Color) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Inserta el color de fondo.
setBands(int[]) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
setBands(int[]) - Method in interface com.iver.cit.gvsig.fmap.layers.LowLevelRasterOperations
Establece las bandas del raster que lee el driver que trata esta capa.
setCancel(boolean) - Method in class com.iver.cit.gvsig.fmap.MapControl.CancelDraw
Insertar si se debe cancelar el dibujado.
setColor(Color) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce el color del símbolo.
setCoordTrans(ICoordTrans) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Inserta las coordenadas de transformación.
setCoordTrans(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
setCoordTrans(ICoordTrans) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Inserta las coordenadas de transformación.
setDataSource(DataSource) - Method in class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter
Inserta el DataSource.
setDataSource(DataSource) - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
setDataSource(DataSource) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
setDataSource(DataSource) - Method in interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend
Inserta el DataSource.
setDataSource(DataSource) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
setDefaultSymbol(FStyle2D) - Method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
 
setDefaultSymbol(FStyle2D) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
setDefaultSymbol(FStyle2D) - Method in interface com.iver.cit.gvsig.fmap.rendering.RasterLegend
Establece el símbolo por defecto del Legend.
setDefaultSymbol(FStyle2D) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
setDefaultSymbol(FSymbol) - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
setDefaultSymbol(FSymbol) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
setDefaultSymbol(FSymbol) - Method in interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend
Establece el símbolo por defecto del Legend.
setDefaultSymbol(FSymbol) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
setDeleted(int) - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Marca el registro i-ésimo como eliminado
setDescription(String) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce la descripción del símbolo.
setDist1pixel(double) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Inserta la distancia real de un pixel.
setDist3pixel(double) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Inserta la distancia real de tres pixels.
setDistanceUnits(int) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Inserta la unidad de medida.
setDriver(Driver) - Method in class com.iver.cit.gvsig.fmap.layers.RasterAdapter
Establece el driver sobre el que actúa el adaptador
setDriver(VectorialDriver) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
Establece el driver sobre el que actúa el adaptador
setDriver(VectorialDatabaseDriver) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter
Inserta el VectorialDatabaseDriver.
setDriver(WFSDriver) - Method in class com.iver.cit.gvsig.fmap.layers.WFSAdapter
Inserta el driver.
setDriversPath(String) - Static method in class com.iver.cit.gvsig.fmap.layers.LayerFactory
sets drivers Directory
setEdgeIcon(ImageIcon) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometron
Establece el icono de ratón que se pondrá cuando éste esté sobre una arista
setEndColor(Color) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
Inserta el color final.
setEventHandler(EventHandler) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometron
establece el manejador de eventos de alto nivel del geometron
setEventType(int) - Method in class com.iver.cit.gvsig.fmap.FMapEvent
 
setEvents(LegendChangedEvent[]) - Method in class com.iver.cit.gvsig.fmap.rendering.LegendChangedEvent
Inserta un vector con LegendChangedEvent.
setExtent(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Inserta el extent.
setFLabel(FLabel) - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Introduce un nuevo FLabel al ya existente.
setFieldName(String) - Method in interface com.iver.cit.gvsig.fmap.rendering.ClassifiedLegend
Inserta el nombre del campo.
setFieldName(String) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
setFieldName(String) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
setFieldName(String) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
setFieldName(String) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
setFile(File) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.DBFFromSelected
Inserta el fichero.
setFile(File) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPSHXFromSelectedVisitor
DOCUMENT ME!
setFill(Paint) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce el relleno.
setFirstPoint(double, Color) - Method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
Inserta el número inicial y el color inicial.
setFont(Font) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce el Font del símbolo.
setFontColor(Color) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce el color de la fuente.
setFontSize(float) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce el tamaño de la fuente.
setFontSizeInPixels(boolean) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce si se usa el tamaño de la fuente en pixels.
setFormat(String) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Inserta el formato.
setFullExtent(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Inserta la extensión total de la capa.
setGP(GeneralPathX) - Method in class com.iver.cit.gvsig.fmap.tools.Events.MeasureEvent
Inserta un GeneralPathX
setGeometries(IGeometry[]) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.DBFFromSelected
Inserta las geometrías.
setGeometry(int, IGeometry) - Method in class com.iver.cit.gvsig.fmap.write.ExtensibleFile
Añade la feature en la posición index del fichero.
setGeometryId(int) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometry
Establece el índice de la geometria que representa en la EditableFeatureSource
setHandler(FileWriterDriver) - Method in class com.iver.cit.gvsig.fmap.write.FileEditionSourceAdapter
Establece el handler que recibirá los eventos GML con la llamada a toGML
setHandler(WFSTransactionHandler) - Method in class com.iver.cit.gvsig.fmap.write.WFSEditionSourceAdapter
Establece el handler que recibirá los eventos en la llamada a toWFSTransaction
setHeight(double) - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Introduce la altura del Label.
setHost(URL) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Inserta el URL.
setIcon(Image) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce la imagen que hace de icono.
setImageSize(Dimension) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Inserta las dimensiones de la imagen.
setInfoLayerQuery(String) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Inserta la información de la consulta.
setIntervalSymbol(FInterval, FSymbol) - Method in interface com.iver.cit.gvsig.fmap.rendering.IntervalLegend
Establece el símbolo asociado al intervalo
setIntervalSymbol(FInterval, FStyle2D) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
setIntervalSymbol(FInterval, FSymbol) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterIntervalLegend
 
setIntervalSymbol(FInterval, FSymbol) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
setIsNewDBF(boolean) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.DBFFromSelected
Inserta true si se quiere crear el dbf vacio y no copiar el contenido de otro dbf.
setJustification(byte) - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Valores posibles para m_Justification: Left/Top = 0 Center/Top = 6 Right/Top = 12 Left/Center = 1 Center/Center = 7 Right/Center = 13 Left/Bottom = 2 Center/Bottom = 8 Right/Bottom = 14
setKeyListener(KeyListener) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometron
Establece el listener de eventos de teclado de la aplicación
setLabelField(String) - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
setLabelField(String) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
setLabelField(String) - Method in interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend
Establece el campo por el que se etiqueta. -1 quita el etiquetado
setLabelField(String) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
setLabelHeightField(String) - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
Inserta el texto que refleja el alto del campo.
setLabelHeightField(String) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
Inserta el alto del campo.
setLabelHeightField(String) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
Inserta el alto de campo.
setLabelRotationField(String) - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
Inserta el texto que refleja la rotación del campo.
setLabelRotationField(String) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
Inserta la rotación del campo.
setLabelRotationField(String) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
Inserta rotación.
setLabels(ArrayList) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrText
Inserta los textos de la capa
setLastPoint(double, Color) - Method in class com.iver.cit.gvsig.fmap.rendering.ColorRamp
Inserta el Número fianl y el color final.
setLayer(ClassifiableVectorial) - Method in class com.iver.cit.gvsig.fmap.layers.LegendEvent
Inserta la capa como Clasificable y vectorial.
setLayer(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByPointVisitor
DOCUMENT ME!
setLayerQuery(String) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Inserta la consulta.
setLayerText(FLyrText) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Inserta la capa de texto.
setLegend(RasterLegend) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
setLegend(VectorialLegend) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrText
 
setLegend(VectorialLegend) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
setLegend(RasterLegend) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.ClassifiableRaster
Inserta una leyenda de tipo RasterLegend.
setLegend(VectorialLegend) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.ClassifiableVectorial
Inserta una leyenda de tipo VectorialLegend.
setLineStyle2D(LineStyle2D) - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
setListener(ToolListener) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.MouseMovementBehavior
 
setListener(ToolListener) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.MoveBehavior
 
setListener(ToolListener) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PointBehavior
 
setListener(ToolListener) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.PolylineBehavior
 
setListener(ToolListener) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.RectangleBehavior
 
setListener(ToolListener) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
 
setLoadedInMemory(boolean) - Method in class com.iver.cit.gvsig.fmap.drivers.DriverAttributes
 
setMapContext(FMap) - Method in class com.iver.cit.gvsig.fmap.MapControl
Inserta el modelo.
setMapControl(MapControl) - Method in class com.iver.cit.gvsig.fmap.tools.Behavior.Behavior
Inserta el MapControl.
setMapControl(MapControl) - Method in class com.iver.cit.gvsig.fmap.tools.CompoundBehavior
 
setMapUnits(int) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Inserta la unidad de medida del mapa.
setMaxScale(double) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
 
setMaxScale(double) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
setMaxScale(double) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
setMinScale(double) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
 
setMinScale(double) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
 
setMinScale(double) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
setName(String) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Inserta un nombre a la capa.
setName(String) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
setName(String) - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Inserta un nuevo nombre para el dataSource.
setNewGeometry(IGeometry) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometron
Asigna la geometria que se está añadiendo.
setNotDeleted() - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Marca el registro i-ésimo como no eliminado
setNotModified(int) - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Marca el registro i-ésimo como no modificado, eliminando
setNumRecords(int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Set the number of records in the file
setOffset(Point2D) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Inserta la desviación.
setOrig(Point2D) - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Introduce el punto de origen del Label.
setOutlineColor(Color) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce el color de la línea de borde.
setOutlined(boolean) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce si el símbolo contiene linea de brode o no.
setParentLayer(FLayers) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Inserta el FLayers padre de la capa.
setParentLayer(FLayers) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Inserta la capa padre.
setPoint(Point2D) - Method in class com.iver.cit.gvsig.fmap.tools.Events.PointEvent
Inserta el punto.
setPointStyle2D(Style2D) - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
setPolygonStyle2D(PolygonStyle2D) - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
setPreviousExtent() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Rellena el extent anterior como actual.
setProjection(IProjection) - Method in class com.iver.cit.gvsig.fmap.FMap
Inserta la proyección.
setProjection(IProjection) - Method in class com.iver.cit.gvsig.fmap.MapControl
Inserta una proyección.
setProjection(IProjection) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Inserta la proyección.
setProjection(IProjection) - Method in interface com.iver.cit.gvsig.fmap.drivers.GeorreferencedRasterDriver
Asigna la proyección en la que está el raster
setProjection(IProjection) - Method in class com.iver.cit.gvsig.fmap.drivers.raster.CmsRasterDriver
 
setProjection(IProjection) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Inserta una proyección.
setProjection(IProjection) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrRaster
Inserta la proyección.
setProperty(String) - Method in class com.iver.cit.gvsig.fmap.layers.LayerEvent
Inserta las Propiedades.
setQueriedPoint(Point2D) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByPointVisitor
Inserta el punto de consulta.
setRasterLegend(RasterLegend) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
setRasterLegend(RasterLegend) - Method in interface com.iver.cit.gvsig.fmap.layers.LowLevelRasterOperations
Inserta la Leyenda Raster.
setRect(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByRectVisitor
Inserta el Rectángulo para realizar la consulta.
setRelationShip(int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByShapeVisitor
Inserta la relación.
setRotation(double) - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Introduce la rotación a aplicar al Label.
setRotation(int) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce la rotación.
setSRS(String) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
Inserta el SRS.
setScale() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Inserta la escala.
setSelection(FBitSet) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
setSelection(FBitSet) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
setSelection(FBitSet) - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Inserta una nueva selección.
setSelection(FBitSet) - Method in class com.iver.cit.gvsig.fmap.layers.SelectionSupport
Inserta una nueva selección.
setSelection(FBitSet) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.Selectable
Establece la selección de la capa.
setSelectionColor(Color) - Static method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce el color que se aplica a los shapes seleccionados.
setSelectionSupport(SelectionSupport) - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Añade el soporte para la selección.
setShape(IGeometry) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByShapeVisitor
Inserta la geometría.
setShapeInfo(ShapeInfo) - Method in class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
Inserta el ShapeInfo.
setShapeInfo(int, Rectangle2D, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.DiskShapeInfo
 
setShapeInfo(int, Rectangle2D, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.MemoryShapeInfo
 
setShapeInfo(int, Rectangle2D, int) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.ShapeInfo
Establece en la posición index-ésima de la estructura de datos la información de una geometría
setShapeType(int) - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
setShapeType(int) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
 
setShapeType(int) - Method in interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend
Inserta el tipo de shape.
setShapeType(int) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
Inserta el tipo de shape.
setShapeVisible(boolean) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce si el shape e visible o no lo es.
setSize(int) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce el tamaño del símbolo.
setSizeInPixels(boolean) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce si el tamaño del simbolo está en pixels.
setSource(VectorialAdapter) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrMemory
Se guarda la referencia al driver y se guarda en memoria las features de dicho driver
setSource(RasterAdapter) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrRaster
Inserta el RasterAdapter.
setSource(VectorialAdapter) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
Inserta el VectorialAdapter a la capa.
setSource(FLayer) - Method in class com.iver.cit.gvsig.fmap.layers.LayerEvent
Inserta el FLayer.
setSource(VectorialAdapter) - Method in interface com.iver.cit.gvsig.fmap.layers.layerOperations.SingleLayer
Inserta un VectorialAdapter a la capa.
setStartColor(Color) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
Inserta el color inicial.
setString(String) - Method in class com.iver.cit.gvsig.fmap.core.v02.FLabel
Introduce el texto del Label.
setStroke(Stroke) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce el Stroke.
setStyle(int) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce el estilo del símbolo.
setSymbol(FStyle2D) - Method in class com.iver.cit.gvsig.fmap.rendering.styling.SymbolPreviewDrawer
DOCUMENT ME!
setSymbolType(int) - Method in class com.iver.cit.gvsig.fmap.core.v02.FSymbol
Introduce el tipo de símbolo.
setTextStyle2D(Style2D) - Method in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
setTolerance(double) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByPointVisitor
Inserta la tolerancia que se aplica en la selección.
setTolerance(int) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometron
Establece la tolerancia al pinchar sobre los vértices
setTool(String) - Method in class com.iver.cit.gvsig.fmap.MapControl
DOCUMENT ME!
setTransparency(int) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Inserta el nivel de transparencia de la capa.
setValueSymbol(int, FSymbol) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
Se usa en la tabla que muestra una leyenda.
setValueSymbolByID(int, FSymbol) - Method in class com.iver.cit.gvsig.fmap.rendering.RasterUniqueValueLegend
 
setValueSymbolByID(int, FSymbol) - Method in interface com.iver.cit.gvsig.fmap.rendering.UniqueValueLegend
Establece el símbolo para el valor que se pasa como parámetro
setValueSymbolByID(int, FSymbol) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
 
setVectorial(VectorialAdapter) - Method in class com.iver.cit.gvsig.fmap.FMap
 
setVertexIcon(ImageIcon) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Geometron
Establece el icono de ratón que se pondrá cuando éste esté sobre un vértice
setViewPort(ViewPort) - Method in class com.iver.cit.gvsig.fmap.FMap
Inserta un ViewPort.
setVirtualLayers(FLayers) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Inserta las capas virtuales.
setVisible(boolean) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Pone la capa en modo visible o no visible.
setVisible(boolean) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
 
setWarnings(boolean) - Method in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNFileHeader
Print warnings to system.out.
setWarnings(boolean) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
Print warnings to system.out.
setWindingRule(int) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Sets the winding rule for this path to the specified value.
setXMLEntity(XMLEntity) - Method in interface com.iver.cit.gvsig.fmap.layers.FLayer
Inserta las propiedades del XMLEntity al objeto actual.
setXMLEntity(XMLEntity) - Method in class com.iver.cit.gvsig.fmap.layers.FLayers
DOCUMENT ME!
setXMLEntity(XMLEntity) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrComplexRaster
 
setXMLEntity(XMLEntity) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrDefault
Inserta los valores de los atributos del XMLEntity al objeto.
setXMLEntity(XMLEntity) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
 
setXMLEntity(XMLEntity) - Method in class com.iver.cit.gvsig.fmap.layers.FLyrWMS
A partir del XMLEntity reproduce la capa.
setXMLEntity(XMLEntity) - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
A partir del XMLEntity se rellenan los atributos del DataSource.
setXMLEntity(XMLEntity) - Method in class com.iver.cit.gvsig.fmap.layers.SelectionSupport
A partir del XMLEntity reproduce la selección.
setXMLEntity(XMLEntity) - Method in class com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend
 
setXMLEntity(XMLEntity) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
Inserta los atributos del XMLEntity.
setXMLEntity(XMLEntity) - Method in interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend
Inserta el XMLEntity.
setXMLEntity(XMLEntity) - Method in class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
Inserta el XMLEntity.
sf_converted_to_uor - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
sf_max_x - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
sf_max_x_geo - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
sf_max_y - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
sf_max_y_geo - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
sf_min_x - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
sf_min_x_geo - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
sf_min_y - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
sf_min_y_geo - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNInfo
 
shortToBytes(short, byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Write the bytes representing s into the byte array data, starting at index offset [0], and increment offset [0] by the number of bytes written; if data == null, increment offset [0] by the number of bytes that would have been written otherwise.
shpPainter - Static variable in interface com.iver.cit.gvsig.fmap.core.IGeometry
 
size - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
skip() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO
Skip the next record.
start(SelectableDataSource) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.DBFFromSelected
Inicializa.
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPSHXFromSelectedVisitor
Inicializa el visitor.
start() - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
Método de inicio del Adapter.
start() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrMemory
 
start() - Method in class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter
 
start() - Method in class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
incrementa el contador de las veces que se ha abierto el fichero.
start() - Method in interface com.iver.cit.gvsig.fmap.layers.ReadableVectorial
Indica que se va a comenzar a hacer una serie de operaciones sobre el origen de datos con la finalidad de que dicho origen de datos se prepare (abra el fichero, comience una transacción, conecte al servidor, ...).
start() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Inicializa el dataSource.
start() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter
incrementa el contador de las veces que se ha abierto el fichero.
start() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter
incrementa el contador de las veces que se ha abierto el fichero.
start() - Method in class com.iver.cit.gvsig.fmap.layers.WFSAdapter
incrementa el contador de las veces que se ha abierto el fichero.
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.BoundingBoxVisitor
 
start() - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.FeatureDataVisitor
Método invocado antes de las visitas para que el visitor pueda reservar algún tipo de recurso que sea necesario
start(FLayer) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.FeatureVisitor
Método invocado antes de las visitas para que el visitor pueda reservar algún tipo de recurso que sea necesario
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.ProjectionVisitor
 
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByPointVisitor
 
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByRectVisitor
 
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByShapeVisitor
 
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByThemeVisitor
 
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectByPointVisitor
Inicializa el visitor.
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectByRectVisitor
Inicializa el visitor.
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectedShapeVisitor
 
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectedZoomVisitor
Inicializa el visitor.
start(FLayer) - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.IndexCreationVisitor
 
start() - Method in class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
start() - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Abre el ReadableVectorial que está adaptando
start() - Method in interface com.iver.cit.gvsig.fmap.write.GeometryHandler
Preprara el GMLHandler para su uso, abriendo un fichero en caso necesario
start() - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
start() - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EditableFeatureSource
Indica que se va a comenzar a hacer una serie de operaciones sobre el origen de datos con la finalidad de que dicho origen de datos se prepare (abra el fichero, comience una transacción, conecte al servidor, ...).
startEditing() - Method in interface com.iver.cit.gvsig.fmap.write.WritableVectorial
Avisa a la capa de que se comienza la edición, prepara el commandStack e intenta hacer el lock de la capa y devuelve información relativa al resultado de dicho lock.
startang - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemArc
 
startang - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemGroup
 
stop() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.DBFFromSelected
Finaliza.
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPSHXFromSelectedVisitor
Finaliza el visitor.
stop() - Method in class com.iver.cit.gvsig.fmap.layers.ComplexRasterAdapter
Método final del Adapter.
stop() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrMemory
 
stop() - Method in class com.iver.cit.gvsig.fmap.layers.MemoryLabelAdapter
 
stop() - Method in class com.iver.cit.gvsig.fmap.layers.RasterFileAdapter
decrementa el contador de número de aperturas y cuando llega a cero pide al driver que cierre el fichero
stop() - Method in interface com.iver.cit.gvsig.fmap.layers.ReadableVectorial
Hace que se cierre el soporte físico de la capa.
stop() - Method in class com.iver.cit.gvsig.fmap.layers.SelectableDataSource
Finaliza el DataSource.
stop() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter
decrementa el contador de número de aperturas y cuando llega a cero pide al driver que cierre la conexion con el servidor de base de datos
stop() - Method in class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter
decrementa el contador de número de aperturas y cuando llega a cero pide al driver que cierre el fichero
stop() - Method in class com.iver.cit.gvsig.fmap.layers.WFSAdapter
Método ejecutado para finalizar.
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.BoundingBoxVisitor
 
stop() - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.FeatureDataVisitor
Método invocado al finalizar las visitas con el fin de que se puedan liberar los recursos reservados en start
stop(FLayer) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.FeatureVisitor
Método invocado al finalizar las visitas con el fin de que se puedan liberar los recursos reservados en start
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.ProjectionVisitor
 
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByPointVisitor
 
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByRectVisitor
 
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByShapeVisitor
 
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByThemeVisitor
 
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectByPointVisitor
Finaliza el visitor.
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectByRectVisitor
Finaliza el visitor.
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectedShapeVisitor
 
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectedZoomVisitor
Finaliza el visitor.
stop(FLayer) - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.IndexCreationVisitor
 
stop() - Method in class com.iver.cit.gvsig.fmap.write.DiskGeometryHandler
 
stop() - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Cierra el ReadableVectorial que está adaptando
stop() - Method in interface com.iver.cit.gvsig.fmap.write.GeometryHandler
Avisa al GMLHandler del final de las operaciones para que pueda liberar los recursos
stop() - Method in class com.iver.cit.gvsig.fmap.write.MemoryGeometryHandler
 
stop() - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EditableFeatureSource
Hace que se cierre el soporte físico de la capa.
stopEditing() - Method in interface com.iver.cit.gvsig.fmap.write.WritableVectorial
Para la edición y aplica los cambios
string - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemText
 
string - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.tagValueUnion
 
stringToBytes(String, byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Write the bytes representing s into the byte array data, starting at index offset [0], and increment offset [0] by the number of bytes written; if data == null, increment offset [0] by the number of bytes that would have been written otherwise.
style - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
stype - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
stype - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElementInfo
 
sub_units - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTCB
 
subunits_per_master - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTCB
 
sweepang - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemArc
 
sweepang - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemGroup
 

T

TEXT - Static variable in interface com.iver.cit.gvsig.fmap.core.FShape
 
TEXT - Static variable in class com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D
 
TOUCHES - Static variable in class com.iver.cit.gvsig.fmap.FMap
 
TOUCHES - Static variable in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
ToolListener - interface com.iver.cit.gvsig.fmap.tools.Listeners.ToolListener.
Interfaz listener de herramienta.
tagCount - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagSet
 
tagIndex - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagValue
 
tagLength - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagValue
 
tagList - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagSet
 
tagSet - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagSet
 
tagSet - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagValue
 
tagSetName - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagSet
 
tagType - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagValue
 
tagValue - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagValue
 
tagValueUnion - class com.iver.cit.gvsig.fmap.drivers.dgn.tagValueUnion.
Unión del valor del tag.
tagValueUnion() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.tagValueUnion
 
toGML() - Method in class com.iver.cit.gvsig.fmap.write.FileEditionSourceAdapter
Envía el contenido de la capa editada en GML al handler mediante eventos XML (GML)
toJTSGeometry() - Method in class com.iver.cit.gvsig.fmap.core.FGeometry
 
toJTSGeometry() - Method in class com.iver.cit.gvsig.fmap.core.FGeometryCollection
 
toJTSGeometry() - Method in class com.iver.cit.gvsig.fmap.core.FMultiPoint2D
 
toJTSGeometry() - Method in class com.iver.cit.gvsig.fmap.core.FNullGeometry
 
toJTSGeometry() - Method in interface com.iver.cit.gvsig.fmap.core.IGeometry
Transforma esta Shape en un Geometry de JTS
toMapDistance(int) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve la distancia real a partir de la distancia en pixels.
toMapPoint(int, int) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve un punto real a partir de una coordenada X e Y en pixels.
toMapPoint(Point2D) - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve un punto real a partir de un punto en pixels.
toString() - Method in class com.iver.cit.gvsig.fmap.ViewPort
Devuelve el String con datos del ViewPort.
toString() - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Get a simple representation of this header.
toString() - Method in class com.iver.cit.gvsig.fmap.layers.FLyrVect
Sobreimplementación del método toString para que las bases de datos identifiquen la capa.
toString() - Method in class com.iver.cit.gvsig.fmap.rendering.FInterval
Devuelve un string con la información de inicio y final.
toViewPoint(Coordinate) - Method in interface com.iver.cit.gvsig.fmap.core.v02.FConverter.PointConverter
DOCUMENT ME!
toWFSTransaction() - Method in class com.iver.cit.gvsig.fmap.write.WFSEditionSourceAdapter
Transforma el resultado de la edición en la parte de XML correspondiente a una petición Transacition de WFS.
totlength - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 
totlength - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemComplexHeader
 
trans - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 
transaction() - Method in interface com.iver.cit.gvsig.fmap.drivers.wfs.WFSDriver
 
transferTo(DbaseFileWriterNIO) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileReaderNIO
Transfer, by bytes, the next record to the writer.
transform(AffineTransform) - Method in class com.iver.cit.gvsig.fmap.core.FPoint2D
Aplica la transformación de la matriz de transformación que se pasa como parámetro.
transform(AffineTransform) - Method in class com.iver.cit.gvsig.fmap.core.FPolyline2D
DOCUMENT ME!
transform(AffineTransform) - Method in class com.iver.cit.gvsig.fmap.core.GeneralPathX
Transforms the geometry of this path using the specified AffineTransform.
transmatrx - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNViewInfo
 
type - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
type - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElementInfo
 
type - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNTagDef
 

U

UniqueValueLegend - interface com.iver.cit.gvsig.fmap.rendering.UniqueValueLegend.
Interfaz de leyenda de valores únicos.
undo() - Method in class com.iver.cit.gvsig.fmap.write.EditionSourceAdapter
Deshace el último comando
undoCommand() - Method in interface com.iver.cit.gvsig.fmap.write.CommandList
deshace un comando y mueve el índice una posición hacia detras
undoCommand() - Method in class com.iver.cit.gvsig.fmap.write.DiskCommandStack
 
undoCommand() - Method in class com.iver.cit.gvsig.fmap.write.MemoryCommandStack
 
uor_per_subunit - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTCB
 

V

ValueLegendEvent - class com.iver.cit.gvsig.fmap.rendering.ValueLegendEvent.
Evento de cambio de un valor
ValueLegendEvent(Object, Object) - Constructor for class com.iver.cit.gvsig.fmap.rendering.ValueLegendEvent
Crea un nuevo ValueLegendEvent.
VectorialAdapter - class com.iver.cit.gvsig.fmap.layers.VectorialAdapter.
Clase padre de los adaptadores de los drivers.
VectorialAdapter() - Constructor for class com.iver.cit.gvsig.fmap.layers.VectorialAdapter
 
VectorialDBAdapter - class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter.
Adapta un driver de base de datos vectorial a la interfaz vectorial, manteniendo además el estado necesario por una capa vectorial de base de datos (parámetros de la conexión)
VectorialDBAdapter() - Constructor for class com.iver.cit.gvsig.fmap.layers.VectorialDBAdapter
 
VectorialData - interface com.iver.cit.gvsig.fmap.layers.layerOperations.VectorialData.
Interfaz a implementar por las capas con datos vectoriales
VectorialDatabaseDriver - interface com.iver.cit.gvsig.fmap.drivers.VectorialDatabaseDriver.
 
VectorialDriver - interface com.iver.cit.gvsig.fmap.drivers.VectorialDriver.
Clase padre de los drivers vectoriales
VectorialFileAdapter - class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter.
Adapta un driver de fichero vectorial a la interfaz vectorial, manteniendo además el estado necesario por una capa vectorial de fichero (el nombre del fichero)
VectorialFileAdapter(File) - Constructor for class com.iver.cit.gvsig.fmap.layers.VectorialFileAdapter
Crea un nuevo VectorialFileAdapter.
VectorialFileDriver - interface com.iver.cit.gvsig.fmap.drivers.VectorialFileDriver.
Interfaz a implementar por los drivers.
VectorialIntervalLegend - class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend.
Leyenda Vectorial por intervalos.
VectorialIntervalLegend() - Constructor for class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
Crea un nuevo VectorialIntervalLegend.
VectorialIntervalLegend(int) - Constructor for class com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend
Crea un nuevo VectorialIntervalLegend.
VectorialLegend - interface com.iver.cit.gvsig.fmap.rendering.VectorialLegend.
Interfaz de Leyenda Vectorial.
VectorialUniqueValueLegend - class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend.
Leyenda vectorial por valores únicos.
VectorialUniqueValueLegend() - Constructor for class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
Crea un nuevo VectorialUniqueValueLegend.
VectorialUniqueValueLegend(int) - Constructor for class com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend
Crea un nuevo VectorialUniqueValueLegend.
VertexEvent - class com.iver.cit.gvsig.fmap.write.geometron.VertexEvent.
 
VertexEvent(Geometron, Geometry, Point2D, int) - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.VertexEvent
Construye un evento de vértice con la información que se pasa como parámetro. v es el vértice objeto del evento y vertexIndex es la posición que ocupa dicho vértice en la geometría
VertexMenuHandler - interface com.iver.cit.gvsig.fmap.write.geometron.VertexMenuHandler.
Manejador de menú contextual para los vértices
ViewPort - class com.iver.cit.gvsig.fmap.ViewPort.
Clase con atributos de la vista.
ViewPort(IProjection) - Constructor for class com.iver.cit.gvsig.fmap.ViewPort
Crea un nuevo ViewPort.
ViewPortListener - interface com.iver.cit.gvsig.fmap.ViewPortListener.
Interfaz de Listener de ViewPort.
VisitException - exception com.iver.cit.gvsig.fmap.operations.strategies.VisitException.
Excepción lanzada por los Visitors.
VisitException() - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.VisitException
Crea un nuevo VisitException.
VisitException(String) - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.VisitException
Crea un nuevo VisitException.
VisitException(Throwable) - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.VisitException
Crea un nuevo VisitException.
VisitException(String, Throwable) - Constructor for class com.iver.cit.gvsig.fmap.operations.strategies.VisitException
Crea un nuevo VisitException.
valueChange(ValueLegendEvent) - Method in interface com.iver.cit.gvsig.fmap.rendering.LegendListener
Invocado cuando se cambia en un legend de valores únicos, el valor de uno de los valores.
vertexClicked(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.AddDeleteVertex
 
vertexClicked(VertexEvent) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EventHandler
Evento disparado cuando se hace click sobre un vértice
vertexClicked(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.MoveFeature
 
vertexClicked(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.NewPoligon
 
vertexClicked(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Selector
Añade a la selección la geometría que contiene este vértice
vertexMoved(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.AddDeleteVertex
 
vertexMoved(VertexEvent) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EventHandler
Evento disparado cuando se mueve un vértice
vertexMoved(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.MoveFeature
 
vertexMoved(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.NewPoligon
 
vertexMoved(VertexEvent) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Selector
 
vertices - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemMultiPoint
 
views - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTCB
 
visibilityChanged(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
visibilityChanged(LayerEvent) - Method in class com.iver.cit.gvsig.fmap.EventBuffer
 
visibilityChanged(LayerCollectionEvent) - Method in class com.iver.cit.gvsig.fmap.FMap.LayerEventListener
 
visibilityChanged(LayerCollectionEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LayerCollectionListener
Invocado cuando se visualiza/oculta una capa
visibilityChanged(LayerEvent) - Method in interface com.iver.cit.gvsig.fmap.layers.LayerListener
Cambio de propiedad de visibilidad.
visit(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPSHXFromSelectedVisitor
 
visit(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.BoundingBoxVisitor
Recibe las geometrías a medida que se van recorriendo en la estrategia
visit(IGeometry, Record) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.FeatureDataVisitor
Recibe las geometrías a medida que se van recorriendo en la estrategia
visit(IGeometry, int) - Method in interface com.iver.cit.gvsig.fmap.operations.strategies.FeatureVisitor
Recibe las geometrías a medida que se van recorriendo en la estrategia.
visit(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.ProjectionVisitor
 
visit(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
visit(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByPointVisitor
 
visit(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByRectVisitor
 
visit(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByShapeVisitor
 
visit(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByThemeVisitor
 
visit(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectedShapeVisitor
 
visit(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.operations.strategies.SelectedZoomVisitor
 
visit(IGeometry, int) - Method in class com.iver.cit.gvsig.fmap.rendering.indexes.IndexCreationVisitor
Recibe las geometrías a medida que se van recorriendo en la estrategia y va generando el fichero de índice
vp - Variable in class com.iver.cit.gvsig.fmap.MapControl
 

W

W - Static variable in interface com.iver.cit.gvsig.fmap.core.IGeometry
 
WFSAdapter - class com.iver.cit.gvsig.fmap.layers.WFSAdapter.
Adapta un driver de WFS a la interfaz vectorial, manteniendo además el estado necesario por una capa vectorial WFS (URL del host, estado del protocolo)
WFSAdapter() - Constructor for class com.iver.cit.gvsig.fmap.layers.WFSAdapter
 
WFSDriver - interface com.iver.cit.gvsig.fmap.drivers.wfs.WFSDriver.
 
WFSEditionSourceAdapter - class com.iver.cit.gvsig.fmap.write.WFSEditionSourceAdapter.
 
WFSEditionSourceAdapter() - Constructor for class com.iver.cit.gvsig.fmap.write.WFSEditionSourceAdapter
 
WFSException - exception com.iver.cit.gvsig.fmap.drivers.wfs.WFSException.
 
WFSException() - Constructor for class com.iver.cit.gvsig.fmap.drivers.wfs.WFSException
 
WFSException(String) - Constructor for class com.iver.cit.gvsig.fmap.drivers.wfs.WFSException
 
WFSException(String, Throwable) - Constructor for class com.iver.cit.gvsig.fmap.drivers.wfs.WFSException
 
WFSException(Throwable) - Constructor for class com.iver.cit.gvsig.fmap.drivers.wfs.WFSException
 
WFSSource - class com.iver.cit.gvsig.fmap.layers.WFSSource.
Clase que representa el origen de datos de servidor WFS y que en su método equals devuelve true si el objeto que se pasa como parámetro es un WFSSource y apunta a la misma fuente de datos.
WFSSource() - Constructor for class com.iver.cit.gvsig.fmap.layers.WFSSource
 
WFSTransactionHandler - class com.iver.cit.gvsig.fmap.write.WFSTransactionHandler.
 
WFSTransactionHandler() - Constructor for class com.iver.cit.gvsig.fmap.write.WFSTransactionHandler
 
WIND_EVEN_ODD - Static variable in class com.iver.cit.gvsig.fmap.core.GeneralPathX
An even-odd winding rule for determining the interior of a path.
WIND_NON_ZERO - Static variable in class com.iver.cit.gvsig.fmap.core.GeneralPathX
A non-zero winding rule for determining the interior of a path.
WITHIN - Static variable in class com.iver.cit.gvsig.fmap.FMap
 
WITHIN - Static variable in class com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor
 
WMSDriver - interface com.iver.cit.gvsig.fmap.drivers.WMSDriver.
Interfaz Driver para WMS.
WMSException - exception com.iver.cit.gvsig.fmap.drivers.WMSException.
Excepción provocada por el WMS.
WMSException() - Constructor for class com.iver.cit.gvsig.fmap.drivers.WMSException
 
WMSException(String) - Constructor for class com.iver.cit.gvsig.fmap.drivers.WMSException
Crea WMSException.
WMSException(String, Throwable) - Constructor for class com.iver.cit.gvsig.fmap.drivers.WMSException
Crea WMSException.
WMSException(Throwable) - Constructor for class com.iver.cit.gvsig.fmap.drivers.WMSException
Crea WMSException.
WithDefaultLegend - interface com.iver.cit.gvsig.fmap.drivers.WithDefaultLegend.
Los drivers que deseen proporcionar una leyenda por defecto deben implementar este interfaz.
WritableOperations - interface com.iver.cit.gvsig.fmap.write.WritableOperations.
 
WritableShape - interface com.iver.cit.gvsig.fmap.core.WritableShape.
Interfaz a implementar los shapes que sean writables.
WritableVectorial - interface com.iver.cit.gvsig.fmap.write.WritableVectorial.
 
WriteDriver - interface com.iver.cit.gvsig.fmap.write.WriteDriver.
 
weight - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
 
write(Object[]) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileWriterNIO
Write a single dbase record.
write(ByteBuffer, int, int, int, double, double, double, double, double, double, double, double) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.ShapeFileHeader
 
write(IGeometry[], int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPFileWrite
DOCUMENT ME!
write(ByteBuffer, IGeometry) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiLine
 
write(ByteBuffer, IGeometry) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPMultiPoint
 
write(ByteBuffer, IGeometry) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPoint
 
write(ByteBuffer, IGeometry) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPPolygon
 
write(ByteBuffer, IGeometry) - Method in interface com.iver.cit.gvsig.fmap.drivers.shp.write.SHPShape
Escribe en el buffer la geometría que se pasa como parámetro.
writeGeometry(IGeometry) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPFileWrite
DOCUMENT ME!
writeHeader(WritableByteChannel) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.DbaseFileHeaderNIO
Write the header data to the DBF file.
writeHeaders(Rectangle2D, int, int, int) - Method in class com.iver.cit.gvsig.fmap.drivers.shp.write.SHPFileWrite
DOCUMENT ME!

X

XMLException - exception com.iver.cit.gvsig.fmap.layers.XMLException.
Excepción lanzada en la creación del XMLEntity o en la obtención de un objeto a partir de este.
XMLException(Exception) - Constructor for class com.iver.cit.gvsig.fmap.layers.XMLException
Crea un nuevo XMLException.
x - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNPoint
 
xscale - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 

Y

YARDAS - Static variable in class com.iver.cit.gvsig.fmap.ViewPort
 
y - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNPoint
 
yscale - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCellHeader
 

Z

ZoneEvent - class com.iver.cit.gvsig.fmap.write.geometron.ZoneEvent.
 
ZoneEvent(Geometry, Geometron) - Constructor for class com.iver.cit.gvsig.fmap.write.geometron.ZoneEvent
 
ZoomInListenerImpl - class com.iver.cit.gvsig.fmap.tools.ZoomInListenerImpl.
Implementación de la interfaz RectangleListener como herramienta para realizar un zoom más.
ZoomInListenerImpl(MapControl) - Constructor for class com.iver.cit.gvsig.fmap.tools.ZoomInListenerImpl
Crea un nuevo RectangleListenerImpl.
ZoomOutListenerImpl - class com.iver.cit.gvsig.fmap.tools.ZoomOutListenerImpl.
Implementación de la interfaz PointListener como herramienta para realizar un zoom menos.
ZoomOutListenerImpl(MapControl) - Constructor for class com.iver.cit.gvsig.fmap.tools.ZoomOutListenerImpl
Crea un nuevo ZoomOutListenerImpl.
ZoomOutRightButtonListener - class com.iver.cit.gvsig.fmap.tools.ZoomOutRightButtonListener.
DOCUMENT ME!
ZoomOutRightButtonListener(MapControl) - Constructor for class com.iver.cit.gvsig.fmap.tools.ZoomOutRightButtonListener
Crea un nuevo ZoomOutListenerImpl.
z - Variable in class com.iver.cit.gvsig.fmap.drivers.dgn.DGNPoint
 
zero_pad(byte[], int) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return a new array equal to original except zero-padded to an integral mulitple of blocks.
zoneCompleted(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.write.geometron.AddDeleteVertex
 
zoneCompleted(Rectangle2D) - Method in interface com.iver.cit.gvsig.fmap.write.geometron.EventHandler
Cuando el usuario hace un rectangulo con el ratón se invoca este método con el dicha región en coordenadas del EditableFeatureSource.
zoneCompleted(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.write.geometron.MoveFeature
 
zoneCompleted(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.write.geometron.NewPoligon
 
zoneCompleted(Rectangle2D) - Method in class com.iver.cit.gvsig.fmap.write.geometron.Selector
Añade a la selección todas las features que se encuentran dentro de la zona que se recibe como parámetro

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z