net.agmodel.demdata
Class DEMRequest

java.lang.Object
  |
  +--net.agmodel.demdata.DEMRequest
All Implemented Interfaces:
Serializable, ServerRequest
Direct Known Subclasses:
DEMPointRequest, DEMSpatialRequest

public abstract class DEMRequest
extends Object
implements ServerRequest

Title:

Description:

Copyright: Copyright (c) NARO 2002

Company:

See Also:
Serialized Form

Constructor Summary
DEMRequest(String demSourceID)
          Request DEM data from an optional nominated source
 
Method Summary
 String getSourceID()
          Get the identifier for the requested source
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DEMRequest

public DEMRequest(String demSourceID)
Request DEM data from an optional nominated source

Parameters:
demSourceID - (may be null if any appropriate source will do)
Method Detail

getSourceID

public String getSourceID()
Get the identifier for the requested source

Returns:
the identifier, or null if no source has been specified

toString

public String toString()
Overrides:
toString in class Object