A B C D E F G H I K L M N O P R S T U V W X

A

AbstractCommand - Class in net.refractions.udig.project.command
TODO Purpose of net.refractions.udig.project.command
AbstractCommand() - Constructor for class net.refractions.udig.project.command.AbstractCommand
 
AbstractGeoSelection - Class in net.refractions.udig.project.geoselection
To be used later.
AbstractGeoSelection() - Constructor for class net.refractions.udig.project.geoselection.AbstractGeoSelection
 
AbstractGeoSelectionManager - Class in net.refractions.udig.project.geoselection
General abstract implementation of IGeoSelectionManager interface.
AbstractGeoSelectionManager() - Constructor for class net.refractions.udig.project.geoselection.AbstractGeoSelectionManager
Empty constructor
AbstractRenderMetrics - Class in net.refractions.udig.project.render
Abstract implementation of the IRenderMetrics.
AbstractRenderMetrics(IRenderContext, IRenderMetricsFactory) - Constructor for class net.refractions.udig.project.render.AbstractRenderMetrics
Create New instance
AdaptableFeature - Class in net.refractions.udig.project
TODO Purpose of net.refractions.udig.project
AdaptableFeature(Feature) - Constructor for class net.refractions.udig.project.AdaptableFeature
Construct AdaptableFeature.
AdaptableFeature(Feature, ILayer) - Constructor for class net.refractions.udig.project.AdaptableFeature
Construct AdaptableFeature.
addAll(IBlackboard) - Method in interface net.refractions.udig.project.IBlackboard
adds all the contents of the source blackboard to the destination blackboard
ADDED_ID - Static variable in interface net.refractions.udig.project.interceptor.LayerInterceptor
Attribute name of layer added interceptors
addErrorHandler(ErrorHandler) - Method in class net.refractions.udig.project.command.CommandManager
Adds an Errorhandler to the list of error handlers
addListener(IGeoSelectionChangedListener) - Method in class net.refractions.udig.project.geoselection.AbstractGeoSelectionManager
 
addListener(IGeoSelectionChangedListener) - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionManager
DOCUMENT ME
addListener(IBlackboardListener) - Method in interface net.refractions.udig.project.IBlackboard
Adds a listener to the blackboard.
addListener(IEditManagerListener) - Method in interface net.refractions.udig.project.IEditManager
Adds a EditManager Listener
addListener(ILayerListener) - Method in interface net.refractions.udig.project.ILayer
Listen to changes on this layer.
addMapCompositionListener(IMapCompositionListener) - Method in interface net.refractions.udig.project.IMap
Adds a IMapCompositionListener to this map.
addMapListener(IMapListener) - Method in interface net.refractions.udig.project.IMap
Adds a MapListener to this map.
addRequest(CommandManager.Request) - Method in class net.refractions.udig.project.command.CommandManager.Executor
Adds a command to the stack of commands that needs to be executed.
addViewportModelListener(IViewportModelListener) - Method in interface net.refractions.udig.project.render.IViewportModel
Adds a IViewportModelListener to this map.
ALL - Static variable in class net.refractions.udig.project.LayerEvent
Indicates something somewhere is different - make no assumptions
async - Variable in class net.refractions.udig.project.command.CommandManager.Request
sync/async *
aSyncExecute(Command) - Method in class net.refractions.udig.project.command.CommandManager
Execute Command asyncrounously.

B

BasicCommandFactory - Class in net.refractions.udig.project.command
Deprecated.  
BasicCommandFactory() - Constructor for class net.refractions.udig.project.command.BasicCommandFactory
Deprecated.  
BasicCommandFactory - Class in net.refractions.udig.project.command.factory
Creates Edit commands which must be used to modify editable feature data.
BasicCommandFactory() - Constructor for class net.refractions.udig.project.command.factory.BasicCommandFactory
 
blackBoardChanged(BlackboardEvent) - Method in interface net.refractions.udig.project.IBlackboardListener
Called after the blackboard has been changed.
blackBoardCleared(IBlackboard) - Method in interface net.refractions.udig.project.IBlackboardListener
Called before the blackboard has been cleared.
BlackboardEvent - Class in net.refractions.udig.project
Represents a change on a IBlackboard.
BlackboardEvent(IBlackboard, Object, Object, Object) - Constructor for class net.refractions.udig.project.BlackboardEvent
 

C

canAddLayer(ILayer) - Method in interface net.refractions.udig.project.render.IRenderMetrics
Check to see if this layers can be added to rendered.
CANCELLED - Static variable in interface net.refractions.udig.project.render.IRenderer
Indicates that the renderer has been cancelled rendering
canRedo() - Method in class net.refractions.udig.project.command.CommandManager
 
canRedo() - Method in interface net.refractions.udig.project.command.CommandStack
return true if a command is available to be redone.
canRender(IRenderContext) - Method in interface net.refractions.udig.project.render.IRenderMetricsFactory
This method is used to determine whether the renderer can render the layer.
canStyle(String, Object) - Method in interface net.refractions.udig.project.render.IRenderMetrics
True if renderer use the provided style information.
canUndo() - Method in class net.refractions.udig.project.command.CommandManager
 
canUndo() - Method in interface net.refractions.udig.project.command.CommandStack
 
changed(EditManagerEvent) - Method in interface net.refractions.udig.project.IEditManagerListener
Called when an event occurs.
changed(MapCompositionEvent) - Method in interface net.refractions.udig.project.IMapCompositionListener
Called when an event occurs.
changed(MapEvent) - Method in interface net.refractions.udig.project.IMapListener
Called when a event occurs.
changed(ViewportModelEvent) - Method in interface net.refractions.udig.project.render.IViewportModelListener
Called when a event occurs.
clear() - Method in interface net.refractions.udig.project.IBlackboard
Clear the contents of this blackboard.
clearImage() - Method in interface net.refractions.udig.project.render.IRenderContext
Clears the entire image so it is all transparent.
clearImage(Rectangle) - Method in interface net.refractions.udig.project.render.IRenderContext
Clears the area of the image indicated by the rectangle.
clearSelection(ILayer) - Method in interface net.refractions.udig.project.render.IRenderManager
Clears selection from the specified layer.
Command - Interface in net.refractions.udig.project.command
A MapCommand in uDig describes an action that modifies the system's model.
command - Variable in class net.refractions.udig.project.command.CommandManager.Request
the command to be done/undone/redone
commandExecuted(int) - Method in interface net.refractions.udig.project.command.CommandListener
CommandManager will call this function once a command is completed.
CommandListener - Interface in net.refractions.udig.project.command
CommandListeners are notified when commands have been executed.
CommandManager - Class in net.refractions.udig.project.command
A commands Manager executes commands in a seperate thread, either synchronously or a synchronously.
CommandManager(String, ErrorHandler, CommandListener) - Constructor for class net.refractions.udig.project.command.CommandManager
Creates a new instance of CommandManager
CommandManager(String, ErrorHandler) - Constructor for class net.refractions.udig.project.command.CommandManager
Creates a new instance of CommandManager
CommandManager(String, ErrorHandler, CommandListener, long) - Constructor for class net.refractions.udig.project.command.CommandManager
Creates a new instance of CommandManager
CommandManager.Executor - Class in net.refractions.udig.project.command
Executes commands in a seperate thread from the requesting thread.
CommandManager.Executor(String) - Constructor for class net.refractions.udig.project.command.CommandManager.Executor
Construct Executor.
CommandManager.Request - Class in net.refractions.udig.project.command
TODO Purpose of net.refractions.udig.project.command
CommandManager.Request(int, Command, boolean, boolean) - Constructor for class net.refractions.udig.project.command.CommandManager.Request
Construct Request.
commands - Variable in class net.refractions.udig.project.command.CompositeCommand
 
CommandStack - Interface in net.refractions.udig.project.command
Provides a little introspection into the command stack.
completed - Variable in class net.refractions.udig.project.command.CommandManager.Request
flag to signal wether command is complete *
CompositeCommand - Class in net.refractions.udig.project.command
A collection of Commands that are done as one command.
CompositeCommand(List) - Constructor for class net.refractions.udig.project.command.CompositeCommand
Creates a new instance of CompositeCommand
CompositeCommand() - Constructor for class net.refractions.udig.project.command.CompositeCommand
 
contains(String) - Method in interface net.refractions.udig.project.IBlackboard
Check if blackboard has an entry for key.
containsListener(IEditManagerListener) - Method in interface net.refractions.udig.project.IEditManager
Checks containment of the spesified EditManager listener in the list of already existing listeners.
context - Variable in class net.refractions.udig.project.render.AbstractRenderMetrics
 
copy() - Method in class net.refractions.udig.project.command.AbstractCommand
 
copy() - Method in interface net.refractions.udig.project.command.Command
Deprecated.  
copy() - Method in class net.refractions.udig.project.command.CompositeCommand
 
copy() - Method in interface net.refractions.udig.project.command.ProjectCommand
Instantiates a new copy of the command that will operate in the same manner as the original command.
copy() - Method in interface net.refractions.udig.project.IAbstractContext
Makes a deep copy of this object, if necessary.
copy() - Method in interface net.refractions.udig.project.render.ICompositeRenderContext
 
copy() - Method in interface net.refractions.udig.project.render.IRenderContext
 
copyImage(Rectangle) - Method in interface net.refractions.udig.project.render.IRenderContext
Grab a specific rectangle from the raster to provide instant feedback for geoInfo and selection tools.
create() - Method in interface net.refractions.udig.project.IProjectElementFactory
Instantiates an IProjectElement object.
createAddFeatureCommand(Feature, ILayer) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
 
