| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.tasks.ags.geoprocessing.GPParameter
com.esri.core.tasks.ags.geoprocessing.GPRasterData
public class GPRasterData

Container class representing a Geo-Processing parameter of the type raster data.
| Field Summary | 
|---|
| Fields inherited from class com.esri.core.tasks.ags.geoprocessing.GPParameter | 
|---|
| dataType, DATATYPE_GPBOOLEAN, DATATYPE_GPDATAFILE, DATATYPE_GPDATE, DATATYPE_GPDOUBLE, DATATYPE_GPFEATURERECORDSETLAYER, DATATYPE_GPLINEARUNIT, DATATYPE_GPLONG, DATATYPE_GPMULTIVALUE, DATATYPE_GPRASTERDATA, DATATYPE_GPRASTERDATALAYER, DATATYPE_GPRECORDSET, DATATYPE_GPSTRING | 
| Constructor Summary | |
|---|---|
| GPRasterData()Constructs an empty GPRasterData object. | |
| GPRasterData(String paramName)Constructor taking in a parameter name. | |
| Method Summary | |
|---|---|
|  boolean | equals(Object obj) | 
|  void | fromJson(org.codehaus.jackson.JsonParser parser)Method used to populate a GP Parameter. | 
|  String | generateValueParams()Method serializing GP parameter's values into a Json format. | 
|  String | getFormat()Gets the format of this raster data. | 
|  URL | getUrl()Gets the url of this raster data. | 
|  int | hashCode() | 
|  void | setFormat(String format)Sets the format of this raster data. | 
|  void | setUrl(String url)Sets the url for this raster data. | 
| Methods inherited from class com.esri.core.tasks.ags.geoprocessing.GPParameter | 
|---|
| createFromJson, generateRequestParams, getDataType, getParamName, setParamName | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GPRasterData(String paramName)
paramName - parameter name.public GPRasterData()
| Method Detail | 
|---|
public URL getUrl()
public String getFormat()
public void setUrl(String url)
url - the url to set for this raster data.public void setFormat(String format)
format - the format to set for this raster data.
public String generateValueParams()
                           throws Exception
GPParameter
generateValueParams in class GPParameterException
public void fromJson(org.codehaus.jackson.JsonParser parser)
              throws Exception
GPParameter
fromJson in class GPParameterparser - a Json Parser
Exceptionpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||