public class GeometryLocator extends AbstractLocator
GeometryManager.Locator}| Modifier and Type | Field and Description | 
|---|---|
| static String | GEOMETRY_MANAGER_NAMEGeometryManager name used by the locator to access the instance | 
| Constructor and Description | 
|---|
| GeometryLocator() | 
| Modifier and Type | Method and Description | 
|---|---|
| static GeometryManager | getGeometryManager()Return a reference to  GeometryManager. | 
| static GeometryLocator | getInstance()Return the singleton instance. | 
| String | getLocatorName()Returns the name of the Locator, for registration, logging, and other
 uses. | 
| static void | registerGeometryManager(Class clazz)Registers the Class implementing the  GeometryManagerinterface. | 
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toStringpublic static final String GEOMETRY_MANAGER_NAME
public static GeometryLocator getInstance()
public String getLocatorName()
Locatorpublic static GeometryManager getGeometryManager() throws LocatorException
GeometryManager.LocatorException - if there is no access to the class or the class cannot be
             instantiatedLocator.get(String)public static void registerGeometryManager(Class clazz)
GeometryManager interface.clazz - implementing the GeometryManager interface