Package org.gvsig.raster.lib.buffer.api
Class BufferLocator
java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.raster.lib.buffer.api.BufferLocator
- All Implemented Interfaces:
org.gvsig.tools.locator.Locator,org.gvsig.tools.locator.Locator_withExists
public class BufferLocator
extends org.gvsig.tools.locator.AbstractLocator
This
provides the entry point for the gvSIG raster
invalid reference
Locator
BufferManager.- Author:
- fdiaz
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGeometryManager name used by the locator to access the instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BufferManagerReturn a reference toBufferManager.static BufferLocatorReturn the singleton instance.static OperationManagerReturn a reference toOperationManager.static voidregisterBufferManager(Class clazz) Registers the Class implementing theBufferManagerinterface.Methods inherited from class org.gvsig.tools.locator.AbstractLocator
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
-
Field Details
-
BUFFER_MANAGER_NAME
GeometryManager name used by the locator to access the instance- See Also:
-
-
Constructor Details
-
BufferLocator
public BufferLocator()
-
-
Method Details
-
getInstance
Return the singleton instance.- Returns:
- the singleton instance
-
getLocatorName
-
getBufferManager
Return a reference toBufferManager.- Returns:
- a reference to BufferManager
- Throws:
org.gvsig.tools.locator.LocatorException- if there is no access to the class or the class cannot be instantiated- See Also:
-
getOperationManager
public static OperationManager getOperationManager() throws org.gvsig.tools.locator.LocatorExceptionReturn a reference toOperationManager.- Returns:
- a reference to OperationListManager
- Throws:
org.gvsig.tools.locator.LocatorException- if there is no access to the class or the class cannot be instantiated- See Also:
-
registerBufferManager
Registers the Class implementing theBufferManagerinterface.- Parameters:
clazz- implementing the BufferManager interface
-