org.gvsig.tools.locator
Class BaseLocator

java.lang.Object
  extended by org.gvsig.tools.locator.AbstractLocator
      extended by org.gvsig.tools.locator.BaseLocator
All Implemented Interfaces:
Locator

public class BaseLocator
extends AbstractLocator

Base Locator implementation using the Java class name as the Locator name.

Author:
Cèsar Ordiñana

Constructor Summary
BaseLocator()
           
 
Method Summary
 String getLocatorName()
          Returns the name of the Locator, for registration, logging, and other uses.
 
Methods inherited from class org.gvsig.tools.locator.AbstractLocator
get, getNames, register, register, register, register, registerDefault, registerDefault, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseLocator

public BaseLocator()
Method Detail

getLocatorName

public String getLocatorName()
Description copied from interface: Locator
Returns the name of the Locator, for registration, logging, and other uses.

Returns:
the name of the Locator


Copyright © 2004-2011 gvSIG. All Rights Reserved.