|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigurationGeoMap
Defines the methods for retrieves geography map configuration information.
ConfigurationGeoMap| Method Summary | |
|---|---|
java.util.List<java.util.List<java.lang.String>> |
getMapServiceAddresses(int mapType,
ConfigurationGeoMap.MapServicePolicy policy)
please reference ConfigurationGeoMap.getMapServiceAddresses(int, MapServicePolicy) |
ConfigurationGeoMap.MapServicePolicy |
getMapServicePolicy()
please reference ConfigurationGeoMap.getMapServicePolicy(). |
java.util.Map<java.lang.String,java.lang.String> |
getMapServiceProperties(int mapType)
please reference ConfigurationGeoMap.getMapServiceProperties(int) |
java.lang.String |
getMapServiceProperty(int mapType,
java.lang.String propName)
please reference ConfigurationGeoMap.getMapServiceProperty(int, String) |
| Method Detail |
|---|
ConfigurationGeoMap.MapServicePolicy getMapServicePolicy()
throws java.rmi.RemoteException
ConfigurationGeoMap.getMapServicePolicy().
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.util.List<java.util.List<java.lang.String>> getMapServiceAddresses(int mapType,
ConfigurationGeoMap.MapServicePolicy policy)
throws java.rmi.RemoteException
ConfigurationGeoMap.getMapServiceAddresses(int, MapServicePolicy)
mapType - policy -
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.
java.lang.String getMapServiceProperty(int mapType,
java.lang.String propName)
throws java.rmi.RemoteException
ConfigurationGeoMap.getMapServiceProperty(int, String)
mapType - propName -
java.rmi.RemoteException
java.util.Map<java.lang.String,java.lang.String> getMapServiceProperties(int mapType)
throws java.rmi.RemoteException
ConfigurationGeoMap.getMapServiceProperties(int)
mapType -
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||