- SelectAllExtension - Class in org.gvsig.selectiontools.app.extension
-
Extension to add support for selecting all the features of a vector layer.
- SelectAllExtension() - Constructor for class org.gvsig.selectiontools.app.extension.SelectAllExtension
-
- SelectByBufferExtension - Class in org.gvsig.selectiontools.app.extension
-
Extension to add support for selecting the geometries of the active vector
layers that intersect with a buffer around their previously selected
geometries.
- SelectByBufferExtension() - Constructor for class org.gvsig.selectiontools.app.extension.SelectByBufferExtension
-
- SelectByCircleExtension - Class in org.gvsig.selectiontools.app.extension
-
Extension to add support for selecting the geometries of the active vector
layers that intersect with a circle defined by the user.
- SelectByCircleExtension() - Constructor for class org.gvsig.selectiontools.app.extension.SelectByCircleExtension
-
- SelectByPolylineExtension - Class in org.gvsig.selectiontools.app.extension
-
Extension to add support for selecting the geometries of the active vector
layers that intersect with a polyline defined by the user.
- SelectByPolylineExtension() - Constructor for class org.gvsig.selectiontools.app.extension.SelectByPolylineExtension
-
- setIncrementableTask(IncrementableTask) - Method in class org.gvsig.selectiontools.app.extension.tools.buffer.process.BufferSelectionProcess
-
Sets the object that will display the evolution of this loading process
as a progress dialog.