com.ontimize.util.gis.server.interfaces
Interface IGisServerReference
- All Superinterfaces:
- java.rmi.Remote
public interface IGisServerReference
- extends java.rmi.Remote
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.
getGisServerManager
IGisServerManager getGisServerManager()
throws java.lang.Exception
- Return a IGisUtilities object (GisServerManager) to execute all gis
utilities.
Only one instance of IGisUtilities must be created in a Ontimize
application, and must be the same in client and server, using remote
access.
- Returns:
- the GisServerManager reference
- Throws:
java.lang.Exception