public abstract class NFESelectionTool extends NFETool
PROPERTY_NAME, PROPERTY_PROVIDERID, PROPERTY_SRID, PROPERTY_VISIBLE
Constructor and Description |
---|
NFESelectionTool(MapCanvas canvas, NFEModel model) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears all contents of this layer.
|
boolean |
isMultiSelect()
Tells whether the tool allows multiple selection or not
|
void |
setMultiSelect(boolean multiSelect)
Sets whether the tool allows multiple selection or not
|
getModel, getTolerance, handleEvent, isEnabled, setEnabled
isInAction
added, addPropertyChangeListener, addPropertyChangeListener, fromXMLElement, getCanvas, getDataMBR, getFullExtent, getIcon, getName, getProperties, getProperty, getProperty, getPropertyChangeListeners, getPropertyChangeListeners, getProviderID, getSRID, hitTest, hitTest, isVisible, mapRegionChanged, removed, removePropertyChangeListener, removePropertyChangeListener, render, repaint, setCanvas, setName, setProperty, setProviderID, setSRID, setVisible, toXMLElement, update
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
added, fromXMLElement, getCanvas, getDataMBR, getFullExtent, getIcon, getName, getProviderID, getSRID, hitTest, hitTest, isVisible, mapRegionChanged, removed, render, repaint, setCanvas, setName, setProviderID, setSRID, setVisible, toXMLElement, update
public boolean isMultiSelect()
public void setMultiSelect(boolean multiSelect)
multiSelect
- true if the tool allows multiple selectionpublic void clear()
Layer
clear
in interface Layer
clear
in class BasicLayer