com.ontimize.util.gis.client.interfaces
Interface IGisClientReference
public interface IGisClientReference
Inteface to get the reference to a IGisUtilities object.
In a Ontimize application this interface must be implemented for the
ReferenceLocator in client and server.
getGisClientManager
IGisClientManager getGisClientManager()
- Return a IGisClientManager object (GisClientManager) to execute all gis
utilities.
Only one instance of IGisClientManager must be created in a Ontimize
application, and must be the same for all OGisComponents in client
- Returns:
- the GisClientManager reference
- Throws:
java.lang.Exception