createAddLayer(ILayer) - Method in class net.refractions.udig.project.command.BasicCommandFactory
Deprecated. Create an Add Layer command
createAddLayer(ILayer, int) - Method in class net.refractions.udig.project.command.BasicCommandFactory
Deprecated. Create an Add Layer command
createAddLayer(ILayer) - Method in class net.refractions.udig.project.command.factory.BasicCommandFactory
Create an Add Layer command
createAddLayer(ILayer, int) - Method in class net.refractions.udig.project.command.factory.BasicCommandFactory
Create an Add Layer command
createAddManyLayers(Collection, int) - Method in class net.refractions.udig.project.command.factory.BasicCommandFactory
Create an AddLayers command that adds all the layers in the collection
createAddManyLayers(Collection) - Method in class net.refractions.udig.project.command.factory.BasicCommandFactory
Create an AddLayers command that adds all the layers in the collection
createBBoxFilter(Envelope, IProgressMonitor) - Method in interface net.refractions.udig.project.ILayer
Creates A geometry filter for the layer.
createBBoxSelectionCommand(Envelope, int) - Method in class net.refractions.udig.project.command.factory.SelectionCommandFactory
Creates a new BBoxSelectionCommand
createBBoxSelectionCommand(Envelope) - Method in class net.refractions.udig.project.command.factory.SelectionCommandFactory
Creates a new BBoxSelectionCommand.
createBBoxSelectionCommand(Envelope, int) - Method in class net.refractions.udig.project.command.SelectionCommandFactory
Deprecated. Creates a new BBoxSelectionCommand
createBBoxSelectionCommand(Envelope) - Method in class net.refractions.udig.project.command.SelectionCommandFactory
Deprecated. Creates a new BBoxSelectionCommand.
createChangeCRS(IMap, CoordinateReferenceSystem) - Method in class net.refractions.udig.project.command.BasicCommandFactory
Deprecated. Create a Change CRS command
createChangeCRS(IMap, CoordinateReferenceSystem) - Method in class net.refractions.udig.project.command.factory.BasicCommandFactory
Create a Change CRS command
createCommitCommand() - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Create a Commit command
createCommitCommand() - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Create a Commit command
createCompositeCommand(NavCommand[]) - Method in class net.refractions.udig.project.command.factory.NavigationCommandFactory
Creates a new NavComposite
createCompositeCommand(List<? extends MapCommand>) - Method in class net.refractions.udig.project.command.factory.SelectionCommandFactory
Create a CompositeCommand
createCompositeCommand(NavCommand[]) - Method in class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated. Creates a new NavComposite
createCompositeCommand(List<? extends MapCommand>) - Method in class net.refractions.udig.project.command.SelectionCommandFactory
Deprecated. Create a CompositeCommand
createCopyFeaturesCommand(ILayer, Filter, ILayer) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
 
createCreateLayerCommand(URL) - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Create a CreateLayerCommand
createCreateLayerCommand(URL) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Create a CreateLayerCommand
createCreateMapCommand(String, List<IGeoResource>, Project) - Method in class net.refractions.udig.project.command.factory.BasicCommandFactory
Create a CreateMapCommand
createCreateMapCommand(List<IGeoResource>, Project) - Method in class net.refractions.udig.project.command.factory.BasicCommandFactory
Create a CreateMapCommand
createCreateMapCommand(String, List<IGeoResource>) - Method in class net.refractions.udig.project.command.factory.BasicCommandFactory
Create a CreateMapCommand
createCreateMapCommand(List<IGeoResource>) - Method in class net.refractions.udig.project.command.factory.BasicCommandFactory
Create a CreateMapCommand
CREATED_ID - Static variable in interface net.refractions.udig.project.interceptor.LayerInterceptor
Attribute name of layer created interceptors
createDefaultStyle(IGeoResource, Color, IProgressMonitor) - Method in class net.refractions.udig.project.interceptor.ShowViewInterceptor.ViewStyleContent
 
createDefaultStyle(IGeoResource, Color, IProgressMonitor) - Method in class net.refractions.udig.project.StyleContent
Creates a default Style give a resource and color.
createDeleteFeature(Feature, ILayer) - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Create a Delete Feature command
createDeleteFeature(Feature, ILayer) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Create a Delete Feature command
createDeleteFeatures(ILayer, Filter) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
 
createDeleteLayer(ILayer) - Method in class net.refractions.udig.project.command.BasicCommandFactory
Deprecated. Create a delete layer command
createDeleteLayer(Layer) - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Create a delete layer command
createDeleteLayer(ILayer) - Method in class net.refractions.udig.project.command.factory.BasicCommandFactory
Create a delete layer command
createDeleteLayer(ILayer) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Deprecated. use optimized createDeleteLayers(ILayer[]) method.
createDeleteLayers(ILayer[]) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Create a delete multiple layers command
createFeature(Coordinate[]) - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated.  
createFeature(Coordinate[]) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
 
createFIDSelectCommand(ILayer, String) - Method in class net.refractions.udig.project.command.factory.SelectionCommandFactory
Create a MapCommand that sets the layer selection to be a fidfilter.
createFIDSelectCommand(ILayer, String) - Method in class net.refractions.udig.project.command.SelectionCommandFactory
Deprecated. Create a MapCommand that sets the layer selection to be a fidfilter.
createMetrics(IRenderContext) - Method in interface net.refractions.udig.project.render.IRenderMetricsFactory
Returns a RenderMetrics object which provides metrics for a renderer while rendering layer using data as the data source and rendering to a viewport modeled by vmodel.
createNoSelectCommand() - Method in class net.refractions.udig.project.command.factory.SelectionCommandFactory
Creates a NoSelectCommand
createNoSelectCommand() - Method in class net.refractions.udig.project.command.SelectionCommandFactory
Deprecated. Creates a NoSelectCommand
createNullEditFeatureCommand() - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Creates a SetEditFeatureCommandobject that sets the current editable Feature to null.
createNullEditFeatureCommand() - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Creates a SetEditFeatureCommandobject that sets the current editable Feature to null.
createPanCommandUsingScreenCoords(int, int) - Method in class net.refractions.udig.project.command.factory.NavigationCommandFactory
Creates a new PanCommandPans the viewport in terms of pixels on the screen.
createPanCommandUsingScreenCoords(int, int) - Method in class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated. Creates a new PanCommandPans the viewport in terms of pixels on the screen.
createPanCommandUsingWorldCoords(double, double) - Method in class net.refractions.udig.project.command.factory.NavigationCommandFactory
Creates a new PanCommand
createPanCommandUsingWorldCoords(double, double) - Method in class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated. Creates a new PanCommand
createRenderer() - Method in interface net.refractions.udig.project.render.IRenderMetrics
Creates a new Renderer that is represented by this Metrics object
createResetEditFeatureCommand() - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Create a ResetEditFeatureCommand command
createResetEditFeatureCommand() - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Create a ResetEditFeatureCommand command
createRollbackCommand() - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Create a Commit command
createRollbackCommand() - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Create a Commit command
createSelectCommand(ILayer, Filter) - Method in class net.refractions.udig.project.command.factory.SelectionCommandFactory
Create a MapCommand that sets the layer selection to be the filter.
createSelectCommand(ILayer, Filter) - Method in class net.refractions.udig.project.command.SelectionCommandFactory
Deprecated. Create a MapCommand that sets the layer selection to be the filter.
createSetApplicabilityCommand(ILayer, String, boolean) - Method in class net.refractions.udig.project.command.factory.BasicCommandFactory
 
createSetAttributeCommand(String, Object) - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Creates a SetAttributeCommandobject.
createSetAttributeCommand(String, Object) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Creates a SetAttributeCommandobject.
createSetAttributeCommand(Feature, ILayer, String, Object) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Creates a SetAttributeCommandobject.
createSetEditFeatureCommand(Feature, ILayer) - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Creates a SetEditFeatureCommandobject that sets the current editVictim victim.
createSetEditFeatureCommand(Feature) - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Creates a SetEditFeatureCommandobject that sets the current editable Feature.
createSetEditFeatureCommand(Feature, ILayer) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Creates a SetEditFeatureCommandobject that sets the current editVictim victim.
createSetEditFeatureCommand(Feature) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Creates a SetEditFeatureCommandobject that sets the current editable Feature.
createSetGeometryCommand(String, Geometry) - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Creates a SetGeometryCommandobject.
createSetGeometryCommand(Geometry) - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Creates a SetGeometryCommandobject that sets the default geometry.
createSetGeometryCommand(String, Geometry) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Creates a SetGeometryCommandobject.
createSetGeometryCommand(Geometry) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Creates a SetGeometryCommandobject that sets the default geometry.
createSetGeomteryCommand(Feature, ILayer, String, Geometry) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Creates a SetGeometryCommandobject.
createSetGeomteryCommand(Feature, ILayer, Geometry) - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Creates a SetGeometryCommandobject that sets the default geometry.
createSetViewportBBoxCommand(Envelope) - Method in class net.refractions.udig.project.command.factory.NavigationCommandFactory
Creates a new SetViewportBBoxCommand
createSetViewportBBoxCommand(Envelope, CoordinateReferenceSystem) - Method in class net.refractions.udig.project.command.factory.NavigationCommandFactory
 
createSetViewportBBoxCommand(Envelope) - Method in class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated. Creates a new SetViewportBBoxCommand
createSetViewportBBoxCommand(Envelope, CoordinateReferenceSystem) - Method in class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated.  
createSetViewportCenterCommand(Coordinate) - Method in class net.refractions.udig.project.command.factory.NavigationCommandFactory
Creates a new SetViewportCenterCommand
createSetViewportCenterCommand(Coordinate) - Method in class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated. Creates a new SetViewportCenterCommand
createSetViewportHeight(double) - Method in class net.refractions.udig.project.command.factory.NavigationCommandFactory
Creates a new SetViewportHeight
createSetViewportHeight(double) - Method in class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated. Creates a new SetViewportHeight
createSetViewportWidth(double) - Method in class net.refractions.udig.project.command.factory.NavigationCommandFactory
Creates a new SetViewportWidth
createSetViewportWidth(double) - Method in class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated. Creates a new SetViewportWidth
createUndoableCompositeCommand(List<? extends UndoableMapCommand>) - Method in class net.refractions.udig.project.command.factory.SelectionCommandFactory
Create a CompositeCommand
createUndoableCompositeCommand(List<? extends UndoableMapCommand>) - Method in class net.refractions.udig.project.command.SelectionCommandFactory
Deprecated. Create a CompositeCommand
createWriteEditFeatureCommand() - Method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Create a WriteEditFeatureCommand command
createWriteEditFeatureCommand() - Method in class net.refractions.udig.project.command.factory.EditCommandFactory
Create a WriteEditFeatureCommand command
createZoomCommand(double) - Method in class net.refractions.udig.project.command.factory.NavigationCommandFactory
Creates a new ZoomCommand
createZoomCommand(double) - Method in class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated. Creates a new ZoomCommand
createZoomExtentCommand() - Method in class net.refractions.udig.project.command.factory.NavigationCommandFactory
Creates a new ZoomExtentCommand
createZoomExtentCommand() - Method in class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated. Creates a new ZoomExtentCommand

D

