org.gvsig.fmap.mapcontrol
Class MapControlLocator
java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.fmap.mapcontrol.MapControlLocator
- All Implemented Interfaces:
- Locator
public class MapControlLocator
- extends AbstractLocator
- Author:
- Jorge Piera
MAPCONTROL_MANAGER_NAME
public static final String MAPCONTROL_MANAGER_NAME
- MapControlManager name used by the locator to access the instance
- See Also:
- Constant Field Values
MapControlLocator
public MapControlLocator()
getLocatorName
public String getLocatorName()
getMapControlManager
public static MapControlManager getMapControlManager()
throws LocatorException
- Return a reference to
MapControlManager.
- Returns:
- a reference to MapControlManager
- Throws:
LocatorException - if there is no access to the class or the class cannot be
instantiated- See Also:
Locator.get(String)
getInstance
public static MapControlLocator getInstance()
- Return the singleton instance.
- Returns:
- the singleton instance
registerMapControlManager
public static void registerMapControlManager(Class clazz)
- Registers the Class implementing the
MapControlManager interface.
- Parameters:
clazz - implementing the MapControlManager interface
Copyright © 2004-2013 gvSIG. All Rights Reserved.