Serialized Form


Package org.gvsig.app.gui

Class org.gvsig.app.gui.JComboBoxUnits extends org.gvsig.utils.swing.JComboBox implements Serializable

serialVersionUID: 8015263853737441433L

Class org.gvsig.app.gui.TableSorter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tableModel

javax.swing.table.TableModel tableModel

viewToModel

org.gvsig.app.gui.TableSorter.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

javax.swing.table.JTableHeader tableHeader

mouseListener

java.awt.event.MouseListener mouseListener

tableModelListener

javax.swing.event.TableModelListener tableModelListener

columnComparators

java.util.Map<K,V> columnComparators

sortingColumns

java.util.List<E> sortingColumns

Package org.gvsig.fmap.mapcontrol

Class org.gvsig.fmap.mapcontrol.MapControl extends javax.swing.JComponent implements Serializable

Serialized Fields

mapContext

org.gvsig.fmap.mapcontext.MapContext mapContext

Inner model with the layers, event support for drawing them, and the ViewPort with information to adapt to the bounds available in image coordinates.

See Also:
MapControl.getMapContext(), MapControl.setMapContext(MapContext)

namesMapTools

java.util.Map<K,V> namesMapTools

All registered Behavior that can define a way to work with this MapControl.

Only one of them can be active at a given moment.

See Also:
MapControl.addBehavior(String, Behavior), MapControl.addBehavior(String, Behavior[]), MapControl.getMapTool(String), MapControl.getMapToolsKeySet(), MapControl.getNamesMapTools()

currentMapTool

Behavior currentMapTool

Active Behavior that will generate events according a criterion, and then, with a ToolListener associated, will simulate to user that works with this component as a particular tool.

See Also:
MapControl.getCurrentMapTool(), MapControl.getCurrentTool(), MapControl.setTool(String)

status

int status

Determines which's the current drawn status of this component:

The MapControl drawing process will consider the value of this parameter to decide which elements will be updated or drawn.


image

java.awt.image.BufferedImage image

Image with a buffer to accelerate the draw the changes of the graphical items in this component.

Firstly, information will be drawn in the buffer, and, when is outright drawn, that information will be displayed. Meanwhile, the previous image can be kept showed.

See Also:
BufferedImage, MapControl.getImage()

currentTool

java.lang.String currentTool

Name of the tool used currently to interact with this component.

See Also:
MapControl.getCurrentTool(), MapControl.setTool(String)

canceldraw

MapControl.CancelDraw canceldraw

Object to store the flag that notifies a drawing thread task and MapContext's layers, that must be canceled or can continue with the process.

See Also:
MapControl.cancelDrawing()

timer

javax.swing.Timer timer

Fires an action events after a specified delay.

MapControl will use the timer to update its visible graphical information during a drawing process, or allowing to cancel that process.

This is very useful to pretend faster interactivity to user when MapControl has lots of layers, and / or layers with heavy graphical elements, that need a long time to finish drawing all its data.


vp

org.gvsig.fmap.mapcontext.ViewPort vp

Reference to the ViewPort of the MapContext of this component.

After, the view port will change adapting itself according the current projection and the extent.

See Also:
MapControl.getViewPort(), ViewPort

drawer

MapControl.Drawer drawer

Manager of all MapControl painting requests.


mapToolListener

MapControl.MapToolListener mapToolListener

Listener of all kind of mouse events produced in this component.

Delegates each mouse event to the current map tool.

See Also:
MapControl.addBehavior(String, Behavior), MapControl.addBehavior(String, Behavior[]), MapControl.getMapTool(String), MapControl.getMapToolsKeySet(), MapControl.getNamesMapTools(), MapControl.setTool(String)

mapContextListener

MapControl.MapContextListener mapContextListener

Listener of all events produced in a this component's MapContext object during an atomic period of time.


exceptionHandlingSupport

org.gvsig.utils.exceptionHandling.ExceptionHandlingSupport exceptionHandlingSupport

Group of ExceptionListener that, in whatever moment could be notified a Throwable Java error or exception.

See Also:
MapControl.addExceptionListener(ExceptionListener), MapControl.removeExceptionListener(ExceptionListener)

prevTool

java.lang.String prevTool

Name of the previous tool used.


combinedTool

Behavior combinedTool

Tool that will be used combined with the current tool of this MapControl.


cadgrid

Grid cadgrid
Optional grid that could be applied on the MapControl's view port.

See Also:
MapControl.getGrid(), MapControl.setAdjustGrid(boolean)

adjustedPoint

java.awt.geom.Point2D adjustedPoint
Represents the cursor's point selected in screen coordinates.

See Also:
ViewPort.fromMapPoint(Point2D)

bForceCoord

boolean bForceCoord

Determines if the position of the snap of the mouse's cursor on the MapControl is within the area around a control point of a geometry.

The area is calculated as a circle centered at the control point and with radius the pixels tolerance defined in the preferences.


usedSnap

