- calculateSnapPoint(Point) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Tries to find the nearest geometry or grid control point by the position
of the current snap tool.
- callActionPerformed(Object, int, String) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- cancel() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableConfigurationPanel
-
Cancel current changes in configuration (visible columns and aliases)
and return to previous status.
- cancelButton - Variable in class org.gvsig.propertypage.BasePropertiesPagePanelLayout
-
- cancelChanges() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
Cancel current changes in configuration (visible columns and aliases)
and return to previous status.
- cancelChanges() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurationTableModel
-
Cancel current changes in configuration (visible columns and aliases)
and return to previous status.
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Determines that current drawing process of MapControl's
MapContext's data must be canceled.
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.tools.AreaListenerImpl
-
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
-
- cancelDrawing() - Method in interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
-
Determines if the drawing process that this tool executes on the MapControl
instance could be canceled or not.
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.tools.MeasureListenerImpl
-
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.tools.PanListenerImpl
-
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.tools.PointSelectionListener
-
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.tools.PolygonSelectionListener
-
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.tools.RectangleSelectionListener
-
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.tools.ZoomInListenerImpl
-
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.tools.ZoomOutListenerImpl
-
- cancelDrawing() - Method in class org.gvsig.fmap.mapcontrol.tools.ZoomOutRightButtonListener
-
- cboConnections - Variable in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanelLayout
-
- cboConnectors - Variable in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanelLayout
-
- change(FeatureStore, FeatureType) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTypesTablePanel
-
- change(FeatureStore, FeatureType) - Method in interface org.gvsig.fmap.mapcontrol.dal.feature.swing.table.SelectedFeatureTypeChangeListener
-
Called when the selected FeatureType changes.
- changeLastPoint(Point2D) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PolylineBehavior
-
Changes the last point added of the polyline.
- circle(MeasureEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- circle(MeasureEvent) - Method in interface org.gvsig.fmap.mapcontrol.tools.Listeners.CircleListener
-
Called when user defines a circular area.
- CircleBehavior - Class in org.gvsig.fmap.mapcontrol.tools.Behavior
-
Behavior that allows user to draw a circle on the image of the associated
MapControl using a
PolylineListener.
- CircleBehavior(CircleListener) - Constructor for class org.gvsig.fmap.mapcontrol.tools.Behavior.CircleBehavior
-
Creates a new behavior for selecting circle areas.
- CircleListener - Interface in org.gvsig.fmap.mapcontrol.tools.Listeners
-
Interface for all tools that reply for a
MeasureEvent produced in the
associated
MapControl object, as a consequence of a circle area drawn by the mouse.
- cleanCanvas(MapControl) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultPrimitivesDrawer
-
- cleanCanvas(MapControl) - Method in interface org.gvsig.fmap.mapcontrol.MapControlDrawer
-
Cleans the graphics using the image of the MapControl
- clear() - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- clearSelection() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- clearSnappers() - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- closeDialog() - Method in class org.gvsig.propertypage.BasePropertiesPageDialog
-
- closeWindow() - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.DynObjectEditor
-
- color - Variable in class org.gvsig.fmap.mapcontrol.impl.DefaultPrimitivesDrawer
-
- COLUMNHEADER_SELECTION_CHANGE - Static variable in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.notification.ColumnHeaderSelectionChangeNotification
-
- ColumnHeaderSelectionChangeNotification - Class in org.gvsig.fmap.mapcontrol.dal.feature.swing.table.notification
-
Notification fired when the column header selection has been changed.
- ColumnHeaderSelectionChangeNotification(FeatureTable) - Constructor for class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.notification.ColumnHeaderSelectionChangeNotification
-
Creates a new ColumnHeaderSelectionChangeNotification with the
originating
FeatureTable.
- commandRefresh() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- commandRepaint() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- componentHidden(ComponentEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- componentMoved(ComponentEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- componentResized(ComponentEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- componentShown(ComponentEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- CompoundBehavior - Class in org.gvsig.fmap.mapcontrol.tools
-
Allows having multiple behaviors when user works with the associated
MapControl.
- CompoundBehavior(Behavior[]) - Constructor for class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
Creates a new behavior as a composition of others.
- ConfigurableFeatureTableModel - Class in org.gvsig.fmap.mapcontrol.dal.feature.swing.table
-
Extends the FeatureTableModel to add more configurable options, like the
visible columns, column name aliases and row order.
- ConfigurableFeatureTableModel(FeatureStore, FeatureQuery) - Constructor for class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
- ConfigurableFeatureTableModel(FeatureStore, FeatureQuery, int) - Constructor for class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
- ConfigurationTableModel - Class in org.gvsig.fmap.mapcontrol.dal.feature.swing.table
-
TableModel to configure a ConfigurableFeatureTableModel.
- ConfigurationTableModel(ConfigurableFeatureTableModel) - Constructor for class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurationTableModel
-
- containsBehavior(Behavior) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
Searches for mt, returning true if is contained.
- content - Variable in class org.gvsig.propertypage.BasePropertiesPagePanelLayout
-
- create(DynObject, ServiceManager) - Method in class org.gvsig.fmap.mapcontrol.swing.dynformfield.CoordinateReferenceSystem.JDynFormFieldCoordinateReferenceSystemFactory
-
- create(DynObject, ServiceManager) - Method in class org.gvsig.fmap.mapcontrol.swing.dynformfield.Geometry.JDynFormFieldGeometryFactory
-
- create(Object) - Method in interface org.gvsig.propertypage.PropertiesPageFactory
-
Create a instance of the propeties page for the object.
- createArc(Point2D, Point2D, Point2D) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
Create an Arc.
- createArc(Point, Point, Point) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
Create an arc.
- createArc(double, double, double, double, double) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
Create an arc.
- createCircle(double, double, double) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
Create an circle.
- createConfigurationPanel() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTablePanel
-
- createConfigurationPanel() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTypesTablePanel
-
- createDefaultMapControlDrawer() - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- createDefaultMapControlDrawer() - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
It returns the default implementation for the MapControlDrawer.
- createJMapControlPanel() - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- createJMapControlPanel() - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
- createLayersDynObjectSetComponent(Map<String, DynObjectSet>) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- createLayersDynObjectSetComponent(Map<String, DynObjectSet>, boolean) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- createLayersDynObjectSetComponent(Map<String, DynObjectSet>) - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Creates a readonly component to view information of a set of layers.
- createLayersDynObjectSetComponent(Map<String, DynObjectSet>, boolean) - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Creates a component to view information of a set of layers.
- createLineString(GeneralPathX) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
Create a lineString from a GeneralPath.
- createMapControlDrawer(String) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- createMapControlDrawer(String) - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Creates a MapControlDrawer from a name.
- createPoint(double, double) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
Create point.
- createPoint(Point2D) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
Create a curve point.
- createPropertiesPagesPanel() - Method in class org.gvsig.propertypage.BasePropertiesPageDialog
-
- currentMapTool - Variable in class org.gvsig.fmap.mapcontrol.MapControl
-
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.
- currentTool - Variable in class org.gvsig.fmap.mapcontrol.MapControl
-
Name of the tool used currently to interact with this component.
- currentValue - Variable in class org.gvsig.fmap.mapcontrol.swing.dynformfield.CoordinateReferenceSystem.JDynFormFieldCoordinateReferenceSystem
-
- currentValue - Variable in class org.gvsig.fmap.mapcontrol.swing.dynformfield.Geometry.JDynFormFieldGeometry
-
- Geo - Class in org.gvsig.fmap.mapcontrol.tools.geo
-
Mathematical utilities to work with geographical data:
Geographical constants:
PI / 2.
Degrees per radian.
Square miles per spherical degree.
Square kilometres per spherical degree.
Square metres per spherical degree.
Decimal degrees equivalent to
m meters.
The area of a spherical polygon in spherical degrees, given the latitudes and longitudes
of
n points, according the
Haversine function.
- Geo() - Constructor for class org.gvsig.fmap.mapcontrol.tools.geo.Geo
-
- GeometryCellRenderer - Class in org.gvsig.fmap.mapcontrol.dal.feature.swing.table
-
Simple renderer for cells of type Geometry .
- GeometryCellRenderer() - Constructor for class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryCellRenderer
-
- GeometryToWKTException - Exception in org.gvsig.fmap.mapcontrol.dal.feature.swing.table
-
Exception thrown when there is an error while converting a Geometry to WKT
into a table cell.
- GeometryToWKTException() - Constructor for exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryToWKTException
-
Creates a new Exception when getting a Geometry cell as WKT.
- GeometryToWKTException(Throwable) - Constructor for exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryToWKTException
-
Creates a new Exception when getting a Geometry cell as WKT.
- GeometryWKTCellEditor - Class in org.gvsig.fmap.mapcontrol.dal.feature.swing.table
-
Editor for cells of type Geometry in WKT format.
- GeometryWKTCellEditor() - Constructor for class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryWKTCellEditor
-
Creates a new editor for Geometries in WKT format.
- GeometryWKTCellEditor(int, int) - Constructor for class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryWKTCellEditor
-
Creates a new editor for Geometries in WKT format.
- GeometryWKTCellRenderer - Class in org.gvsig.fmap.mapcontrol.dal.feature.swing.table
-
Renderer for cells of type Geometry, showing it in WKT format.
- GeometryWKTCellRenderer() - Constructor for class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryWKTCellRenderer
-
Creates a new GeometryWKTCellRenderer, with the default MAX LENGTH fot
the WKT Strings and the default MAX HEIGHT for rows.
- GeometryWKTCellRenderer(int, int) - Constructor for class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryWKTCellRenderer
-
Creates a new GeometryWKTCellRenderer.
- geomManager - Variable in class org.gvsig.fmap.mapcontrol.impl.MapControlDrawer2D
-
- geomManager - Static variable in class org.gvsig.fmap.mapcontrol.MapControl
-
- geomManager - Variable in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- geomManager - Static variable in class org.gvsig.fmap.mapcontrol.tools.snapping.snappers.impl.AbstractSnapper
-
- getAdjustedPoint() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- getAliasForColumn(String) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
Returns the alias for the name of a column.
- getAllControlsBehavior() - Static method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
Gets the Behavior that will be used for any MapControl.
- getAnchorSelectionIndex() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- getAssignedValue() - Method in class org.gvsig.fmap.mapcontrol.swing.dynformfield.CoordinateReferenceSystem.JDynFormFieldCoordinateReferenceSystem
-
- getAssignedValue() - Method in class org.gvsig.fmap.mapcontrol.swing.dynformfield.Geometry.JDynFormFieldGeometry
-
- getAxisReferenceSymbol() - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- getAxisReferenceSymbol() - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Gets the symbol used to draw the axis of a geometry.
- getBehavior(int) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
Returns the first-level
Behavior at the specified position.
- getCanceldraw() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Gets the shared object that determines if a drawing process must be
cancelled or can continue.
- getCellEditorValue() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryWKTCellEditor
-
- getCellText(Object, int, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryWKTCellRenderer
-
- getCellText(Object, int, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.TextAreaCellRenderer
-
Returns the text for the cell.
- getColor() - Method in class org.gvsig.fmap.mapcontrol.tools.snapping.snappers.impl.AbstractSnapper
-
- getColumnClass(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable
-
- getColumnClass(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
- getColumnClass(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurationTableModel
-
- getColumnClass(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
- getColumnCount() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
- getColumnCount() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurationTableModel
-
- getColumnCount() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
- getColumnIndex() - Method in exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.SetFeatureValueException
-
- getColumnName(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
- getColumnName(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurationTableModel
-
- getColumnName(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
- getCombinedTool() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Gets the tool used in combination with the current tool of this
MapControl.
- getConfigurator() - Method in class org.gvsig.fmap.mapcontrol.tools.snapping.snappers.impl.AbstractSnapper
-
- getConfigurator() - Method in interface org.gvsig.fmap.mapcontrol.tools.snapping.snappers.ISnapper
-
- getConnectionName() - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- getConnector() - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- getConnectorName() - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- getCurrentFeatureTableModel() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureStoreModel
-
Returns the TableModel to use to show data of the current feature
type.
- getCurrentFeatureTypeId() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureStoreModel
-
Returns the id of the current FeatureType.
- getCurrentMapTool() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Gets as current active Behavior associated to this
component, that one which is registered and identified by
toolName.
- getCurrentTool() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Returns the name of the current selected tool on this MapControl
- getData() - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.DynObjectEditor
-
Return the data values of the DynObject managed.
- getData(DynObject) - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.DynObjectEditor
-
- getDataBaseName() - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- getDataServerExplorer() - Method in class org.gvsig.fmap.mapcontrol.dal.swing.datastore.DataStoreParametersCreationPanel
-
- getDataServerExplorer() - Method in class org.gvsig.fmap.mapcontrol.dal.swing.datastore.DefaultDataStoreParametersCreationPanel
-
- getDataStoreParameters() - Method in class org.gvsig.fmap.mapcontrol.dal.swing.datastore.DataStoreParametersCreationPanel
-
- getDataStoreParameters() - Method in class org.gvsig.fmap.mapcontrol.dal.swing.datastore.DefaultDataStoreParametersCreationPanel
-
- getDecimalDegrees(double) - Static method in class org.gvsig.fmap.mapcontrol.tools.geo.Geo
-
Gets the decimal degrees equivalent to the m meters.
- getDescriptorForColumn(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
- getDescriptorForColumn(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
Returns the descriptor of a Feature attribute for a table column.
- getDocument() - Method in interface org.gvsig.editing.EditingNotification
-
- getDocument() - Method in class org.gvsig.editing.impl.DefaultEditingNotificationManager.DefaultEditingNotification
-
- getEditingNotificationManager() - Static method in class org.gvsig.fmap.mapcontrol.MapControlLocator
-
- getEditionPreferences() - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- getEditionPreferences() - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
- getElementAt(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTypeListModel
-
- getElementAt(int) - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.impl.LayersDynObjectSetComponentModel
-
- getEvent() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent
-
Gets the event that has been the cause of creating this one.
- getEvent() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.MeasureEvent
-
Gets the event that has been the cause of creating this one.
- getEvent() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.MoveEvent
-
Gets the event that has been the cause of creating this one.
- getEvent() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.PointEvent
-
Gets the event that has been the cause of creating this one.
- getExpresion() - Method in class org.gvsig.fmap.mapcontrol.dal.expresionPanel.ExpresionPanel
-
- getFeature() - Method in interface org.gvsig.editing.EditingNotification
-
- getFeature() - Method in class org.gvsig.editing.impl.DefaultEditingNotificationManager.DefaultEditingNotification
-
- getFeatureAt(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
Returns the value for a row position.
- GetFeatureAtException - Exception in org.gvsig.fmap.mapcontrol.dal.feature.swing.table
-
Exception thrown when there is an error while getting a Feature in a
position.
- GetFeatureAtException(int) - Constructor for exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GetFeatureAtException
-
Creates a new Exception when getting a Feature.
- GetFeatureAtException(int, Throwable) - Constructor for exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GetFeatureAtException
-
Creates a new Exception when getting a Feature.
- getFeatureQuery() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTablePanel
-
Returns the FeatureQuery used to get the Features.
- getFeatureQuery() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureStoreModel
-
- getFeatureQuery() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
Returns the FeatureQuery used to get the Features.
- getFeatureStore() - Method in interface org.gvsig.editing.EditingNotification
-
- getFeatureStore() - Method in class org.gvsig.editing.impl.DefaultEditingNotificationManager.DefaultEditingNotification
-
- getFeatureStore() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTablePanel
-
Returns the FeatureStore of the Features being shown in
the table.
- getFeatureStore() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureStoreModel
-
- getFeatureStore() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
Returns the FeatureStore of the Collection.
- getFeatureStore() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTypeListModel
-
Returns the FeatureStore
- getFeatureTable() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.notification.ColumnHeaderSelectionChangeNotification
-
- getFeatureTable() - Method in interface org.gvsig.fmap.mapcontrol.dal.feature.swing.table.notification.FeatureTableNotification
-
- getFeatureTableModel(FeatureType) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureStoreModel
-
Returns the TableModel to use to show data of a
FeatureType.
- getFeatureTableModel(String) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureStoreModel
-
Returns the TableModel to use to show data of a
FeatureType.
- getFeatureType() - Method in interface org.gvsig.editing.EditingNotification
-
- getFeatureType() - Method in class org.gvsig.editing.impl.DefaultEditingNotificationManager.DefaultEditingNotification
-
- getFeatureType(String) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTypeListModel
-
Returns the FeatureType with the given identifier.
- getFeatureTypeListModel() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureStoreModel
-
- getFeatureTypesSize() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTypeList
-
Returns the number of available FeatureTypes.
- getFeatureValue(Feature, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
- getFeatureValue(Feature, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
Returns the value of a Feature attribute, at the given position.
- getFrom() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.MoveEvent
-
Gets the initial 2D position of the movement.
- getGeometrySelectionSymbol() - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- getGeometrySelectionSymbol() - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Gets the symbol used to draw the selected geometries.
- getGP() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.MeasureEvent
-
Gets the GeneralPathX of the measurement.
- getGrid() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- getGridSizeX() - Method in class org.gvsig.fmap.mapcontrol.tools.grid.Grid
-
- getGridSizeY() - Method in class org.gvsig.fmap.mapcontrol.tools.grid.Grid
-
- getGroupID() - Method in interface org.gvsig.propertypage.PropertiesPageFactory
-
Return the group identifier.
- getHandlerSymbol() - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- getHandlerSymbol() - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Gets the symbol used to draw the handlers.
- getHelper() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
Returns a reference to the Paging Helper used to load the data from the
DataStore.
- getHiddenColumnNames() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
- getHiddenColumnNames() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
- getImage(String) - Static method in class org.gvsig.fmap.IconThemeHelper
-
- getImage() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Gets the BufferedImage used to accelerate the draw
of new ''frames'' with changes, or new graphical items in this component.
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.AreaListenerImpl
-
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- getImageCursor() - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
Gets the mouse cursor of the tool listener associated to this behavior.
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
-
- getImageCursor() - Method in interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
-
Gets the Cursor associated to this tool.
- getImageCursor() - Method in interface org.gvsig.fmap.mapcontrol.tools.MapTool
-
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.MeasureListenerImpl
-
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.PanListenerImpl
-
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.PointSelectionListener
-
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.PolygonSelectionListener
-
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.RectangleSelectionListener
-
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.ZoomInListenerImpl
-
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.ZoomOutListenerImpl
-
- getImageCursor() - Method in class org.gvsig.fmap.mapcontrol.tools.ZoomOutRightButtonListener
-
- getImageIcon(String) - Static method in class org.gvsig.fmap.IconThemeHelper
-
- getInstance() - Static method in class org.gvsig.fmap.mapcontrol.MapControlLocator
-
Return the singleton instance.
- getJTextField() - Method in class org.gvsig.fmap.mapcontrol.swing.dynformfield.Geometry.JDynFormFieldGeometry
-
- getLayer() - Method in interface org.gvsig.editing.EditingNotification
-
- getLayer() - Method in class org.gvsig.editing.impl.DefaultEditingNotificationManager.DefaultEditingNotification
-
- getLayerInfoByPoint(String) - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.impl.LayersDynObjectSetComponentModel
-
- getLayerNames() - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.impl.LayersDynObjectSetComponentModel
-
- getLeadSelectionIndex() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- getListener() - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- getListener() - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- getListener() - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.CircleBehavior
-
- getListener() - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.DraggerBehavior
-
- getListener() - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
Gets the ToolListener used by this behavior to perform actions on the
associated MapControl object.
- getListener() - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.MouseMovementBehavior
-
- getListener() - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.MouseWheelBehavior
-
- getListener() - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.MoveBehavior
-
- getListener() - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PointBehavior
-
- getListener() - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PolylineBehavior
-
- getListener() - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.RectangleBehavior
-
- getListener() - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
- getLocatorName() - Method in class org.gvsig.fmap.mapcontrol.MapControlLocator
-
- getMapAdjustedPoint() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- getMapContext() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Gets this component's MapContext, with the model, and
most of the view, and control logic of the layers of this
component, including a ViewPort to adapt the information
to the projection, and display it in the available area.
- getMapControl() - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- getMapControl() - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- getMapControl() - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
Returns the reference to the MapControl object that this behavior uses.
- getMapControl() - Method in interface org.gvsig.fmap.mapcontrol.tools.MapTool
-
- getMapControlDrawer() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- getMapControlManager() - Static method in class org.gvsig.fmap.mapcontrol.MapControlLocator
-
- getMapPoint() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.PointEvent
-
Gets the Geometry point 2D in map coordinates where this event was produced.
- getMapTool(String) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Gets the Behavior registered in this component, identified
by name.
- getMapToolListener() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Returns the listener used to catch all mouse events produced in this
MapControl instance and that redirects the calls to the
current map tool.
- getMapToolsKeySet() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Returns a set view of the keys that identified the tools registered.
- getMaxSelectionIndex() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- getMinSelectionIndex() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- getName() - Method in class org.gvsig.fmap.mapcontrol.swing.dynformfield.CoordinateReferenceSystem.JDynFormFieldCoordinateReferenceSystemFactory
-
- getName() - Method in class org.gvsig.fmap.mapcontrol.swing.dynformfield.Geometry.JDynFormFieldGeometryFactory
-
- getName() - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- getName() - Method in interface org.gvsig.fmap.mapcontrol.tools.MapTool
-
- getNamesMapTools() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Returns all registered Behavior that can define a way to
work with this MapControl.
- getOkCancelVisible() - Method in class org.gvsig.fmap.mapcontrol.dal.expresionPanel.ExpresionPanel
-
- getOriginalColumnCount() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
- getOriginalColumnIndex(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
Returns the original position of a column.
- getOriginalColumnName(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
Returns the original name of the column, ignoring the alias.
- getPages(String, Object) - Method in class org.gvsig.propertypage.impl.DefaultPropertiesPageManager
-
- getPages(String, Object) - Method in interface org.gvsig.propertypage.PropertiesPageManager
-
Get a list of the property page instances that can be show for the object.
- getPassword() - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- getPixelCoordRect() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent
-
Gets the rectangle selected in pixel coordinates.
- getPoint() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Gets the selected point.
- getPoint() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.PointEvent
-
Gets the point 2D in screen coordinates where this event was produced.
- getPort() - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- getPriority() - Method in class org.gvsig.fmap.mapcontrol.tools.snapping.snappers.impl.AbstractSnapper
-
- getPriority() - Method in interface org.gvsig.fmap.mapcontrol.tools.snapping.snappers.ISnapper
-
Implement this if you need a Snapper more important than the others.
- getPriority() - Method in interface org.gvsig.propertypage.PropertiesPage
-
The priority of this properties page.
- getProjection() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Gets this component's MapContext projection.
- getPropertiesPageManager() - Static method in class org.gvsig.fmap.mapcontrol.MapControlLocator
-
- getRowCount() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurationTableModel
-
- getRowCount() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
- GetRowCountException - Exception in org.gvsig.fmap.mapcontrol.dal.feature.swing.table
-
Exception thrown when getting the total row number, or the total number of
Features, throws an error.
- GetRowCountException() - Constructor for exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GetRowCountException
-
Creates a new GetRowCountException.
- GetRowCountException(Throwable) - Constructor for exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GetRowCountException
-
Creates a new GetRowCountException.
- getRowIndex() - Method in exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GetFeatureAtException
-
- getRowIndex() - Method in exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.SetFeatureValueException
-
- getSelectedColumnCount() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable
-
Returns the number of selected columns.
- getSelectedColumns() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.JToggleButtonHeaderCellRenderer
-
Returns the selected columns table model position.
- getSelectedColumnsAttributeDescriptor() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable
-
Returns the FeatureAttributeDescriptor related to the selected columns.
- getSelectedFeatureType() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTypeList
-
Returns the currently selected FeatureType.
- getSelectedUnitIndex() - Method in class org.gvsig.app.gui.JComboBoxUnits
-
- getSelectionMode() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- getSelectionSymbol() - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- getServer() - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- getServerExplorerParameters() - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- getSize() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTypeListModel
-
Returns the number of FeatureType to show.
- getSize() - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.impl.LayersDynObjectSetComponentModel
-
- getSizePixels() - Method in class org.gvsig.fmap.mapcontrol.tools.snapping.snappers.impl.AbstractSnapper
-
- getSnapper() - Method in interface org.gvsig.fmap.mapcontrol.tools.snapping.IConfigurator
-
- getSnapperAt(int) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- getSnapperAt(int) - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Returns a snapper in a concrete position;
- getSnapperCount() - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- getSnapperCount() - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Returns the number of registered snappers.
- getSnapPoint(Point2D, Geometry, double, Point2D) - Method in interface org.gvsig.fmap.mapcontrol.tools.snapping.snappers.ISnapperGeometriesVectorial
-
- getSnapPoint(MapControl, Point2D, double, Point2D) - Method in interface org.gvsig.fmap.mapcontrol.tools.snapping.snappers.ISnapperRaster
-
- getSnapPoint(Point2D, Geometry, double, Point2D) - Method in interface org.gvsig.fmap.mapcontrol.tools.snapping.snappers.ISnapperVectorial
-
- getSource() - Method in interface org.gvsig.editing.EditingNotification
-
- getSource() - Method in class org.gvsig.editing.impl.DefaultEditingNotificationManager.DefaultEditingNotification
-
- getStore() - Method in interface org.gvsig.editing.EditingNotification
-
- getStore() - Method in class org.gvsig.editing.impl.DefaultEditingNotificationManager.DefaultEditingNotification
-
- getTable() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTablePanel
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryWKTCellEditor
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.JToggleButtonHeaderCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.TextAreaCellRenderer
-
- getTableModel() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTablePanel
-
Returns the internal Table Model for the Features of the FeatureStore.
- getTableModel() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTypesTablePanel
-
Returns the internal Table Model for the Features of the FeatureStore.
- getTablePanel() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTypesTablePanel
-
- getTextArea() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.TextAreaCellEditor
-
- getTitle() - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.DynObjectEditor
-
- getTitle() - Method in interface org.gvsig.propertypage.PropertiesPage
-
Title of the properties page
- getTo() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.MoveEvent
-
Gets the final 2D position of the movement.
- getTolerance() - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- getTolerance() - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Tolerance (in pixels) that has to be used by the tools
that use snapping.
- getToolTipText() - Method in interface org.gvsig.fmap.mapcontrol.tools.snapping.snappers.ISnapper
-
- getType() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.notification.ColumnHeaderSelectionChangeNotification
-
- getType() - Method in interface org.gvsig.fmap.mapcontrol.dal.feature.swing.table.notification.FeatureTableNotification
-
Returns the type of the notification.
- getType() - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- getType() - Method in interface org.gvsig.fmap.mapcontrol.tools.MapTool
-
- getTypesControl() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTypesTablePanel
-
- getUnitConversionFactor() - Method in class org.gvsig.app.gui.JComboBoxUnits
-
Returns the conversion factor from the unit selected in the combo box
to meters or 0 if pixels have been selected as the size unit.
- getUserAction() - Method in class org.gvsig.propertypage.BasePropertiesPageDialog
-
- getUsername() - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- getValue() - Method in exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.SetFeatureValueException
-
- getValue() - Method in class org.gvsig.fmap.mapcontrol.swing.dynformfield.CoordinateReferenceSystem.JDynFormFieldCoordinateReferenceSystem
-
- getValue() - Method in class org.gvsig.fmap.mapcontrol.swing.dynformfield.Geometry.JDynFormFieldGeometry
-
- getValueAt(int, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurationTableModel
-
- getValueAt(int, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
- getValueIsAdjusting() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- getViewPort() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Gets the ViewPort of this component's MapContext .
- getVisibilityColumn() - Static method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurationTableModel
-
- getWKT() - Method in exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.WKTToGeometryException
-
- getWorldCoordRect() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent
-
Gets the rectangle selected in world coordinates.
- getXs() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.MeasureEvent
-
Gets a vector with the X coordinates.
- getYs() - Method in class org.gvsig.fmap.mapcontrol.tools.Events.MeasureEvent
-
Gets a vector with the Y coordinates.
- graphics - Variable in class org.gvsig.fmap.mapcontrol.impl.DefaultPrimitivesDrawer
-
- Grid - Class in org.gvsig.fmap.mapcontrol.tools.grid
-
Clase encargada de gestionar las diferentes operaciones que se realizan
sobre el grid.
- Grid() - Constructor for class org.gvsig.fmap.mapcontrol.tools.grid.Grid
-
- GRIDSIZEX - Static variable in class org.gvsig.fmap.mapcontrol.tools.grid.Grid
-
- GRIDSIZEY - Static variable in class org.gvsig.fmap.mapcontrol.tools.grid.Grid
-
- m_FirstPoint - Variable in class org.gvsig.fmap.mapcontrol.tools.Behavior.CircleBehavior
-
First point set, that represents the center of the circle.
- m_LastPoint - Variable in class org.gvsig.fmap.mapcontrol.tools.Behavior.CircleBehavior
-
Second point set, that permits calculate the radius of the circle.
- main(String[]) - Static method in class org.gvsig.fmap.mapcontrol.tools.AreaListenerImpl
-
- mapAdjustedPoint - Variable in class org.gvsig.fmap.mapcontrol.MapControl
-
Represents the cursor's point selected in map coordinates.
- MapControl - Class in org.gvsig.fmap.mapcontrol
-
A component that includes a
MapContext with support for
use it as a particular
Behavior.
- MapControl() - Constructor for class org.gvsig.fmap.mapcontrol.MapControl
-
Creates a new
MapControl instance with the following
characteristics:
Name: MapControl .
Disables the double buffer of
JComponent .
Sets opaque
(see JComponent.setOpaque(boolean) ).
Sets its status to
OUTDATED .
Creates a new
CancelDraw object to notify
MapContext's layers if can continue processing the drawn or
must cancel it.
Creates a new
MapContext with a new
ViewPort in the default projection.
Creates a new
CommandListener for edition
operations.
Creates a new
MapToolListener, and associates
it as a listener of whatever kind of mouse events produced in this
component.
Creates a new
Drawer2 for managing the painting
requests.
Creates a new timer that will invoke refresh this component
drawFrameRate per second, when is running a drawing process,
and its enabled
drawAnimationEnabled.
- MapControl.CancelDraw - Class in org.gvsig.fmap.mapcontrol
-
An instance of CancelDraw will be shared by all this
MapControl's MapContext layers, allowing
receive a notification that, when they're been drawn, to be cancelled.
- MapControl.CancelDraw() - Constructor for class org.gvsig.fmap.mapcontrol.MapControl.CancelDraw
-
Creates a new CancelDraw object.
- MapControl.Drawer - Class in org.gvsig.fmap.mapcontrol
-
An instance of Drawer2 could manage all
MapControl painting requests.
- MapControl.Drawer() - Constructor for class org.gvsig.fmap.mapcontrol.MapControl.Drawer
-
Creates a new drawer for managing all data painting requests in
MapControl.
- MapControl.MapContextListener - Class in org.gvsig.fmap.mapcontrol
-
MapContextListener listens all events produced in a
MapControl's MapContext object during an atomic
period of time, and sets it to dirty, executing
drawMap(false), if any of the
following conditions is accomplished:
Any of the LayerEvent in the AtomicEvent
parameter notifies a visibility change.
There is at least one ColorEvent in the
AtomicEvent parameter.
There is at least one ExtentEvent in the
AtomicEvent parameter.
Any of the LayerCollectionEvent in the
AtomicEvent parameter notifies that a driver's layer has
reloaded it successfully.
There is at least one LegendEvent in the
AtomicEvent parameter.
There is at least one SelectionEvent in the
AtomicEvent parameter.
- MapControl.MapContextListener() - Constructor for class org.gvsig.fmap.mapcontrol.MapControl.MapContextListener
-
- MapControl.MapToolListener - Class in org.gvsig.fmap.mapcontrol
-
- MapControl.MapToolListener() - Constructor for class org.gvsig.fmap.mapcontrol.MapControl.MapToolListener
-
- MAPCONTROL_MANAGER_NAME - Static variable in class org.gvsig.fmap.mapcontrol.MapControlLocator
-
MapControlManager name used by the locator to access the instance
- MapControlCreationException - Exception in org.gvsig.fmap.mapcontrol
-
- MapControlCreationException(Throwable) - Constructor for exception org.gvsig.fmap.mapcontrol.MapControlCreationException
-
- MapControlDrawer - Interface in org.gvsig.fmap.mapcontrol
-
Represents a class that can write objects in a map like a raster image, a
Geometry or other graphical objects.
- MapControlDrawer2D - Class in org.gvsig.fmap.mapcontrol.impl
-
MapControlDrawer for a 2D view.
- MapControlDrawer2D() - Constructor for class org.gvsig.fmap.mapcontrol.impl.MapControlDrawer2D
-
- MapControlException - Exception in org.gvsig.fmap.mapcontrol
-
- MapControlException(String, String, long) - Constructor for exception org.gvsig.fmap.mapcontrol.MapControlException
-
- MapControlException(String, Throwable, String, long) - Constructor for exception org.gvsig.fmap.mapcontrol.MapControlException
-
- MapControlLibrary - Class in org.gvsig.fmap.mapcontrol
-
Initialization of the MapControls library.
- MapControlLibrary() - Constructor for class org.gvsig.fmap.mapcontrol.MapControlLibrary
-
- MapControlLocator - Class in org.gvsig.fmap.mapcontrol
-
- MapControlLocator() - Constructor for class org.gvsig.fmap.mapcontrol.MapControlLocator
-
- mapControlManager - Static variable in class org.gvsig.fmap.mapcontrol.MapControl
-
- MapControlManager - Interface in org.gvsig.fmap.mapcontrol
-
This class is the manager of the MapControl library.
- mapCtrl - Variable in class org.gvsig.fmap.mapcontrol.tools.AreaListenerImpl
-
Reference to the MapControl object that uses.
- mapCtrl - Variable in class org.gvsig.fmap.mapcontrol.tools.MeasureListenerImpl
-
Reference to the MapControl object that uses.
- mapCtrl - Variable in class org.gvsig.fmap.mapcontrol.tools.PointSelectionListener
-
Reference to the MapControl object that uses.
- MapTool - Interface in org.gvsig.fmap.mapcontrol.tools
-
- mapToolListener - Variable in class org.gvsig.fmap.mapcontrol.MapControl
-
Listener of all kind of mouse events produced in this component.
- MeasureEvent - Class in org.gvsig.fmap.mapcontrol.tools.Events
-
MeasureEvent is used to notify the selection of a polyline.
- MeasureEvent(Double[], Double[], MouseEvent) - Constructor for class org.gvsig.fmap.mapcontrol.tools.Events.MeasureEvent
-
Creates a new MeasureEvent with all necessary data.
- MeasureListenerImpl - Class in org.gvsig.fmap.mapcontrol.tools
-
Listener for calculating the length of the segments of a polyline, defined in the associated
MapControl
object.
- MeasureListenerImpl(MapControl) - Constructor for class org.gvsig.fmap.mapcontrol.tools.MeasureListenerImpl
-
Creates a new listener for calculating the length of a polyline.
- message(String) - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.impl.DefaultLayersDynObjectSetComponent
-
- mouseClicked(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.JToggleButtonHeaderCellRenderer
-
- mouseClicked(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl.MapToolListener
-
- mouseClicked(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- mouseClicked(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- mouseClicked(MouseEvent) - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
- mouseClicked(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
- mouseDragged(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl.MapToolListener
-
- mouseDragged(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- mouseDragged(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- mouseDragged(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.CircleBehavior
-
- mouseDragged(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.DraggerBehavior
-
- mouseDragged(MouseEvent) - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
- mouseDragged(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.MouseMovementBehavior
-
- mouseDragged(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.MoveBehavior
-
- mouseDragged(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PolygonBehavior
-
- mouseDragged(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PolylineBehavior
-
- mouseDragged(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.RectangleBehavior
-
- mouseDragged(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
- mouseEntered(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.JToggleButtonHeaderCellRenderer
-
- mouseEntered(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl.MapToolListener
-
- mouseEntered(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- mouseEntered(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- mouseEntered(MouseEvent) - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
- mouseEntered(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
- mouseExited(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.JToggleButtonHeaderCellRenderer
-
- mouseExited(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl.MapToolListener
-
- mouseExited(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- mouseExited(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- mouseExited(MouseEvent) - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
- mouseExited(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
- mouseMoved(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl.MapToolListener
-
- mouseMoved(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- mouseMoved(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- mouseMoved(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.CircleBehavior
-
- mouseMoved(MouseEvent) - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
- mouseMoved(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.MouseMovementBehavior
-
- mouseMoved(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PolygonBehavior
-
- mouseMoved(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PolylineBehavior
-
- mouseMoved(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
- MouseMovementBehavior - Class in org.gvsig.fmap.mapcontrol.tools.Behavior
-
Behavior that permits user to move and drag the mouse on the image of the associated
MapControl instance using a
PointListener.
- MouseMovementBehavior(PointListener) - Constructor for class org.gvsig.fmap.mapcontrol.tools.Behavior.MouseMovementBehavior
-
Creates a new behavior for moving or dragging the mouse on the image of the associated MapControl instance.
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.JToggleButtonHeaderCellRenderer
-
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl.MapToolListener
-
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.CircleBehavior
-
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.DraggerBehavior
-
- mousePressed(MouseEvent) - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.MoveBehavior
-
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PointBehavior
-
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PolygonBehavior
-
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PolylineBehavior
-
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.RectangleBehavior
-
- mousePressed(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
- mouseReleased(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.JToggleButtonHeaderCellRenderer
-
- mouseReleased(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl.MapToolListener
-
- mouseReleased(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- mouseReleased(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- mouseReleased(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.CircleBehavior
-
- mouseReleased(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.DraggerBehavior
-
- mouseReleased(MouseEvent) - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
- mouseReleased(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.MoveBehavior
-
- mouseReleased(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PointBehavior
-
- mouseReleased(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.RectangleBehavior
-
- mouseReleased(MouseEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
- MouseWheelBehavior - Class in org.gvsig.fmap.mapcontrol.tools.Behavior
-
- MouseWheelBehavior() - Constructor for class org.gvsig.fmap.mapcontrol.tools.Behavior.MouseWheelBehavior
-
Constructor.
- mouseWheelMoved(MouseWheelEvent) - Method in class org.gvsig.fmap.mapcontrol.MapControl.MapToolListener
-
- mouseWheelMoved(MouseWheelEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- mouseWheelMoved(MouseWheelEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- mouseWheelMoved(MouseWheelEvent) - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
- mouseWheelMoved(MouseWheelEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.MouseWheelBehavior
-
- mouseWheelMoved(MouseWheelEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
- move(MoveEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- move(MoveEvent) - Method in interface org.gvsig.fmap.mapcontrol.tools.Listeners.PanListener
-
Called when user drags the mouse on the view.
- move(MoveEvent) - Method in class org.gvsig.fmap.mapcontrol.tools.PanListenerImpl
-
- MoveBehavior - Class in org.gvsig.fmap.mapcontrol.tools.Behavior
-
Behavior that permits user to move the image of the associated
MapControl using a
PanListener.
- MoveBehavior(PanListener) - Constructor for class org.gvsig.fmap.mapcontrol.tools.Behavior.MoveBehavior
-
Creates a new behavior for moving the mouse.
- MoveEvent - Class in org.gvsig.fmap.mapcontrol.tools.Events
-
MoveEvent is used to notify a movement of the mouse between two points 2D.
- MoveEvent(Point2D, Point2D, MouseEvent) - Constructor for class org.gvsig.fmap.mapcontrol.tools.Events.MoveEvent
-
Creates a new MoveEvent with all necessary data.
- SelectedFeatureTypeChangeListener - Interface in org.gvsig.fmap.mapcontrol.dal.feature.swing.table
-
Listener for changes in the selected FeatureType.
- SelectionChangeException - Exception in org.gvsig.fmap.mapcontrol.dal.feature.swing
-
Exception thrown when there is an error while changing the selection in the
table.
- SelectionChangeException() - Constructor for exception org.gvsig.fmap.mapcontrol.dal.feature.swing.SelectionChangeException
-
Constructs a new TableSelectionChangeException with no parameters.
- SelectionChangeException(Throwable) - Constructor for exception org.gvsig.fmap.mapcontrol.dal.feature.swing.SelectionChangeException
-
Constructs a new TableSelectionChangeException with the original cause.
- setAdjustGrid(boolean) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- setAdjustGrid(boolean) - Method in class org.gvsig.fmap.mapcontrol.tools.grid.Grid
-
Inserta un boolean que indica si se ajusta o no al grid y de esta forma
dibujarse.
- setAlias(String, String) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
Sets the alias for a column.
- setAllControlsBehavior(Behavior) - Static method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
Sets the Behavior that will be used for any MapControl.
- setAllVisible() - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
Changes all columns to be visible.
- setAnchorSelectionIndex(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- setAxisReferenceSymbol(ISymbol) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- setAxisReferenceSymbol(ISymbol) - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Sets the symbol that has to be used to draw a geometry that
represent the axis of a geometry.
- setCanceled(boolean) - Method in class org.gvsig.fmap.mapcontrol.MapControl.CancelDraw
-
- setColor(Color) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultPrimitivesDrawer
-
- setColor(Color) - Method in interface org.gvsig.fmap.mapcontrol.PrimitivesDrawer
-
Sets the color that is used to draw the objects that don't
have a symbol.
- setColor(Color) - Method in class org.gvsig.fmap.mapcontrol.tools.snapping.snappers.impl.AbstractSnapper
-
- setCombinedTool(Behavior) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Sets a tool to be used in combination with the current tool of this
MapControl.
- setComposite(Composite) - Method in class org.gvsig.fmap.mapcontrol.impl.MapControlDrawer2D
-
- setComposite(Composite) - Method in interface org.gvsig.fmap.mapcontrol.MapControlDrawer
-
- setConnectionName(String) - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- setCurrentFeatureTypeId(String) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureStoreModel
-
Sets the id of the current FeatureType.
- setCurrentMapTool(Behavior) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Sets mapTool as this MapControl's current map
tool.
- setDrawAnimationEnabled(boolean) - Static method in class org.gvsig.fmap.mapcontrol.MapControl
-
Sets if its enabled the repaint that invokes the timer according to
#getDrawFrameRate().
- setDrawnBehavior(int, boolean) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
Sets if will be invoked the method
public void paintComponent(Graphics g) of the
first-level
Behavior at the specified position, each time is painted this component.
- setEnabled(boolean) - Method in class org.gvsig.fmap.mapcontrol.tools.snapping.snappers.impl.AbstractSnapper
-
- setEnabled(boolean) - Method in interface org.gvsig.fmap.mapcontrol.tools.snapping.snappers.ISnapper
-
- setFeatureStore(FeatureStore) - Method in class org.gvsig.fmap.mapcontrol.dal.expresionPanel.ExpresionPanel
-
- setFeatureType(FeatureType) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
- setFeatureType(FeatureType) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
Sets the FeatureType to show in the table.
- setFeatureValue(Feature, int, Object) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
- setFeatureValue(Feature, int, Object) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
Sets the value of an Feature attribute at the given position.
- SetFeatureValueException - Exception in org.gvsig.fmap.mapcontrol.dal.feature.swing.table
-
Exception thrown when there is an error while updating a Feature through a
FeatureTableModel.
- SetFeatureValueException(int, int, Object) - Constructor for exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.SetFeatureValueException
-
Creates a new Exception when setting a Feature value.
- SetFeatureValueException(int, int, Object, Throwable) - Constructor for exception org.gvsig.fmap.mapcontrol.dal.feature.swing.table.SetFeatureValueException
-
Creates a new Exception when setting a Feature value.
- setGeometries(List) - Method in interface org.gvsig.fmap.mapcontrol.tools.snapping.snappers.ISnapperGeometriesVectorial
-
- setGeometrySelectionSymbol(ISymbol) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- setGeometrySelectionSymbol(ISymbol) - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Sets the symbol that has to be used to draw a geometry when
it is selected.
- setGP(GeneralPathX) - Method in class org.gvsig.fmap.mapcontrol.tools.Events.MeasureEvent
-
Sets the GeneralPathX of the measurement.
- setGraphics(Graphics) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultPrimitivesDrawer
-
- setGraphics(Graphics) - Method in interface org.gvsig.fmap.mapcontrol.PrimitivesDrawer
-
This method sets the Graphics where the
Drawer has to draw all the objects.
- setGridSizeX(double) - Method in class org.gvsig.fmap.mapcontrol.tools.grid.Grid
-
- setGridSizeY(double) - Method in class org.gvsig.fmap.mapcontrol.tools.grid.Grid
-
- setGridVisibility(boolean) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- setHandlerSymbol(ISymbol) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- setHandlerSymbol(ISymbol) - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Sets the symbol that has to be used to draw the handlers.
- setLeadSelectionIndex(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- setListener(ToolListener) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.CircleBehavior
-
Sets a tool listener to work with the MapControl using this behavior.
- setListener(ToolListener) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.DraggerBehavior
-
Sets a tool listener to work with the MapControl using this behavior.
- setListener(ToolListener) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.MouseMovementBehavior
-
Sets a tool listener to work with the MapControl using this behavior.
- setListener(ToolListener) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.MoveBehavior
-
Sets a tool listener to work with the MapControl using this
behavior.
- setListener(ToolListener) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PointBehavior
-
Sets a tool listener to work with the MapControl using this behavior.
- setListener(ToolListener) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.PolylineBehavior
-
Sets a tool listener to work with the MapControl using this behavior.
- setListener(ToolListener) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.RectangleBehavior
-
Sets a tool listener to work with the MapControl using this behavior.
- setListener(ToolListener) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
Sets a tool listener to work with a MapControl instance using these behaviors.
- setMapContext(MapContext) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Sets a MapContext to this component.
- setMapContext(MapContext) - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.impl.DefaultLayersDynObjectSetComponent
-
- setMapContext(MapContext) - Method in interface org.gvsig.fmap.mapcontrol.swing.dynobject.LayersDynObjectSetComponent
-
- setMapControl(MapControl) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- setMapControl(MapControl) - Method in class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
-
- setMapControl(MapControl) - Method in interface org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior
-
Associates this behavior to a MapControl object.
- setMapControl(MapControl) - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
- setMapControlDrawer(MapControlDrawer) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
- setName(String) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- setOkCancelVisible(boolean) - Method in class org.gvsig.fmap.mapcontrol.dal.expresionPanel.ExpresionPanel
-
- setOnClose(Runnable) - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.DynObjectEditor
-
- setPoint(Point2D) - Method in class org.gvsig.fmap.mapcontrol.tools.Events.PointEvent
-
Sets the point 2D where this event was produced.
- setPrevTool() - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Equivalent operation to undo.
- setPriority(int) - Method in class org.gvsig.fmap.mapcontrol.tools.snapping.snappers.impl.AbstractSnapper
-
- setPriority(int) - Method in interface org.gvsig.fmap.mapcontrol.tools.snapping.snappers.ISnapper
-
- setProjection(IProjection) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Sets the projection to this component's MapContext.
- setRefentEnabled(boolean) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Sets the snap tools enabled or disabled.
- setRenderingHints(RenderingHints) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultPrimitivesDrawer
-
- setRenderingHints(RenderingHints) - Method in interface org.gvsig.fmap.mapcontrol.MapControlDrawer
-
Replaces the values of all preferences for the rendering algorithms with the specified hints.
- setSelectedUnitIndex(int) - Method in class org.gvsig.app.gui.JComboBoxUnits
-
- setSelectionInterval(int, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- setSelectionMode(int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- setSelectionSymbol(ISymbol) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- setSelectionUp(boolean) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable
-
Sets that the selected Features to be viewed first.
- setSelectionUp(boolean) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTablePanel
-
Sets that the selected Features to be viewed first.
- setSelectionUp(boolean) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTypesTablePanel
-
Sets that the selected Features to be viewed first.
- setSelectionUp(boolean) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
Sets that the selected Features get returned first.
- setServerExplorerParameters(JDBCServerExplorerParameters) - Method in class org.gvsig.fmap.mapcontrol.dal.jdbc.JDBCConnectionPanel
-
- setShowGrid(boolean) - Method in class org.gvsig.fmap.mapcontrol.tools.grid.Grid
-
Inserta un boolean que indica si se utiliza o no el grid y de esta forma
dibujarse.
- setShutdown(boolean) - Method in class org.gvsig.fmap.mapcontrol.MapControl.Drawer
-
Sets this Drawer2's worker to finish or continue with
its process.
- setSizePixels(int) - Method in class org.gvsig.fmap.mapcontrol.tools.snapping.snappers.impl.AbstractSnapper
-
- setSkipFeatureValidation(boolean) - Method in interface org.gvsig.editing.EditingNotification
-
- setSkipFeatureValidation(boolean) - Method in class org.gvsig.editing.impl.DefaultEditingNotificationManager.DefaultEditingNotification
-
- setSnapper(ISnapper) - Method in interface org.gvsig.fmap.mapcontrol.tools.snapping.IConfigurator
-
- setStroke(Stroke) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultPrimitivesDrawer
-
- setStroke(Stroke) - Method in interface org.gvsig.fmap.mapcontrol.MapControlDrawer
-
Sets the Stroke for the Graphics2D context.
- setTitle(String) - Method in class org.gvsig.fmap.mapcontrol.swing.dynobject.DynObjectEditor
-
- setTolerance(int) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultMapControlManager
-
- setTolerance(int) - Method in interface org.gvsig.fmap.mapcontrol.MapControlManager
-
Sets the tolerance (in pixels) that has to be used by the
tools that use snapping.
- setTool(String) - Method in class org.gvsig.fmap.mapcontrol.MapControl
-
Sets as current active Behavior associated to this
component, that one which is registered and identified by
toolName.
- setType(int) - Method in class org.gvsig.fmap.mapcontrol.tools.BaseMapTool
-
- setValue(Object) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureCellRenderer
-
- setValue(Object) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GeometryCellRenderer
-
- setValue(Object) - Method in class org.gvsig.fmap.mapcontrol.swing.dynformfield.CoordinateReferenceSystem.JDynFormFieldCoordinateReferenceSystem
-
- setValue(Object) - Method in class org.gvsig.fmap.mapcontrol.swing.dynformfield.Geometry.JDynFormFieldGeometry
-
- setValueAt(Object, int, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurationTableModel
-
- setValueAt(Object, int, int) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureTableModel
-
- setValueIsAdjusting(boolean) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureSelectionModel
-
- setViewPort(ViewPort) - Method in class org.gvsig.fmap.mapcontrol.impl.MapControlDrawer2D
-
- setViewPort(ViewPort) - Method in interface org.gvsig.fmap.mapcontrol.MapControlDrawer
-
The ViewPort is used to transform the map
coordinates in the screen coordinates.
- setViewPort(ViewPort) - Method in class org.gvsig.fmap.mapcontrol.tools.grid.Grid
-
Inserta el viewPort.
- setVisible(String, boolean) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
Sets the visibility of a table column.
- setVisibleColumns(List<String>) - Method in class org.gvsig.fmap.mapcontrol.dal.feature.swing.table.ConfigurableFeatureTableModel
-
Sets the current visible columns list, in the original order.
- shouldValidateTheFeature() - Method in interface org.gvsig.editing.EditingNotification
-
- shouldValidateTheFeature() - Method in class org.gvsig.editing.impl.DefaultEditingNotificationManager.DefaultEditingNotification
-
- SHOWGRID - Static variable in class org.gvsig.fmap.mapcontrol.tools.grid.Grid
-
- showWKT - Variable in class org.gvsig.fmap.mapcontrol.swing.dynformfield.Geometry.JDynFormFieldGeometry
-
- size() - Method in class org.gvsig.fmap.mapcontrol.tools.CompoundBehavior
-
Returns the number of first-level
Behaviors in this
CompoundBehavior.
- sphericalPolyArea(double[], double[], int) - Static method in class org.gvsig.fmap.mapcontrol.tools.geo.Geo
-
Returns the area of a spherical polygon in spherical degrees,
given the latitudes and longitudes in lat and lon, respectively.
- SqKm - Static variable in class org.gvsig.fmap.mapcontrol.tools.geo.Geo
-
Square kilometres per spherical degree.
- SqM - Static variable in class org.gvsig.fmap.mapcontrol.tools.geo.Geo
-
Square metres per spherical degree.
- SqMi - Static variable in class org.gvsig.fmap.mapcontrol.tools.geo.Geo
-
Square miles per spherical degree.
- startDrawing(Object) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultPrimitivesDrawer
-
- startDrawing(Object) - Method in interface org.gvsig.fmap.mapcontrol.PrimitivesDrawer
-
This method is used to start a drawing process that needs to
be synchronized.
- stopDrawing(Object) - Method in class org.gvsig.fmap.mapcontrol.impl.DefaultPrimitivesDrawer
-
- stopDrawing(Object) - Method in interface org.gvsig.fmap.mapcontrol.PrimitivesDrawer
-
This method is used to finish a drawing process that needs to
be synchronized.