DEFAULT_CRS - Static variable in interface net.refractions.udig.project.render.IViewportModel
A Default setting to use for the viewport CRS.
DeltaEvent<T> - Class in net.refractions.udig.project.render
TODO Purpose of net.refractions.udig.project.render
DeltaEvent(T, T) - Constructor for class net.refractions.udig.project.render.DeltaEvent
Creates an new instance of DeltaEvent
dispose() - Method in interface net.refractions.udig.project.render.IRenderer
Informs the renderer to dispose of resources
DISPOSED - Static variable in interface net.refractions.udig.project.render.IRenderer
Indicates that the renderer has been disposed and can no longer be used
DONE - Static variable in interface net.refractions.udig.project.ILayer
DONE rendering process completed normally
DONE - Static variable in interface net.refractions.udig.project.render.IRenderer
Indicates whether the renderer has finished rendering.

E

EDIT_FEATURE - Static variable in class net.refractions.udig.project.EditManagerEvent
Indicates the current edit feature has changed.
EDIT_LAYER - Static variable in class net.refractions.udig.project.EditManagerEvent
Indicates the current edit layer has changed.
EditCommand - Interface in net.refractions.udig.project.command
The super interface for all commands that can be used to edit maps and pages.
EditCommandFactory - Class in net.refractions.udig.project.command
Deprecated.  
EditCommandFactory() - Constructor for class net.refractions.udig.project.command.EditCommandFactory
Deprecated.  
EditCommandFactory - Class in net.refractions.udig.project.command.factory
Creates Edit commands which must be used to modify editable feature data.
EditCommandFactory() - Constructor for class net.refractions.udig.project.command.factory.EditCommandFactory
 
EditFeatureProvider - Class in net.refractions.udig.project.command.provider
 
EditFeatureProvider(MapCommand) - Constructor for class net.refractions.udig.project.command.provider.EditFeatureProvider
 
EditFeatureProvider(IMap) - Constructor for class net.refractions.udig.project.command.provider.EditFeatureProvider
 
EditLayerFeatureStoreProvider - Class in net.refractions.udig.project.command.provider
Obtains the feature store from the current edit layer.
EditLayerFeatureStoreProvider(IMap) - Constructor for class net.refractions.udig.project.command.provider.EditLayerFeatureStoreProvider
 
EditLayerFeatureStoreProvider(MapCommand) - Constructor for class net.refractions.udig.project.command.provider.EditLayerFeatureStoreProvider
 
EditLayerProvider - Class in net.refractions.udig.project.command.provider
 
EditLayerProvider(SetAttributeCommand, MapCommand) - Constructor for class net.refractions.udig.project.command.provider.EditLayerProvider
 
EditLayerProvider(IMap) - Constructor for class net.refractions.udig.project.command.provider.EditLayerProvider
 
EditManagerControlCommand - Interface in net.refractions.udig.project.command
Deprecated.  
EditManagerEvent - Class in net.refractions.udig.project
An event indicating a attribute of the EditManager has changed.
EditManagerEvent(IEditManager, int, Object, Object) - Constructor for class net.refractions.udig.project.EditManagerEvent
Construct EditManagerEvent.
equals(Object) - Method in class net.refractions.udig.project.AdaptableFeature
 
ERROR - Static variable in interface net.refractions.udig.project.ILayer
ERROR render process was unable to complete normally
ErrorHandler - Interface in net.refractions.udig.project.command
MapCommand Managers have error handles registered that are notified when a command throws an exception.
ExampleFeatureGeoSelection - Class in net.refractions.udig.project.geoselection
Example what is a real IGeoSelection.
ExampleFeatureGeoSelection(Feature, ILayer) - Constructor for class net.refractions.udig.project.geoselection.ExampleFeatureGeoSelection
 
execute(Command, boolean) - Method in class net.refractions.udig.project.command.CommandManager
Executes a command.
execute(IProgressMonitor) - Method in interface net.refractions.udig.project.command.PostDeterminedEffectCommand
This method should return true if the method has changed state and will do something when undone.
execute(IProgressMonitor) - Method in class net.refractions.udig.project.command.UndoableComposite
 
executeASyncWithoutUndo(MapCommand) - Method in interface net.refractions.udig.project.IMap
Executes a MapCommand asynchronously.
executeSyncWithoutUndo(MapCommand) - Method in interface net.refractions.udig.project.IMap
Executes a MapCommand synchronously.
EXTENSION_ID - Static variable in interface net.refractions.udig.project.interceptor.LayerInterceptor
Extension Point ID of Layer interceptors

F

factory - Variable in class net.refractions.udig.project.render.AbstractRenderMetrics
 
FIDFeatureProvider - Class in net.refractions.udig.project.command.provider
 
FIDFeatureProvider(String, <any>) - Constructor for class net.refractions.udig.project.command.provider.FIDFeatureProvider
 
FILTER - Static variable in class net.refractions.udig.project.LayerEvent
Indicate a change has occured the the filter (defines the selection)
finalizerCommands - Variable in class net.refractions.udig.project.command.CompositeCommand
 
findGeoResource(Class<T>) - Method in interface net.refractions.udig.project.ILayer
Locate the first IGeoResource that canResolve the provided resource type.
flush() - Method in interface net.refractions.udig.project.IBlackboard
Flush the contents of this blackboard.

G

geoSelectionChanged(GeoSelectionChangedEvent) - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionChangedListener
DOCUMENT ME
GeoSelectionChangedEvent<T> - Class in net.refractions.udig.project.geoselection
 
GeoSelectionChangedEvent(String, T, IGeoSelection, IGeoSelection) - Constructor for class net.refractions.udig.project.geoselection.GeoSelectionChangedEvent
 
GeoSelectionContext - Enum in net.refractions.udig.project.geoselection
 
GeoSelectionEntry - Class in net.refractions.udig.project.geoselection
 
GeoSelectionEntry(String) - Constructor for class net.refractions.udig.project.geoselection.GeoSelectionEntry
 
GeoSelectionEntry(String, IGeoSelection) - Constructor for class net.refractions.udig.project.geoselection.GeoSelectionEntry
 
get(IProgressMonitor) - Method in class net.refractions.udig.project.command.provider.EditFeatureProvider
 
get(IProgressMonitor) - Method in class net.refractions.udig.project.command.provider.EditLayerFeatureStoreProvider
 
get(IProgressMonitor) - Method in class net.refractions.udig.project.command.provider.EditLayerProvider
 
get(IProgressMonitor) - Method in class net.refractions.udig.project.command.provider.FIDFeatureProvider
 
get(String) - Method in interface net.refractions.udig.project.IBlackboard
Returns the object value of the given key.
get(ILayer, Class<T>) - Method in interface net.refractions.udig.project.IResourceCachingInterceptor
Obtains the resource from the cache.
getAbstract() - Method in interface net.refractions.udig.project.IMap
Returns the map's abstract
getAdapter(Class) - Method in class net.refractions.udig.project.AdaptableFeature
 
getAdapter(Class) - Method in class net.refractions.udig.project.geoselection.ExampleFeatureGeoSelection
 
getAspectRatio(IProgressMonitor) - Method in interface net.refractions.udig.project.IMap
Returns the Aspect ratio of the map.
getAspectRatio() - Method in interface net.refractions.udig.project.render.IViewportModel
Returns the aspect ratio of the viewport.
getAttribute(String) - Method in class net.refractions.udig.project.AdaptableFeature
 
getAttribute(int) - Method in class net.refractions.udig.project.AdaptableFeature
 
getAttributes(Object[]) - Method in class net.refractions.udig.project.AdaptableFeature
 
getBlackboard() - Method in interface net.refractions.udig.project.ILayer
Temporary layer properties, used for lightweight collaboration.
getBlackboard() - Method in interface net.refractions.udig.project.IMap
Returns a blackboard for the map.
getBoundingBox(Point, int) - Method in interface net.refractions.udig.project.IAbstractContext
Returns a world bounding box the scalefactor * (size of a pixel) at the location corresponding to the point on the screen.
getBounds() - Method in class net.refractions.udig.project.AdaptableFeature
 
getBounds(IProgressMonitor, CoordinateReferenceSystem) - Method in interface net.refractions.udig.project.ILayer
Returns the bounds of the layer as best estimated.
getBounds(IProgressMonitor) - Method in interface net.refractions.udig.project.IMap
Gets the Envelope that indicates the maximum bounding box of the map.
getBounds() - Method in interface net.refractions.udig.project.render.IViewportModel
Returns the bounding box of the Viewport in world coordinates.
getBounds() - Method in class net.refractions.udig.project.render.TileCalculator
 
getCenter() - Method in interface net.refractions.udig.project.render.IViewportModel
Returns the center of the viewport in world coordinates.
getCommands() - Method in class net.refractions.udig.project.command.CompositeCommand
 
getContext() - Method in class net.refractions.udig.project.geoselection.GeoSelectionChangedEvent
 
getContext() - Method in class net.refractions.udig.project.geoselection.GeoSelectionEntry
 
getContext() - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionEntry
 
getContext() - Method in interface net.refractions.udig.project.render.IMultiLayerRenderer
Implementation always returns a CompositeRendererContext.
getContext() - Method in interface net.refractions.udig.project.render.IRenderer
Returns the renderer's context object
getContexts() - Method in interface net.refractions.udig.project.render.ICompositeRenderContext
 
getCRS() - Method in interface net.refractions.udig.project.IAbstractContext
CoordinateReferenceSystem of the map.
getCRS(IProgressMonitor) - Method in interface net.refractions.udig.project.ILayer
Deprecated.  
getCRS() - Method in interface net.refractions.udig.project.ILayer
Gets the CRS for the layer.
getCRS() - Method in interface net.refractions.udig.project.render.IViewportModel
Returns the local coordinate system.
getCurrent() - Method in class net.refractions.udig.project.render.DeltaEvent
Returns a copy of the state of the changed object after the change occured
getDefaultGeometry() - Method in class net.refractions.udig.project.AdaptableFeature
 
getDisplaySize() - Method in interface net.refractions.udig.project.render.displayAdapter.IMapDisplay
The size of the display area.
getDPI() - Method in interface net.refractions.udig.project.render.displayAdapter.IMapDisplay
Returns the dots per inch of the display.
getEditFeature() - Method in interface net.refractions.udig.project.IEditManager
Gets the Feature that that is currently being edited.
getEditLayer() - Method in interface net.refractions.udig.project.IEditManager
The layer that contains the edit features.
getEditManager() - Method in interface net.refractions.udig.project.IAbstractContext
The map's edit manager.
getEditManager() - Method in interface net.refractions.udig.project.IMap
Returns the EditManager for the current map.
getElements(Class<E>) - Method in interface net.refractions.udig.project.IProject
Returns an unmodifiable list of the type requested.
getElements() - Method in interface net.refractions.udig.project.IProject
Returns a List with all elements in the project
getExtension() - Method in class net.refractions.udig.project.IPersister
 
getExtension() - Method in class net.refractions.udig.project.IProvider
 
