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
invalid reference
Locator
provides the entry point for the gvSIG raster BufferManager.
Author:
fdiaz
  • Field Details

    • BUFFER_MANAGER_NAME

      public static final String BUFFER_MANAGER_NAME
      GeometryManager name used by the locator to access the instance
      See Also:
  • Constructor Details

    • BufferLocator

      public BufferLocator()
  • Method Details

    • getInstance

      public static BufferLocator getInstance()
      Return the singleton instance.
      Returns:
      the singleton instance
    • getLocatorName

      public String getLocatorName()
    • getBufferManager

      public static BufferManager getBufferManager() throws org.gvsig.tools.locator.LocatorException
      Return a reference to BufferManager.
      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:
      • invalid reference
        Locator#get(String)
    • getOperationManager

      public static OperationManager getOperationManager() throws org.gvsig.tools.locator.LocatorException
      Return a reference to OperationManager.
      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:
      • invalid reference
        Locator#get(String)
    • registerBufferManager

      public static void registerBufferManager(Class clazz)
      Registers the Class implementing the BufferManager interface.
      Parameters:
      clazz - implementing the BufferManager interface