|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Title:
Description:
Copyright: Copyright (c) NARO 2002
Company:
| Field Summary | |
static String |
GTOP30
|
static String |
Japan50m
|
static String |
RMIHOSTPARAM
|
static String |
RMINAME
|
| Fields inherited from interface net.agmodel.genericBroker.GenericBrokerRMI |
EMAIL, HOSTPARAMEXTENSION, NOLOGIN, PASSWORD |
| Fields inherited from interface net.agmodel.genericBroker.ServerRMI |
EXISTINGUSER, NEWUSER, SUPERUSER |
| Method Summary | |
DEMSourceDetail |
getDEMSourceDetail(String sessionID,
String dataSourceID)
Gets details about a single data source. |
double |
getElevation(String sessionID,
DEMPointRequest request)
|
GridLayer |
getRegion(String sessionID,
DEMSpatialRequest request)
Gets DEM data to fulfil the request. |
DEMSourceDetail[] |
listDEMSourceDetails(String sessionID)
Get the details for all the data sources in the broker. |
DEMSourceDetail[] |
listDEMSourceDetails(String sessionID,
GeographicalArea ofInterest)
Get the details of the data sources in the broker that coincide with the area specified. |
| Methods inherited from interface net.agmodel.genericBroker.GenericBrokerRMI |
alreadyLoggedIn, getSourceDetail, getSourceID, listSourceDetails, listSourceDetails, loginToDataSource, loginToDataSource, loginToDataSource, logOutOfAllSources, logOutOfSource |
| Methods inherited from interface net.agmodel.genericBroker.ServerRMI |
disconnect, getConnection, getConnection |
| Field Detail |
public static final String GTOP30
public static final String Japan50m
public static final String RMINAME
public static final String RMIHOSTPARAM
| Method Detail |
public DEMSourceDetail[] listDEMSourceDetails(String sessionID)
throws RemoteException,
GeneralException
sessionID - the ID returned by getConnection
RemoteException
GeneralException
public DEMSourceDetail[] listDEMSourceDetails(String sessionID,
GeographicalArea ofInterest)
throws RemoteException,
GeneralException
sessionID - the ID returned by getConnectionofInterest - the area from which data is required
RemoteException
GeneralException
public DEMSourceDetail getDEMSourceDetail(String sessionID,
String dataSourceID)
throws RemoteException
sessionID - the ID returned by getConnection
IllegalArgumentException - if the data source ID is not known
RemoteException
public GridLayer getRegion(String sessionID,
DEMSpatialRequest request)
throws RemoteException,
GeneralException
sessionID - the ID returned by getConnectionrequest -
RemoteException
GeneralException
public double getElevation(String sessionID,
DEMPointRequest request)
throws RemoteException,
GeneralException
sessionID - the ID returned by getConnectionrequest -
RemoteException
GeneralException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||