public class GeometryLocator extends AbstractLocator
GeometryManager
.Locator}
Modifier and Type | Field and Description |
---|---|
static String |
GEOMETRY_MANAGER_NAME
GeometryManager 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
GeometryManager interface. |
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
public static final String GEOMETRY_MANAGER_NAME
public static GeometryLocator getInstance()
public String getLocatorName()
Locator
public 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