getFeatureQuery() - Method in interface net.refractions.udig.project.render.IRenderContext
 
getFeaturesInBbox(ILayer, Envelope) - Method in interface net.refractions.udig.project.IAbstractContext
Returns all the features that intersect with the bounding box.
getFeatureType() - Method in class net.refractions.udig.project.AdaptableFeature
 
getFilter() - Method in interface net.refractions.udig.project.ILayer
Filter indicating the selected features.
getFinalizerCommands() - Method in class net.refractions.udig.project.command.CompositeCommand
 
getFloat(String) - Method in interface net.refractions.udig.project.IBlackboard
Returns the floating point value of the given key.
getGeoResource() - Method in interface net.refractions.udig.project.ILayer
Resource the user associates with this layer.
getGeoResource(Class<T>) - Method in interface net.refractions.udig.project.ILayer
Deprecated.  
getGeoResource() - Method in interface net.refractions.udig.project.render.IRenderContext
Returns service associated with the first layer in the map.
getGeoResources() - Method in interface net.refractions.udig.project.ILayer
Access to resources that hold data for this layer.
getGlyph() - Method in interface net.refractions.udig.project.ILayer
ImageDescriptor for this Layer.
getHeight() - Method in interface net.refractions.udig.project.render.displayAdapter.IMapDisplay
Returns the height of the display area.
getHeight() - Method in interface net.refractions.udig.project.render.IViewportModel
Returns the Viewport's height in world coordinates.
getID() - Method in class net.refractions.udig.project.AdaptableFeature
 
getID() - Method in interface net.refractions.udig.project.ILayer
Gets the unique id, unique within a context model
getID() - Method in interface net.refractions.udig.project.IMap
Returns a unique identifier for a map.
getID() - Method in interface net.refractions.udig.project.IProject
The id of the Project.
getId() - Method in class net.refractions.udig.project.StyleContent
Unique identifier of the style.
getImage(int, int) - Method in interface net.refractions.udig.project.render.IRenderContext
Returns a bufferedImage that a renderer can render to.
getImage() - Method in interface net.refractions.udig.project.render.IRenderContext
Returns a bufferedImage that a renderer can renders to.
getImage() - Method in interface net.refractions.udig.project.render.IRenderManager
Returns the most recently rendered Image.
getInstance() - Static method in class net.refractions.udig.project.command.BasicCommandFactory
Deprecated. Creates a new EditCommandFactory object
getInstance() - Static method in class net.refractions.udig.project.command.EditCommandFactory
Deprecated. Creates a new EditCommandFactory object
getInstance() - Static method in class net.refractions.udig.project.command.factory.BasicCommandFactory
Creates a new EditCommandFactory object
getInstance() - Static method in class net.refractions.udig.project.command.factory.EditCommandFactory
Creates a new EditCommandFactory object
getInstance() - Static method in class net.refractions.udig.project.command.factory.NavigationCommandFactory
Creates a new NavigationCommandFactory object
getInstance() - Static method in class net.refractions.udig.project.command.factory.SelectionCommandFactory
Creates a new SelectionCommandFactory object
getInstance() - Static method in class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated. Creates a new NavigationCommandFactory object
getInstance() - Static method in class net.refractions.udig.project.command.SelectionCommandFactory
Deprecated. Creates a new SelectionCommandFactory object
getInteger(String) - Method in interface net.refractions.udig.project.IBlackboard
Returns the integer value of the given key.
getKey() - Method in class net.refractions.udig.project.BlackboardEvent
 
getKey() - Method in class net.refractions.udig.project.IProvider
 
getLabelPainter() - Method in interface net.refractions.udig.project.render.IRenderContext
Returns the labeller for the next rendering.
getLatestSelection() - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionManager
This method returns a IGeoSelectionEntry with latest IGeoSelection has been set to this selection manager.
getLayer() - Method in class net.refractions.udig.project.MapCompositionEvent
Returns the layer modified if the event type was MapCompositionEvent.EventType.ADDED, MapCompositionEvent.EventType.REMOVED or MapCompositionEvent.EventType.REORDERED.
getLayer() - Method in interface net.refractions.udig.project.render.IRenderContext
Returns the layer in the renderer is responsible for.
getLayerFactory() - Method in interface net.refractions.udig.project.IMap
Returns the layer factory used to create layers for this map.
getLayers() - Method in interface net.refractions.udig.project.render.ICompositeRenderContext
Returns the list of all the layers referenced by the contained Contexts.
getLegacy() - Method in class net.refractions.udig.project.render.DeltaEvent
Returns a copy of the state of the changed object before the change occured
getMap() - Method in class net.refractions.udig.project.command.AbstractCommand
 
getMap() - Method in class net.refractions.udig.project.command.CompositeCommand
 
getMap() - Method in interface net.refractions.udig.project.command.MapCommand
Returns the map if called during execute (or undo command is an undoable command) API mutable?
getMap() - Method in interface net.refractions.udig.project.IAbstractContext
The context's map.
getMap() - Method in interface net.refractions.udig.project.IEditManager
Returns the map this EditManager is associated with
getMap() - Method in interface net.refractions.udig.project.ILayer
The Map that "owns" or "contains" the current layer.
getMap() - Method in interface net.refractions.udig.project.render.IRenderManager
Returns the Map associated with the current renderManager.
getMap() - Method in interface net.refractions.udig.project.render.IViewportModel
Gets the Map that contains the current ViewportModel
getMapDisplay() - Method in interface net.refractions.udig.project.IAbstractContext
The map's display object.
getMapDisplay() - Method in interface net.refractions.udig.project.render.IRenderManager
Gets the ViewportPane for the current RenderManager.
getMapLayers() - Method in interface net.refractions.udig.project.IAbstractContext
Returns the list of layers in the current map.
getMapLayers() - Method in interface net.refractions.udig.project.IMap
Returns the list of Layers in the map.
getMaxHistorySize() - Method in class net.refractions.udig.project.command.CommandManager
 
getName() - Method in interface net.refractions.udig.project.command.Command
Returns the name of the MapCommand
getName() - Method in class net.refractions.udig.project.command.CompositeCommand
 
getName() - Method in interface net.refractions.udig.project.command.ProjectCommand
Returns the name of the Command
getName() - Method in class net.refractions.udig.project.command.SetLayerVisibilityCommand
 
getName() - Method in class net.refractions.udig.project.command.UndoRedoCommand
 
getName() - Method in interface net.refractions.udig.project.ILayer
Gets the name from the associated metadata.
getName() - Method in interface net.refractions.udig.project.IProject
 
getName() - Method in interface net.refractions.udig.project.IProjectElement
Returns the name of the element.
getNewSelection() - Method in class net.refractions.udig.project.geoselection.GeoSelectionChangedEvent
 
getNewValue() - Method in class net.refractions.udig.project.BlackboardEvent
 
getNewValue() - Method in class net.refractions.udig.project.LayerEvent
 
getNewValue() - Method in class net.refractions.udig.project.render.RenderEvent
 
getNewValue() - Method in class net.refractions.udig.project.UDIGEvent
Gets the new value, if it applies.
getNumberOfAttributes() - Method in class net.refractions.udig.project.AdaptableFeature
 
getObject() - Method in class net.refractions.udig.project.AdaptableFeature
 
getObject() - Method in interface net.refractions.udig.project.UDIGAdaptableDecorator
Get the "real" object.
getOldSelection() - Method in class net.refractions.udig.project.geoselection.GeoSelectionChangedEvent
 
getOldSize() - Method in class net.refractions.udig.project.render.displayAdapter.MapDisplayEvent
Returns The old size of the IMapDisplay
getOldValue() - Method in class net.refractions.udig.project.BlackboardEvent
 
getOldValue() - Method in class net.refractions.udig.project.LayerEvent
 
getOldValue() - Method in class net.refractions.udig.project.render.RenderEvent
 
getOldValue() - Method in class net.refractions.udig.project.UDIGEvent
Gets the old value, if it applies.
getParent() - Method in class net.refractions.udig.project.AdaptableFeature
 
getPersistee() - Method in class net.refractions.udig.project.IPersister
Returns the class of the object being persisted.
getPixelBoundingBox(Point) - Method in interface net.refractions.udig.project.IAbstractContext
Returns a world bounding box the size of a pixel at the location corresponding to the point on the screen.
getPixelSize() - Method in interface net.refractions.udig.project.IAbstractContext
Returns the size of a pixel in world units.
getPixelSize() - Method in interface net.refractions.udig.project.render.IViewportModel
Returns the size of a pixel in world units.
getProject() - Method in interface net.refractions.udig.project.IAbstractContext
The map's containing Project.
getProject() - Method in interface net.refractions.udig.project.IProjectElement
Returns the owner project of element.
getProperties() - Method in interface net.refractions.udig.project.ILayer
Deprecated.  
getProvidee() - Method in class net.refractions.udig.project.IProvider
Returns the class of the object being provided.
getQuery(boolean) - Method in interface net.refractions.udig.project.ILayer
Query that selects all the features for the layer.
getRenderBounds() - Method in interface net.refractions.udig.project.render.IRenderer
Gets the area that will be rendered next.
getRenderContext() - Method in class net.refractions.udig.project.render.AbstractRenderMetrics
 
getRenderContext() - Method in interface net.refractions.udig.project.render.IRenderMetrics
 
getRenderers() - Method in interface net.refractions.udig.project.render.IRenderManager
Returns the root Renderer Executor.
getRendererType() - Method in interface net.refractions.udig.project.render.IRenderMetricsFactory
Returns the type of the Renderer that will be created.
getRenderManager() - Method in interface net.refractions.udig.project.IAbstractContext
The map's render manager
getRenderManager() - Method in interface net.refractions.udig.project.IMap
Returns the RenderManager for the current map.
getRenderMetricsFactory() - Method in class net.refractions.udig.project.render.AbstractRenderMetrics
 
getRenderMetricsFactory() - Method in interface net.refractions.udig.project.render.IRenderMetrics
Returns the IRenderMetricsFactory that created this object.
getResource(Class<E>, IProgressMonitor) - Method in interface net.refractions.udig.project.ILayer
Returns a real resource that one of the GeoResources can resolved to.
getScaleDenominator() - Method in interface net.refractions.udig.project.render.IViewportModel
Find the scale denominator of the map.
getSchema() - Method in interface net.refractions.udig.project.ILayer
Retrieve a schema description of this Layer.
getScreenRandom() - Method in class net.refractions.udig.project.render.TileCalculator
Gets a random tile in screen coordinates.
getScreenTile(int, int) - Method in class net.refractions.udig.project.render.TileCalculator
Return the Rectangle (screen coordinates) of the tile indexed by x and y.
getSelectedLayer() - Method in interface net.refractions.udig.project.IAbstractContext
Returns the currently Selected Layer
getSelectedLayer() - Method in interface net.refractions.udig.project.IEditManager
Returns the layer that is "currently" selected.
getSelection() - Method in class net.refractions.udig.project.geoselection.GeoSelectionEntry
 