ISnapper usedSnap
Kind of geometry drawn to identify the kind of control point selected by the cursor's mouse.


bRefent

boolean bRefent
Determines if the snap tools are enabled or disabled.

See Also:
MapControl.isRefentEnabled(), MapControl.setRefentEnabled(boolean)

previousPoint

double[] previousPoint
Stores the 2D map coordinates of the last point added.


mapAdjustedPoint

java.awt.geom.Point2D mapAdjustedPoint
Represents the cursor's point selected in map coordinates.

See Also:
MapControl#toMapPoint

mapControlDrawer

MapControlDrawer mapControlDrawer
Renderer used to draw the layers.


transparentCursor

java.awt.Cursor transparentCursor

disposed

boolean disposed

lastImageCursor

java.awt.Image lastImageCursor
Uses like a mouse pointer the image that provides the selected tool.


lastCursor

java.awt.Cursor lastCursor

Class org.gvsig.fmap.mapcontrol.MapControlCreationException extends MapControlException implements Serializable

serialVersionUID: -7886043430856453161L

Class org.gvsig.fmap.mapcontrol.MapControlException extends org.gvsig.tools.exception.BaseException implements Serializable

serialVersionUID: 981894833703125550L


Package org.gvsig.fmap.mapcontrol.dal.feature.swing

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable extends javax.swing.JTable implements Serializable

serialVersionUID: -6139395189283163964L

Serialized Fields

featureTableModel

FeatureTableModel featureTableModel

headerCellRenderer

JToggleButtonHeaderCellRenderer headerCellRenderer

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTablePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -9199073063283531216L

Serialized Fields

tableModel

ConfigurableFeatureTableModel tableModel

jScrollPane

javax.swing.JScrollPane jScrollPane

table

FeatureTable table

selectionPanel

javax.swing.JPanel selectionPanel

selectionLabel

javax.swing.JLabel selectionLabel

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTypesTablePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 5857146295213412304L

Serialized Fields

tablePanel

FeatureTablePanel tablePanel

typesControl

FeatureTypeList typesControl

jSplitPane

javax.swing.JSplitPane jSplitPane

model

FeatureStoreModel model

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.SelectionChangeException extends org.gvsig.tools.exception.BaseRuntimeException implements Serializable

serialVersionUID: -291196709262836214L


Package org.gvsig.fmap.mapcontrol.dal.feature.swing.table

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel extends FeatureTableModel implements Serializable

serialVersionUID: -8223987814719746492L

Serialized Fields

columnNames

java.util.List<E> columnNames

visibleColumnNames

java.util.List<E> visibleColumnNames

visibleColumnNamesOriginal

java.util.List<E> visibleColumnNamesOriginal

name2Alias

java.util.Map<K,V> name2Alias

name2AliasOriginal

java.util.Map<K,V> name2AliasOriginal

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurationTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -825156698327593853L

Serialized Fields

configurable

ConfigurableFeatureTableModel configurable

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

serialVersionUID: 3547431185199502021L

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeaturesDataReloadException extends org.gvsig.tools.exception.BaseRuntimeException implements Serializable

serialVersionUID: -7724873225152021219L

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableConfigurationPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -4912657164727512361L

Serialized Fields

tableModel

ConfigurationTableModel tableModel

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -2488157521902851301L

Serialized Fields

helper

org.gvsig.fmap.dal.feature.paging.FeaturePagingHelper helper

editableFeature

org.gvsig.fmap.dal.feature.EditableFeature editableFeature
Used to know if a modification in the FeatureStore is created by us.

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTypeList extends javax.swing.JPanel implements Serializable

serialVersionUID: 6168364334623238504L

Serialized Fields

jScrollPane

javax.swing.JScrollPane jScrollPane

jList

javax.swing.JList jList

featureTypeChangeListeners

java.util.List<E> featureTypeChangeListeners

model

FeatureTypeListModel model

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTypeListException extends org.gvsig.tools.exception.BaseRuntimeException implements Serializable

serialVersionUID: 2761369014780787542L

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTypeListModel extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: -4274815135770376868L

Serialized Fields

featureStore

org.gvsig.fmap.dal.feature.FeatureStore featureStore

featureQuery

org.gvsig.fmap.dal.feature.FeatureQuery featureQuery

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

serialVersionUID: -2470239399517077869L

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryToWKTException extends org.gvsig.tools.exception.BaseRuntimeException implements Serializable

serialVersionUID: 1414646041766565149L

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryWKTCellEditor extends TextAreaCellEditor implements Serializable

serialVersionUID: -2296004227902843851L

Serialized Fields

nullGeometry

org.gvsig.fmap.geom.Geometry nullGeometry

maxRowHeight

int maxRowHeight

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryWKTCellRenderer extends TextAreaCellRenderer implements Serializable

serialVersionUID: -2470239399517077869L

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GetFeatureAtException extends org.gvsig.tools.exception.BaseRuntimeException implements Serializable

