Class LrsAlgorithmsLocator

java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.lrs.lib.api.LrsAlgorithmsLocator
All Implemented Interfaces:
org.gvsig.tools.locator.Locator, org.gvsig.tools.locator.Locator_withExists

public class LrsAlgorithmsLocator extends org.gvsig.tools.locator.AbstractLocator
Author:
fdiaz
  • Field Details

  • Constructor Details

    • LrsAlgorithmsLocator

      public LrsAlgorithmsLocator()
  • Method Details

    • getLocatorName

      public String getLocatorName()
    • registerLrsAlgorithmsManager

      public static void registerLrsAlgorithmsManager(Class clazz)
      Registers the Class implementing the LrsAlgorithmsManager interface.
      Parameters:
      clazz - implementing the LrsAlgorithmsManager interface
    • registerDefaultLrsAlgorithmsManager

      public static void registerDefaultLrsAlgorithmsManager(Class clazz)
      Registers the default Class implementing the LrsAlgorithmsManager interface
      Parameters:
      clazz - implementing the LrsAlgorithmsManager interface
    • getLrsAlgorithmsManager

      public static LrsAlgorithmsManager getLrsAlgorithmsManager() throws org.gvsig.tools.locator.LocatorException
      Return a reference to LrsAlgorithmsManager.
      Returns:
      a reference to LrsAlgorithmsManager
      Throws:
      org.gvsig.tools.locator.LocatorException - if there is no access to the class or the class cannot be instantiated
      See Also:
      • Locator.get(String)
    • getInstance

      public static org.gvsig.tools.locator.Locator getInstance()
      Returns: