|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.agmodel.genericBroker.DataSourceDetail
|
+--net.agmodel.demdata.DEMSourceDetail
Title:
Description:
Copyright: Copyright (c) NARO 2002
Company:
| Field Summary |
| Fields inherited from class net.agmodel.genericBroker.DataSourceDetail |
bounds, defaultDisplayRegion, ID, loginRequirements, sourceName |
| Constructor Summary | |
DEMSourceDetail(String ID,
String sourceName,
GeographicalArea region,
int loginRequirements,
double latitudeResolution,
double longitudeResolution,
GeographicalArea theDefaultDisplayRegion)
Creates a serializable Digital Elevation Model descriptor |
|
| Method Summary | |
int |
compareTo(Object o)
|
double |
getLatitudeResolution()
Get the latitudonal resolution of this Digital Elevation Model |
double |
getLongitudeResolution()
Get the longitudonal resolution of this Digital Elevation Model |
| Methods inherited from class net.agmodel.genericBroker.DataSourceDetail |
getDefaultDisplayRegion, getGeographicalArea, getID, getLoginRequirements, getName, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DEMSourceDetail(String ID,
String sourceName,
GeographicalArea region,
int loginRequirements,
double latitudeResolution,
double longitudeResolution,
GeographicalArea theDefaultDisplayRegion)
ID - the identifier used by DEM broker for this DEMsourceName - the name of the DEM in the user's preferred languageregion - the area of the globe covered by the DEMloginRequirements - whether the DEM requires log inlatitudeResolution - the latitudonal resolution of the DEM (in pixels per degree of latitude)longitudeResolution - the longitudonal resolution of the DEM (in pixels per degree of longitude)| Method Detail |
public double getLatitudeResolution()
public double getLongitudeResolution()
public int compareTo(Object o)
compareTo in interface ComparablecompareTo in class DataSourceDetail
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||