public class GPELocator extends AbstractLocator
GPEManager
Locator
Modifier and Type | Field and Description |
---|---|
static String |
GPE_DATATYPES_MANAGER_NAME
GPEDatatTypesManager name used by the locator to access the instance
|
static String |
GPE_MANAGER_NAME
GPEManager name used by the locator to access the instance
|
Constructor and Description |
---|
GPELocator() |
Modifier and Type | Method and Description |
---|---|
static GPEManager |
getGPEManager()
Return a reference to
GPEManager . |
static GPELocator |
getInstance()
Return the singleton instance.
|
String |
getLocatorName()
Returns the name of the Locator, for registration, logging, and other
uses.
|
static void |
registerGPEManager(Class clazz)
Registers the Class implementing the
GPEManager interface. |
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
public static final String GPE_MANAGER_NAME
public static final String GPE_DATATYPES_MANAGER_NAME
public String getLocatorName()
Locator
public static GPEManager getGPEManager() throws LocatorException
GPEManager
.LocatorException
- if there is no access to the class or the class cannot be
instantiatedLocator.get(String)
public static GPELocator getInstance()
public static void registerGPEManager(Class clazz)
GPEManager
interface.clazz
- implementing the GeometryManager interface