getSelection() - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionEntry
 
getSelection(String) - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionManager
DOCUMENT ME
getSelectionManager(String) - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionService
 
getSelections() - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionManager
 
getSize() - Method in class net.refractions.udig.project.render.displayAdapter.MapDisplayEvent
Returns The new size of the IMapDisplay
getSource() - Method in class net.refractions.udig.project.BlackboardEvent
 
getSource() - Method in class net.refractions.udig.project.EditManagerEvent
 
getSource() - Method in class net.refractions.udig.project.LayerEvent
The layer being modified.
getSource() - Method in class net.refractions.udig.project.MapCompositionEvent
 
getSource() - Method in class net.refractions.udig.project.MapEvent
 
getSource() - Method in class net.refractions.udig.project.render.displayAdapter.MapDisplayEvent
The IMapDisplay that raised the event.
getSource() - Method in class net.refractions.udig.project.render.RenderEvent
 
getSource() - Method in class net.refractions.udig.project.render.ViewportModelEvent
 
getSource() - Method in class net.refractions.udig.project.UDIGEvent
Gets the source of the event.
getState() - Method in interface net.refractions.udig.project.render.IRenderer
Returns the current state of rendering.
getStatus() - Method in interface net.refractions.udig.project.ILayer
Indication of Layer status.
getStatus() - Method in interface net.refractions.udig.project.render.IRenderContext
Gets the status of the layer contained by the context.
getStatusMessage() - Method in interface net.refractions.udig.project.ILayer
A message to provide the user with additional feed back about the current rendering status.
getStatusMessage() - Method in interface net.refractions.udig.project.render.IRenderContext
A message to provide the user with additional feed back about the current rendering status.
getString(String) - Method in interface net.refractions.udig.project.IBlackboard
Returns the string value of the given key.
getStyleBlackboard() - Method in interface net.refractions.udig.project.ILayer
StyleBlackboard used for collaboration with the rendering process.
getStyleClass() - Method in class net.refractions.udig.project.interceptor.ShowViewInterceptor.ViewStyleContent
 
getStyleClass() - Method in class net.refractions.udig.project.StyleContent
Returns the class of the object which does the actual styling work.
getTarget() - Method in class net.refractions.udig.project.geoselection.GeoSelectionChangedEvent
 
getTileSize() - Method in class net.refractions.udig.project.render.TileCalculator
 
getType() - Method in class net.refractions.udig.project.EditManagerEvent
Gets the type of the event.
getType() - Method in class net.refractions.udig.project.LayerEvent
Type of event
getType() - Method in class net.refractions.udig.project.MapCompositionEvent
Gets the type of the event.
getType() - Method in class net.refractions.udig.project.MapEvent
Gets the type of the event.
getType() - Method in class net.refractions.udig.project.render.RenderEvent
 
getType() - Method in class net.refractions.udig.project.render.ViewportModelEvent
 
getValidScaleRanges() - Method in interface net.refractions.udig.project.render.IRenderMetrics
Returns a set of valid ranges of doubles that indicates the scales that the layer is valid.
getViewportModel() - Method in interface net.refractions.udig.project.IAbstractContext
The map's viewport model.
getViewportModel() - Method in interface net.refractions.udig.project.IMap
Returns the Viewport model for this map.
getWidth() - Method in interface net.refractions.udig.project.render.displayAdapter.IMapDisplay
Returns the width of the display area.
getWidth() - Method in interface net.refractions.udig.project.render.IViewportModel
Returns the Viewport's width in world coordinates.
getWorldRandom() - Method in class net.refractions.udig.project.render.TileCalculator
Gets a random tile in world coordinates.
getWorldTile(int, int) - Method in class net.refractions.udig.project.render.TileCalculator
Return the Envelope (world coordinates) of the tile indexed by x and y.
getWorldToScreen() - Method in class net.refractions.udig.project.render.TileCalculator
 
getZorder() - Method in interface net.refractions.udig.project.ILayer
Returns the ZOrder of the Layer.
getZorder() - Method in interface net.refractions.udig.project.render.IRenderContext
Determines the zorder of the renderer.

H

handleError(Command, Throwable) - Method in interface net.refractions.udig.project.command.ErrorHandler
Handles an error that occurs during the execution of a command.
handleRollbackError(UndoableCommand, Throwable) - Method in interface net.refractions.udig.project.command.ErrorHandler
Handles an error that occurs during the rollback of a undoable command.
hasBackHistory() - Method in class net.refractions.udig.project.command.CommandManager
 
hasBackHistory() - Method in interface net.refractions.udig.project.command.NavCommandStack
 
hasContent(Point) - Method in interface net.refractions.udig.project.render.IRenderContext
Test if content is rendered at the provided point.
hasForwardHistory() - Method in class net.refractions.udig.project.command.CommandManager
 
hasForwardHistory() - Method in interface net.refractions.udig.project.command.NavCommandStack
 
hashCode() - Method in class net.refractions.udig.project.AdaptableFeature
 
hasResource(Class<T>) - Method in interface net.refractions.udig.project.ILayer
Check if a IGeoResource exists that canResolve to the provided resource type.

I

IAbstractContext - Interface in net.refractions.udig.project
Provides access to contextual information.
IBlackboard - Interface in net.refractions.udig.project
Provide Temporary for shared collaboration between renderers and the user.
IBlackboardListener - Interface in net.refractions.udig.project
Listener for listening to a IBlackboard objects.
ICompositeRenderContext - Interface in net.refractions.udig.project.render
A toolkit that is provided to composite renderers.
IEditManager - Interface in net.refractions.udig.project
Defines and implements controllers a map.
IEditManagerListener - Interface in net.refractions.udig.project
A listener that will be notified when changes to the IEditManager occur.
IGeoSelection - Interface in net.refractions.udig.project.geoselection
The interface for GeoSelection containers implementations.
IGeoSelectionChangedListener - Interface in net.refractions.udig.project.geoselection
DOCUMENT ME
IGeoSelectionEntry - Interface in net.refractions.udig.project.geoselection
 
IGeoSelectionManager - Interface in net.refractions.udig.project.geoselection
DOCUMENT ME
IGeoSelectionProvider - Interface in net.refractions.udig.project.geoselection
TODO Needs investigating do we need a provider to hide selection service behind this interface like ISelectionProvider
IGeoSelectionService - Interface in net.refractions.udig.project.geoselection
 
ILabelPainter - Interface in net.refractions.udig.project.render
The Labeller draws the labels from each renderer on the top layer of the map.
ILayer - Interface in net.refractions.udig.project
TODO Purpose of net.refractions.udig.project
ILayerListener - Interface in net.refractions.udig.project
Listens to changes on this layer.
IMap - Interface in net.refractions.udig.project
The part of the model that represents a map.
IMapCompositionListener - Interface in net.refractions.udig.project
A listener interested in being notified of when the layers in a map are changed.
IMapDisplay - Interface in net.refractions.udig.project.render.displayAdapter
The display area of a map.
IMapDisplayListener - Interface in net.refractions.udig.project.render.displayAdapter
An interface for objects to listen to the MapEditor
IMapListener - Interface in net.refractions.udig.project
A listener that is notified when events occur to the map.
IMultiLayerRenderer - Interface in net.refractions.udig.project.render
The CompositeRenderer is a container for all the Renderers of a viewport.
initializeDefaultPreferences() - Method in class net.refractions.udig.project.preferences.PreferenceInitializer
 
IPersister<T> - Class in net.refractions.udig.project
Allows blackboard to persist objects on the blackboard.
IPersister() - Constructor for class net.refractions.udig.project.IPersister
 
IProject - Interface in net.refractions.udig.project
A Project contains Maps and Pages.
IProjectElement - Interface in net.refractions.udig.project
A element that is contained by a project.
IProjectElementFactory - Interface in net.refractions.udig.project
Provides extension points with a mechanism for blinding creating IProjectElement objects.
IProvider<T> - Class in net.refractions.udig.project
Provides an object of type T.
IProvider() - Constructor for class net.refractions.udig.project.IProvider
 
IRenderContext - Interface in net.refractions.udig.project.render
Simplifies access of resource data and output image for renderers.
IRenderer - Interface in net.refractions.udig.project.render
Used to mark an implementation of RenderImpl.class; responsible for rendering a layer.
IRenderListener - Interface in net.refractions.udig.project.render
A listener that listeners for the current state of rendering.
IRenderManager - Interface in net.refractions.udig.project.render
Used by the map viewers/editors to manage the rendering process.
IRenderMetrics - Interface in net.refractions.udig.project.render
A RenderMetrics object is used to calculate estimated metrics for a renderer while rendering a particular layer.
IRenderMetricsFactory - Interface in net.refractions.udig.project.render
The RenderMetricsFactory is used by the RenderManager (more specifically the RenderCreationDecisive) to obtain metrics on renderer extensions.
IResourceCachingInterceptor - Interface in net.refractions.udig.project
Controls the caching of resources returned by: ILayer#getResource(Class, org.eclipse.core.runtime.IProgressMonitor).
IResourceInterceptor<T> - Interface in net.refractions.udig.project
Modifies an IGeoResource based before returned to caller of ILayer#getResource(Class, org.eclipse.core.runtime.IProgressMonitor).
isApplicable(String) - Method in interface net.refractions.udig.project.ILayer
Check toolset applicability.
isCacheable() - Method in interface net.refractions.udig.project.render.IRenderer
Indicates whether the framework is permitted to cache the results of the renderer.
isCached(ILayer, IGeoResource, Class<T>) - Method in interface net.refractions.udig.project.IResourceCachingInterceptor
Called to see if the resource should be obtained from cache
isEditing() - Method in interface net.refractions.udig.project.IEditManager
Returns true if there is a currently active transaction (editing has occured and not been committed).
isEditLayerLocked() - Method in interface net.refractions.udig.project.IEditManager
Indicates whether the editlayer can be changed.
isOptimized() - Method in class net.refractions.udig.project.render.AbstractRenderMetrics
 
