public class BufferLocator extends AbstractLocator
Locator
provides the entry point for the gvSIG raster
BufferManager
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BUFFER_MANAGER_NAME
GeometryManager name used by the locator to access the instance
|
Constructor and Description |
---|
BufferLocator() |
Modifier and Type | Method and Description |
---|---|
static BufferManager |
getBufferManager()
Return a reference to
BufferManager . |
static BufferLocator |
getInstance()
Return the singleton instance.
|
java.lang.String |
getLocatorName()
Returns the name of the Locator, for registration, logging, and other
uses.
|
static OperationManager |
getOperationManager()
Return a reference to
OperationManager . |
static void |
registerBufferManager(java.lang.Class clazz)
Registers the Class implementing the
BufferManager interface. |
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
public static final java.lang.String BUFFER_MANAGER_NAME
public static BufferLocator getInstance()
public java.lang.String getLocatorName()
Locator
public static BufferManager getBufferManager() throws LocatorException
BufferManager
.LocatorException
- if there is no access to the class or the class cannot be
instantiatedLocator#get(String)
public static OperationManager getOperationManager() throws LocatorException
OperationManager
.LocatorException
- if there is no access to the class or the class cannot be
instantiatedLocator#get(String)
public static void registerBufferManager(java.lang.Class clazz)
BufferManager
interface.clazz
- implementing the BufferManager interface