serialVersionUID: 3981212631490713671L

Serialized Fields

rowIndex

int rowIndex

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GetRowCountException extends org.gvsig.tools.exception.BaseRuntimeException implements Serializable

serialVersionUID: 7803270649446415844L

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.SetFeatureValueException extends org.gvsig.tools.exception.BaseRuntimeException implements Serializable

serialVersionUID: -414675652211552543L

Serialized Fields

rowIndex

int rowIndex

columnIndex

int columnIndex

value

java.lang.Object value

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.TextAreaCellEditor extends javax.swing.DefaultCellEditor implements Serializable

serialVersionUID: -5614806192749314509L

Serialized Fields

textArea

javax.swing.JTextArea textArea

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.TextAreaCellRenderer extends javax.swing.JTextArea implements Serializable

serialVersionUID: 3269365116036190589L

Serialized Fields

adaptee

javax.swing.table.DefaultTableCellRenderer adaptee

cellSizes

java.util.Map<K,V> cellSizes
map from table to map of rows to map of column heights


maxTxtLength

int maxTxtLength

maxRowHeight

int maxRowHeight

Class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.WKTToGeometryException extends org.gvsig.tools.exception.BaseRuntimeException implements Serializable

serialVersionUID: 7450289270030694675L

Serialized Fields

wkt

java.lang.String wkt

Package org.gvsig.fmap.mapcontrol.dal.swing.datastore

Class org.gvsig.fmap.mapcontrol.dal.swing.datastore.DataStoreParametersCreationPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 5265923639970241325L

Class org.gvsig.fmap.mapcontrol.dal.swing.datastore.DefaultDataStoreParametersCreationPanel extends DataStoreParametersCreationPanel implements Serializable

serialVersionUID: -1453149638996485029L

Serialized Fields

dataServerExplorer

org.gvsig.fmap.dal.DataServerExplorer dataServerExplorer

dataServerExplorerParameters

org.gvsig.fmap.dal.DataServerExplorerParameters dataServerExplorerParameters

dataStoreParameters

org.gvsig.fmap.dal.NewDataStoreParameters dataStoreParameters

explorersButton

javax.swing.JButton explorersButton

explorersComboBox

javax.swing.JComboBox explorersComboBox

providersButton

javax.swing.JButton providersButton

providersComboBox

javax.swing.JComboBox providersComboBox

Package org.gvsig.fmap.mapcontrol.swing.dynobject

Class org.gvsig.fmap.mapcontrol.swing.dynobject.DynObjectEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 23898787077741411L

Serialized Fields

title

java.lang.String title

botAcept

javax.swing.JButton botAcept

botCancel

javax.swing.JButton botCancel

botRestoreDefaults

javax.swing.JButton botRestoreDefaults

panButtons

javax.swing.JPanel panButtons

form

org.gvsig.tools.dynform.JDynForm form

data

org.gvsig.tools.dynobject.DynObject data

isCanceled

boolean isCanceled

Class org.gvsig.fmap.mapcontrol.swing.dynobject.DynObjectViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -5277036770491043233L

Serialized Fields

paramsListLabelConstraint

java.awt.GridBagConstraints paramsListLabelConstraint

paramsListValueConstraint

java.awt.GridBagConstraints paramsListValueConstraint

paramsListFillConstraint

java.awt.GridBagConstraints paramsListFillConstraint

Package org.gvsig.fmap.mapcontrol.swing.dynobject.impl

Class org.gvsig.fmap.mapcontrol.swing.dynobject.impl.DefaultLayersDynObjectSetComponent extends javax.swing.JPanel implements Serializable

serialVersionUID: 5864674721657215264L

Serialized Fields

model

LayersDynObjectSetComponentModel model

component

org.gvsig.tools.dynform.JDynFormSet component

layersTree

javax.swing.JTree layersTree

contentPanel

javax.swing.JPanel contentPanel

writable

boolean writable

topNode

javax.swing.tree.DefaultMutableTreeNode topNode

previousSelection

javax.swing.tree.MutableTreeNode previousSelection

mapContext

org.gvsig.fmap.mapcontext.MapContext mapContext

Class org.gvsig.fmap.mapcontrol.swing.dynobject.impl.DefaultLayersDynObjectSetComponent.CenterGeometryInMapContext extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mapContext

org.gvsig.fmap.mapcontext.MapContext mapContext

Class org.gvsig.fmap.mapcontrol.swing.dynobject.impl.LayersDynObjectSetComponentModel extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: -7978388308830573063L

Serialized Fields

layerName2InfoByPoint

java.util.Map<K,V> layerName2InfoByPoint

layerNames

java.lang.String[] layerNames

Package org.gvsig.fmap.mapcontrol.tools

Class org.gvsig.fmap.mapcontrol.tools.BehaviorException extends java.lang.Exception implements Serializable



Copyright © 2014 gvSIG Association. All Rights Reserved.