isOptimized() - Method in interface net.refractions.udig.project.render.IRenderMetrics
Returns true if this renderer is built specifically to render the GeoResource.
isSelected(String) - Method in interface net.refractions.udig.project.IStyleBlackboard
Returns true if the style indicated is marked as selected.
isSync() - Method in class net.refractions.udig.project.command.CommandManager.Request
Determines if the request is synchronous.
IStyleBlackboard - Interface in net.refractions.udig.project
Extends the IBlackboard interface with the concept of "selected" entries.
isType(Class<T>) - Method in interface net.refractions.udig.project.ILayer
Deprecated. use ILayer.hasResource(Class)
isVisible() - Method in interface net.refractions.udig.project.ILayer
Returns whether this layer is currently visible
isVisible() - Method in interface net.refractions.udig.project.render.IRenderContext
Returns true if the renderer has visible data.
iterator() - Method in class net.refractions.udig.project.geoselection.ExampleFeatureGeoSelection
 
iterator() - Method in interface net.refractions.udig.project.geoselection.IGeoSelection
Custom implementations of interface can iterate through arbitrary set of objects with "selected" semantic.
IViewportModel - Interface in net.refractions.udig.project.render
Models the Viewport on the map.
IViewportModelListener - Interface in net.refractions.udig.project.render
A listener interested in Bounds and CRS changes.

K

KEY - Static variable in class net.refractions.udig.project.interceptor.ShowViewInterceptor
The key that is checked to see if a filter is on the Map Blackboard or the Layer Properties.
keySet() - Method in interface net.refractions.udig.project.IBlackboard
return the set of keys on the blackboard.

L

LAYER__DATA_QUERY - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
If a filter or a query is on a layer's blackboard under the key: the ProjectBlackboardConstants.LAYER__DATA_QUERY then the interceptor ShowViewInterceptor will return the "view" see DataStore#getView(Query).
LAYER__EDIT_APPLICABILITY - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
Key to indicate a layer may be edited.
LAYER__FEATURES_ADD_APPLICABILITY - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
NOT USED at the current codebase
LAYER__FEATURES_MODIFY_APPLICABILITY - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
NOT USED at the current codebase
LAYER__FEATURES_REMOVE_APPLICABILITY - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
FALSE boolean value contained in layer's blackboard advises the platform to block removing of features functionality in the target layer.
LAYER__LAST_RESORT_RENDERER - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
Provides a way to influence the choice of renderers.
LAYER__MAXIMUM_ZOOM_SCALE - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
NOT USED at the current codebase.
LAYER__MINIMUM_ZOOM_SCALE - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
 
LAYER__PREFERRED_RENDERER - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
Provides a way to influence the choice of renderers.
LayerEvent - Class in net.refractions.udig.project
An event indicating a change in a layer.
LayerEvent(ILayer) - Constructor for class net.refractions.udig.project.LayerEvent
Creates a new event for the given source, indicating that all labels provided by the source are no longer valid and should be updated.
LayerEvent(ILayer, LayerEvent.EventType) - Constructor for class net.refractions.udig.project.LayerEvent
Creates a specific kind of layer event, FILTER, RESOURCE, ALL or STYLE
LayerEvent(ILayer, LayerEvent.EventType, Object, Object) - Constructor for class net.refractions.udig.project.LayerEvent
Creates a specific kind of layer event, FILTER, RESOURCE, ALL or STYLE
LayerEvent.EventType - Enum in net.refractions.udig.project
 
LayerInterceptor - Interface in net.refractions.udig.project.interceptor
An interceptor that is ran on a layer.
layerToMapTransform() - Method in interface net.refractions.udig.project.ILayer
Returns the Mathtransform from this layers CRS to the map's CRS (modelled as part of the viewport model).
listeners - Variable in class net.refractions.udig.project.geoselection.AbstractGeoSelectionManager
 
load(IMemento) - Method in class net.refractions.udig.project.interceptor.ShowViewInterceptor.ViewStyleContent
 
load(URL, IProgressMonitor) - Method in class net.refractions.udig.project.interceptor.ShowViewInterceptor.ViewStyleContent
 
load(IMemento) - Method in class net.refractions.udig.project.IPersister
Loads an object from a memento containing the objects internaObjectl state.
load(IMemento) - Method in class net.refractions.udig.project.StyleContent
Loads a style object from a memento.
load(URL, IProgressMonitor) - Method in class net.refractions.udig.project.StyleContent
Loads a style object from a URL.

M

MAP__BACKGROUND_COLOR - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
The key to the map's background color on the blackboard.
MAP__DATA_QUERY - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
If a filter or a query is on the map blackboard under the key: the ProjectBlackboardConstants.MAP__DATA_QUERY then the interceptor ShowViewInterceptor will return the "view" see DataStore#getView(Query).
MAP__LAST_RESORT_RENDERER - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
Provides a way to influence the choice of renderers.
MAP__PREFERRED_RENDERER - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
Provides a way to influence the choice of renderers.
MAP__RENDERING_FILTER - Static variable in interface net.refractions.udig.project.ProjectBlackboardConstants
Any filter in this entry will be used to filter out features from the rendering.
MAP_INTERCEPTOR_EXTENSIONPOINT - Static variable in interface net.refractions.udig.project.interceptor.MapInterceptor
 
MapCommand - Interface in net.refractions.udig.project.command
A command specific to modifying the state of a map.
MapCompositionEvent - Class in net.refractions.udig.project
Event encapsulating information about the changes of the composition of a map.
MapCompositionEvent(IMap, MapCompositionEvent.EventType, Object, Object, ILayer) - Constructor for class net.refractions.udig.project.MapCompositionEvent
Construct EditManagerEvent.
MapCompositionEvent.EventType - Enum in net.refractions.udig.project
 
MapDisplayEvent - Class in net.refractions.udig.project.render.displayAdapter
TODO Purpose of net.refractions.udig.project.render.displayAdapter
MapDisplayEvent(IMapDisplay, Dimension, Dimension) - Constructor for class net.refractions.udig.project.render.displayAdapter.MapDisplayEvent
Creates a new instance of MapDisplayEvent
MapEvent - Class in net.refractions.udig.project
An event that indicates a change to the map.
MapEvent(IMap, MapEvent.MapEventType, Object, Object) - Constructor for class net.refractions.udig.project.MapEvent
Construct EditManagerEvent.
MapEvent.MapEventType - Enum in net.refractions.udig.project
 
MapInterceptor - Interface in net.refractions.udig.project.interceptor
An interceptor that is ran on a map.
mapToLayerTransform() - Method in interface net.refractions.udig.project.ILayer
Returns the Mathtransform from the map's CRS (modeled as part of the viewport model) to this layers CRS .
MISSING - Static variable in interface net.refractions.udig.project.ILayer
MISSING cannot locate a GeoResource for this layer

N

NavCommand - Interface in net.refractions.udig.project.command
All implementations of NavCommand are used to manipulate the viewport model of the map.
NavCommandStack - Interface in net.refractions.udig.project.command
API comment me Provides ...TODO summary sentence
NavigationCommandFactory - Class in net.refractions.udig.project.command.factory
API comment me TODO provide type description
NavigationCommandFactory() - Constructor for class net.refractions.udig.project.command.factory.NavigationCommandFactory
 
NavigationCommandFactory - Class in net.refractions.udig.project.command
Deprecated.  
NavigationCommandFactory() - Constructor for class net.refractions.udig.project.command.NavigationCommandFactory
Deprecated.  
net.refractions.udig.project - package net.refractions.udig.project
 
net.refractions.udig.project.command - package net.refractions.udig.project.command
 
net.refractions.udig.project.command.factory - package net.refractions.udig.project.command.factory
 
net.refractions.udig.project.command.provider - package net.refractions.udig.project.command.provider
 
net.refractions.udig.project.geoselection - package net.refractions.udig.project.geoselection
 
net.refractions.udig.project.interceptor - package net.refractions.udig.project.interceptor
 
net.refractions.udig.project.preferences - package net.refractions.udig.project.preferences
 
net.refractions.udig.project.render - package net.refractions.udig.project.render
 
net.refractions.udig.project.render.displayAdapter - package net.refractions.udig.project.render.displayAdapter
 
NEVER - Static variable in interface net.refractions.udig.project.render.IRenderer
Indicates that the renderer has been reset and does not have anything to show
newValue - Variable in class net.refractions.udig.project.UDIGEvent
 
numXTiles() - Method in class net.refractions.udig.project.render.TileCalculator
Returns the number of tiles in the X-direction
numYTiles() - Method in class net.refractions.udig.project.render.TileCalculator
Returns the number of tiles in the Y-direction

O

oldValue - Variable in class net.refractions.udig.project.UDIGEvent
 

P

P_ANTI_ALIASING - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_BACKGROUND - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_CHECK_DUPLICATE_LAYERS - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
The property forces to make checking for layers diplicating - from the same georesource - in context of the map where new layers are added.
P_DEFAULT_CRS - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_DEFAULT_FEATURE_EDITOR - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_DEFAULT_FEATURE_EDITOR_VALUE - Static variable in class net.refractions.udig.project.preferences.PreferenceInitializer
 
P_DEFAULT_PALETTE - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_FEATURE_EVENT_REFRESH_ALL - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
If this property contains true then no matter what are the bounds of feature events, all the viewport will be refreshed by render manager.
P_HIGHLIGHT - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_HIGHLIGHT_BACKGROUND - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_HIGHLIGHT_FOREGROUND - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_HIGHLIGHT_NONE - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_IGNORE_LABELS_OVERLAPPING - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
This property says to LabelCacheDefault whether to ignore labels overlapping checkings or to force them no matter what is a "spaceAround" parameter of the TextSymbolizer in SLD style.
P_IRREVERSIBLE_COMMAND_VALUE - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_LAYER_RESOURCE_CACHING_STRATEGY - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_MAX_UNDO - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_MINIMUM_ZOOM_SCALE - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
The property value for the preferred scale to ZOOM IN when extents of the layer are not really correct or too small to be zoomed and displayed.
P_PROJECT_DELETE_FILES - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_REMOVE_LAYERS - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_SELECTION2_COLOR - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_SELECTION_COLOR - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_SHOW_ANIMATIONS - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_STYLE_DEFAULT_PERPENDICULAR_OFFSET - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_TILING_RENDERER - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_TRANSPARENCY - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
P_WARN_IRREVERSIBLE_COMMAND - Static variable in class net.refractions.udig.project.preferences.PreferenceConstants
 
