| java.lang.Object net.refractions.udig.project.command.SelectionCommandFactory net.refractions.udig.project.command.factory.SelectionCommandFactory
SelectionCommandFactory | protected SelectionCommandFactory()(Code) | | |
createBBoxSelectionCommand | public UndoableMapCommand createBBoxSelectionCommand(Envelope bbox, int modifiers)(Code) | | Creates a new
Parameters: bbox - A bounding used as the filter, all features intersecting the bbox will beconsidered selected Parameters: modifiers - Options include: BBoxSelectionCommand.ADD, BBoxSelectionCommand.NONE,BBoxSelectionCommand.SUBTRACT A new BBoxSelectionCommand. The command should be sent to theto be executed. See Also: Envelope See Also: MapCommand |
createBBoxSelectionCommand | public UndoableMapCommand createBBoxSelectionCommand(Envelope boundingBox)(Code) | | Creates a new
.
Same as createBBoxSelectionCommand(bbox, BBoxSelectionCommand.NONE)
Parameters: bbox - A bounding used as the filter, all features intersecting the bbox will beconsidered selected A new BBoxSelectionCommand. The command should be sent to theto be executed. See Also: Envelope See Also: MapCommand |
createCompositeCommand | public MapCommand createCompositeCommand(List<? extends MapCommand> commands)(Code) | | Create a CompositeCommand
Parameters: commands - the commands to be executed as a single command a See Also: MapCommand |
getInstance | public static SelectionCommandFactory getInstance()(Code) | | Creates a new SelectionCommandFactory object
a new SelectionCommandFactory object |
|
|