pixelToWorld(int, int) - Method in interface net.refractions.udig.project.IAbstractContext
Converts a coordinate expressed on the device space back to real world coordinates A convenience method.
pixelToWorld(int, int) - Method in interface net.refractions.udig.project.render.IViewportModel
Converts a coordinate expressed on the device space back to real world coordinates
POST_COMMIT - Static variable in class net.refractions.udig.project.EditManagerEvent
Indicates the transaction has been committed.
POST_ROLLBACK - Static variable in class net.refractions.udig.project.EditManagerEvent
Indicates the transaction has been rolledback.
PostDeterminedEffectCommand - Interface in net.refractions.udig.project.command
This is a special type of command that may or may not affect global state.
PRE_COMMIT - Static variable in class net.refractions.udig.project.EditManagerEvent
Indicates the transaction is about to be committed.
PRE_ROLLBACK - Static variable in class net.refractions.udig.project.EditManagerEvent
Indicates the transaction is about to be rolledback.
PreferenceConstants - Class in net.refractions.udig.project.preferences
Constant definitions for plug-in preferences
PreferenceConstants() - Constructor for class net.refractions.udig.project.preferences.PreferenceConstants
 
PreferenceInitializer - Class in net.refractions.udig.project.preferences
Class used to initialize default preference values.
PreferenceInitializer() - Constructor for class net.refractions.udig.project.preferences.PreferenceInitializer
 
ProjectBlackboardConstants - Interface in net.refractions.udig.project
Lists the keys of common items that are put on the Map blackboard and the Layer blackboard
ProjectCommand - Interface in net.refractions.udig.project.command
A Command in uDig describes an action that modifies the system's model.
provide() - Method in class net.refractions.udig.project.IProvider
Signals the provider to provide an object of the specified class.
put(String, Object) - Method in interface net.refractions.udig.project.IBlackboard
Sets the value of the given key.
put(ILayer, T, Class<T>) - Method in interface net.refractions.udig.project.IResourceCachingInterceptor
Caches the resource.
putFloat(String, float) - Method in interface net.refractions.udig.project.IBlackboard
Sets the value of the given key to the given floating point number.
putInteger(String, int) - Method in interface net.refractions.udig.project.IBlackboard
Sets the value of the given key to the given integer.
putString(String, String) - Method in interface net.refractions.udig.project.IBlackboard
Sets the value of the given key to the given string.

R

redo(boolean) - Method in class net.refractions.udig.project.command.CommandManager
Executes the last undone command, if there are any commands to undo.
REDO - Static variable in class net.refractions.udig.project.command.CommandManager.Request
REDO field
refresh(Envelope) - Method in interface net.refractions.udig.project.ILayer
Triggers the layer to rerender if it is currently displayed.
refresh(LayerEvent) - Method in interface net.refractions.udig.project.ILayerListener
Called after a layer modification takes place.
refresh(Envelope) - Method in interface net.refractions.udig.project.render.IRenderManager
Forces the area in all layers to be re-rendered.
refresh(ILayer, Envelope) - Method in interface net.refractions.udig.project.render.IRenderManager
Forces layer to be re-rendered.
refreshImage() - Method in interface net.refractions.udig.project.render.IMultiLayerRenderer
Called when the map has changed.
refreshSelection(ILayer, Envelope) - Method in interface net.refractions.udig.project.render.IRenderManager
Forces the selection in the area to be re-rendered.
registerSelectionManager(String, IGeoSelectionManager) - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionService
 
REMOVED_ID - Static variable in interface net.refractions.udig.project.interceptor.LayerInterceptor
Attribute name of layer removed interceptors
removeErrorHandler(ErrorHandler) - Method in class net.refractions.udig.project.command.CommandManager
Removes an Errorhandler from the list of error handlers
removeListener(IGeoSelectionChangedListener) - Method in class net.refractions.udig.project.geoselection.AbstractGeoSelectionManager
 
removeListener(IGeoSelectionChangedListener) - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionManager
DOCUMENT ME
removeListener(IBlackboardListener) - Method in interface net.refractions.udig.project.IBlackboard
Removes a listener
removeListener(IEditManagerListener) - Method in interface net.refractions.udig.project.IEditManager
Removes a EditManager Listener
removeListener(ILayerListener) - Method in interface net.refractions.udig.project.ILayer
remove LayerListener
removeMapCompositionListener(IMapCompositionListener) - Method in interface net.refractions.udig.project.IMap
Removes a MapListener from this map.
removeMapListener(IMapListener) - Method in interface net.refractions.udig.project.IMap
Removes a MapListener from this map.
removeViewportModelListener(IViewportModelListener) - Method in interface net.refractions.udig.project.render.IViewportModel
Removes a IViewportModelListener from this map.
render(Graphics2D, IProgressMonitor) - Method in interface net.refractions.udig.project.render.IRenderer
Requests the Renderer to render with the graphics2d object
render(IProgressMonitor) - Method in interface net.refractions.udig.project.render.IRenderer
Ask the renderer to update the internal image using the smaller of getRenderBounds() or ViewportBounds.
RENDER_EXT - Static variable in interface net.refractions.udig.project.render.IRenderer
The name of the Extension Point for Renderers
RENDER_REQUEST - Static variable in interface net.refractions.udig.project.render.IRenderer
When a renderer sets its state to RENDER_REQUEST that indicates that is needs to be rerendered.
renderEnded(RenderingCoordinator, ReferencedEnvelope, Rectangle, List<IRenderer>) - Method in interface net.refractions.udig.project.render.IRenderListener
Called when a rendering is finished.
RendererAdded(RenderingCoordinator, List<IRenderer>) - Method in interface net.refractions.udig.project.render.IRenderListener
Called when a renderer has been added to the render coordinator
RendererRemoved(RenderingCoordinator, List<IRenderer>) - Method in interface net.refractions.udig.project.render.IRenderListener
Called when a renderer has been removed from the render coordinator
RenderEvent - Class in net.refractions.udig.project.render
Encapsulates an rendering event.
RenderEvent(RenderingCoordinator, RenderEventType, Object, Object) - Constructor for class net.refractions.udig.project.render.RenderEvent
 
RenderEventType - Enum in net.refractions.udig.project.render
Enumerates the different types Rendering Events
RenderException - Exception in net.refractions.udig.project.render
Indicates that an exception during Rendering has occurred.
RenderException(String, Throwable) - Constructor for exception net.refractions.udig.project.render.RenderException
Construct RenderException.
RenderException(String) - Constructor for exception net.refractions.udig.project.render.RenderException
Construct RenderException.
RenderException() - Constructor for exception net.refractions.udig.project.render.RenderException
Construct RenderException.
RenderException(Throwable) - Constructor for exception net.refractions.udig.project.render.RenderException
Construct RenderException.
RENDERING - Static variable in interface net.refractions.udig.project.render.IRenderer
Indicates whether the renderer job is currently running
renderStarted(RenderingCoordinator, ReferencedEnvelope, Rectangle, List<IRenderer>) - Method in interface net.refractions.udig.project.render.IRenderListener
Called when a rendering starts.
requestByDisplay - Variable in class net.refractions.udig.project.command.CommandManager.Request
 
RERUN - Static variable in class net.refractions.udig.project.command.CommandManager.Request
RERUN field
rerunCommands(IProgressMonitor) - Method in class net.refractions.udig.project.command.CommandManager.Executor
Executes all the commands in the history again.
resetRandomizer() - Method in class net.refractions.udig.project.render.TileCalculator
Resets so that the getRandom() will clear its cache of visited tiles.
RESOURCE - Static variable in class net.refractions.udig.project.LayerEvent
Resource used by the layer has changed
rollback(IProgressMonitor) - Method in class net.refractions.udig.project.command.SetLayerVisibilityCommand
 
rollback(IProgressMonitor) - Method in interface net.refractions.udig.project.command.UndoableCommand
Rollback the effects of the command
rollback(IProgressMonitor) - Method in class net.refractions.udig.project.command.UndoableComposite
 
rollback(IProgressMonitor) - Method in class net.refractions.udig.project.command.UndoRedoCommand
 
run(IProgressMonitor) - Method in interface net.refractions.udig.project.command.Command
The method that performs the work of the command.
run(IProgressMonitor) - Method in class net.refractions.udig.project.command.CommandManager.Executor
 
RUN - Static variable in class net.refractions.udig.project.command.CommandManager.Request
RUN field
run(IProgressMonitor) - Method in class net.refractions.udig.project.command.CompositeCommand
 
run(IProgressMonitor) - Method in interface net.refractions.udig.project.command.PostDeterminedEffectCommand
This method will not be called it should throw a UnsupportedException exception.
run() - Method in interface net.refractions.udig.project.command.ProjectCommand
The method that performs the work of the command.
run(IProgressMonitor) - Method in class net.refractions.udig.project.command.SetLayerVisibilityCommand
 
run(IProgressMonitor) - Method in class net.refractions.udig.project.command.UndoableComposite
 
run(IProgressMonitor) - Method in class net.refractions.udig.project.command.UndoRedoCommand
 
run(Layer) - Method in interface net.refractions.udig.project.interceptor.LayerInterceptor
Performs an action on the layer.
run(Map) - Method in interface net.refractions.udig.project.interceptor.MapInterceptor
Performs an action on or with the intercepted map.
run(ILayer, FeatureSource, Class<? super FeatureSource>) - Method in class net.refractions.udig.project.interceptor.ShowViewInterceptor
 
run(ILayer, T, Class<? super T>) - Method in interface net.refractions.udig.project.IResourceInterceptor
Modifies the resource that is returned.

S

save(IMemento, Object) - Method in class net.refractions.udig.project.interceptor.ShowViewInterceptor.ViewStyleContent
 
save(T, IMemento) - Method in class net.refractions.udig.project.IPersister
Saves the internal state of an object instance to a memento.
save(IMemento, Object) - Method in class net.refractions.udig.project.StyleContent
Saves the state of a style object.
SELECTED_LAYER - Static variable in class net.refractions.udig.project.EditManagerEvent
Indicates the currently selected layer has changed.
SelectionCommandFactory - Class in net.refractions.udig.project.command.factory
A factory which can be used to create all the standard selection commands.
SelectionCommandFactory() - Constructor for class net.refractions.udig.project.command.factory.SelectionCommandFactory
 
SelectionCommandFactory - Class in net.refractions.udig.project.command
Deprecated.  
SelectionCommandFactory() - Constructor for class net.refractions.udig.project.command.SelectionCommandFactory
Deprecated.  
sendASync(Command) - Method in interface net.refractions.udig.project.IProject
Executes the command asynchronously.
sendCommandASync(MapCommand) - Method in interface net.refractions.udig.project.IMap
Executes a MapCommand asynchronously with the calling thread.
sendCommandSync(MapCommand) - Method in interface net.refractions.udig.project.IMap
Executes a MapCommand synchronously.
sendSync(Command) - Method in interface net.refractions.udig.project.IProject
Executes the command synchronously and blocks.
setAttribute(int, Object) - Method in class net.refractions.udig.project.AdaptableFeature
 
setAttribute(String, Object) - Method in class net.refractions.udig.project.AdaptableFeature
 
setBounds(Envelope) - Method in class net.refractions.udig.project.render.TileCalculator
 
setDefaultGeometry(Geometry) - Method in class net.refractions.udig.project.AdaptableFeature
 
setExtension(IExtension) - Method in class net.refractions.udig.project.IPersister
Sets the extension that persister originated from.
setExtension(IExtension) - Method in class net.refractions.udig.project.IProvider
Sets the extension that provier originated from.
setKey(String) - Method in class net.refractions.udig.project.IProvider
 
setLayerManager(EditManager) - Method in interface net.refractions.udig.project.command.EditManagerControlCommand
Deprecated.  
SetLayerVisibilityCommand - Class in net.refractions.udig.project.command
Set the visiblity of the layer
SetLayerVisibilityCommand(ILayer, boolean) - Constructor for class net.refractions.udig.project.command.SetLayerVisibilityCommand
 
setMap(IMap) - Method in class net.refractions.udig.project.command.AbstractCommand
 
setMap(IMap) - Method in class net.refractions.udig.project.command.CompositeCommand
 
setMap(IMap) - Method in interface net.refractions.udig.project.command.MapCommand
Called when before the command is executed.
setName(String) - Method in class net.refractions.udig.project.command.CompositeCommand
 
setNewValue(Object) - Method in class net.refractions.udig.project.LayerEvent
 
setOldValue(Object) - Method in class net.refractions.udig.project.LayerEvent
 
setParent(FeatureCollection) - Method in class net.refractions.udig.project.AdaptableFeature
 
setRenderBounds(Envelope) - Method in interface net.refractions.udig.project.render.IRenderer
Called to set the area that will be rendered.
setSelection(IGeoSelection) - Method in class net.refractions.udig.project.geoselection.GeoSelectionEntry
 
setSelection(String, IGeoSelection) - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionManager
DOCUMENT ME
setStatus(int) - Method in interface net.refractions.udig.project.ILayer
Sets the current status of the Layer.
setStatus(int) - Method in interface net.refractions.udig.project.render.IRenderContext
Sets the status of the layer contained by the context.
setStatusMessage(String) - Method in interface net.refractions.udig.project.ILayer
Sets the current status message
setStatusMessage(String) - Method in interface net.refractions.udig.project.render.IRenderContext
Sets the current rendering status message
setTileSize(Dimension) - Method in class net.refractions.udig.project.render.TileCalculator
 
setType(LayerEvent.EventType) - Method in class net.refractions.udig.project.LayerEvent
Type of event
setViewportModel(ViewportModel) - Method in interface net.refractions.udig.project.command.NavCommand
Set the viewport model that the command operates on.
setWorldToScreen(AffineTransform) - Method in class net.refractions.udig.project.render.TileCalculator
 
ShowViewInterceptor - Class in net.refractions.udig.project.interceptor
If a filter or a query is in the layer style blackboard under the key: the ShowViewInterceptor.KEY then this interceptor will return the "view" see DataStore#getView(Query).
ShowViewInterceptor() - Constructor for class net.refractions.udig.project.interceptor.ShowViewInterceptor
 
ShowViewInterceptor.ViewStyleContent - Class in net.refractions.udig.project.interceptor
Persists Query and Filters saved on the style blackboard.
ShowViewInterceptor.ViewStyleContent() - Constructor for class net.refractions.udig.project.interceptor.ShowViewInterceptor.ViewStyleContent
 
sizeChanged(MapDisplayEvent) - Method in interface net.refractions.udig.project.render.displayAdapter.IMapDisplayListener
Called with the size of the MapEditor has changed.
source - Variable in class net.refractions.udig.project.UDIGEvent
 
STARTING - Static variable in interface net.refractions.udig.project.render.IRenderer
Indicates that the renderer has started rendering but does not have data to be displayed
stopRendering() - Method in interface net.refractions.udig.project.render.IRenderManager
Stops the current rendering process if currently rendering.
STYLE - Static variable in class net.refractions.udig.project.LayerEvent
The contents of the blackboard have changed.
StyleContent - Class in net.refractions.udig.project
Provides a way to persist an arbitrary object placed on the style blackboard.
StyleContent(String) - Constructor for class net.refractions.udig.project.StyleContent
Construct with ID suplied by subclass.
syncExecute(Command) - Method in class net.refractions.udig.project.command.CommandManager
Execute Command syncrounously.

T

TileCalculator - Class in net.refractions.udig.project.render
A helper class which divides an area into tiles or a minimum size.
TileCalculator(AffineTransform, Dimension) - Constructor for class net.refractions.udig.project.render.TileCalculator
Creates a new instance, the bounds must be set before it is ready to be used.
TileCalculator(AffineTransform, Dimension, Envelope) - Constructor for class net.refractions.udig.project.render.TileCalculator
Creates a new instance.
toShape(ReferencedEnvelope) - Method in interface net.refractions.udig.project.IAbstractContext
Transform the provided envelope to a java 2d shape (in screen coordiantes).
toShape(Geometry, CoordinateReferenceSystem) - Method in interface net.refractions.udig.project.IAbstractContext
Transform the provided geometry to a java 2d shape (in screen coordiantes).
toString() - Method in class net.refractions.udig.project.AdaptableFeature
 
toString() - Method in class net.refractions.udig.project.command.AbstractCommand
 
toString() - Method in class net.refractions.udig.project.command.CompositeCommand
 
toString() - Method in class net.refractions.udig.project.MapCompositionEvent
 
toString() - Method in class net.refractions.udig.project.MapEvent
 
tranformCoordinate(Envelope, Dimension, Coordinate) - Method in interface net.refractions.udig.project.IAbstractContext
Transforms the coordinate from the bounding box (bbox) to the area defined by the rectangle it starts at 0,0.
type - Variable in class net.refractions.udig.project.command.CommandManager.Request
the type of request

U

UDIGAdaptableDecorator - Interface in net.refractions.udig.project
The interface for all classes that decorate non-eclipse classes.
UDIGEvent - Class in net.refractions.udig.project
A superclass for udig model events.
UDIGEvent(Object, Object, Object) - Constructor for class net.refractions.udig.project.UDIGEvent
 
UNCONFIGURED - Static variable in interface net.refractions.udig.project.ILayer
UNCONFIGURED associated GeoResource is unconfigured, or is unavailable
UNDO - Static variable in class net.refractions.udig.project.command.CommandManager.Request
UNDO field
undo(boolean) - Method in class net.refractions.udig.project.command.CommandManager
Undoes the last command if possible.
UndoableCommand - Interface in net.refractions.udig.project.command
A type of commands that can be undone/rolled-back.
UndoableComposite - Class in net.refractions.udig.project.command
A UndoableCommand composed of multiple UndoableCommands.
UndoableComposite() - Constructor for class net.refractions.udig.project.command.UndoableComposite
Creates a new instance of UndoableComposite
UndoableComposite(List) - Constructor for class net.refractions.udig.project.command.UndoableComposite
Creates a new instance of UndoableComposite API List
UndoableMapCommand - Interface in net.refractions.udig.project.command
Describes an undoable MapCommand as opposed to a normal undoable command.
UndoRedoCommand - Class in net.refractions.udig.project.command
This class will only rollback and redo the command it wraps.
UndoRedoCommand(UndoableMapCommand) - Constructor for class net.refractions.udig.project.command.UndoRedoCommand
 
UNKNOWN_CRS - Static variable in interface net.refractions.udig.project.ILayer
Indicates the crs that will be used if the layer does not declare a crs.
unregisterSelectionManager(String) - Method in interface net.refractions.udig.project.geoselection.IGeoSelectionService
 
updateReady(RenderingCoordinator, ReferencedEnvelope, Rectangle, List<IRenderer>) - Method in interface net.refractions.udig.project.render.IRenderListener
Called when there is information ready.

V

valueOf(String) - Static method in enum net.refractions.udig.project.geoselection.GeoSelectionContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.project.LayerEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.project.MapCompositionEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.project.MapEvent.MapEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.project.render.RenderEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.project.render.ViewportModelEvent.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.refractions.udig.project.geoselection.GeoSelectionContext
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.project.LayerEvent.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.project.MapCompositionEvent.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.project.MapEvent.MapEventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.project.render.RenderEventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.project.render.ViewportModelEvent.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
ViewportModelEvent - Class in net.refractions.udig.project.render
Encapsulates a ViewportModelEvent
ViewportModelEvent(Object, ViewportModelEvent.EventType, Object, Object) - Constructor for class net.refractions.udig.project.render.ViewportModelEvent
 
ViewportModelEvent.EventType - Enum in net.refractions.udig.project.render
 

W

WAIT - Static variable in interface net.refractions.udig.project.ILayer
WAIT layer is waiting for information.
WARNING - Static variable in interface net.refractions.udig.project.ILayer
WARNING render process has produced warning(s) in the log.
WORKING - Static variable in interface net.refractions.udig.project.ILayer
WORKING rendering process is underway.
worldBounds(Rectangle) - Method in interface net.refractions.udig.project.IAbstractContext
Creates an Envelope that is close, error to slightly larger, to the Rectangle when it is transformed into world coordinates.
worldToPixel(Coordinate) - Method in interface net.refractions.udig.project.IAbstractContext
Returns the pixel on the screen for a given coordinate in world space.
worldToPixel(Coordinate) - Method in interface net.refractions.udig.project.render.IViewportModel
Returns the pixel on the screen for a given coordinate in world space.
worldToScreenMathTransform() - Method in interface net.refractions.udig.project.IAbstractContext
Creates a MathTransform that will transform from the screen CRS to the world CRS.
worldToScreenTransform() - Method in interface net.refractions.udig.project.IAbstractContext
Gets up the affine transform that will transform from the world to screen.
worldToScreenTransform() - Method in interface net.refractions.udig.project.render.IViewportModel
Gets up the affine transform that will transform from the world to screen.
worldToScreenTransform(Envelope, Dimension) - Method in interface net.refractions.udig.project.render.IViewportModel
Gets up the affine transform that will transform from the world to the display of size destination.

X

XPID - Static variable in class net.refractions.udig.project.IPersister
Extension point id.
XPID - Static variable in class net.refractions.udig.project.IProvider
Extension point id.
XPID - Static variable in class net.refractions.udig.project.StyleContent
XPID field

A B C D E F G H I K L M N O P R S T U V W X