Esri Geoportal Server
1.0

com.esri.gpt.control.download
Class DownloadConfiguration

java.lang.Object
  extended by com.esri.gpt.control.download.DownloadConfiguration
All Implemented Interfaces:
Serializable

public class DownloadConfiguration
extends Object
implements Serializable

DownloadConfiguration

See Also:
Serialized Form

Constructor Summary
DownloadConfiguration()
           
 
Method Summary
 ArrayList<ItemInfo> getFeatureFormatInfo()
          Gets feature format info.
 String getMapServiceType()
          Gets map service type.
 String getMapServiceUrl()
          Gets map service url.
 ArrayList<ItemInfo> getOutputFormatInfo()
          Gets output format info.
 ArrayList<ItemInfo> getProjectionInfo()
          Gets project info.
 ArrayList<ItemInfo> getRasterFormatInfo()
          Gets raster format info.
 String getTaskUrl()
          Gets geoprocessing task url.
 void setFeatureFormatInfo(ArrayList<ItemInfo> featureFormatInfo)
          Sets feature format info.
 void setMapServiceType(String mapServiceType)
          Sets map service type.
 void setMapServiceUrl(String mapServiceUrl)
          Sets map service url.
 void setRasterFormatInfo(ArrayList<ItemInfo> rasterFormatInfo)
          Sets raster format info.
 void setTaskUrl(String taskUrl)
          Sets geoprocessing task url.
 String toString()
          Returns the string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownloadConfiguration

public DownloadConfiguration()
Method Detail

getTaskUrl

public String getTaskUrl()
Gets geoprocessing task url.

Returns:
geoprocessing task url

setTaskUrl

public void setTaskUrl(String taskUrl)
Sets geoprocessing task url.

Parameters:
taskUrl - geoprocessing task url

getMapServiceUrl

public String getMapServiceUrl()
Gets map service url.

Returns:
map service url.

setMapServiceUrl

public void setMapServiceUrl(String mapServiceUrl)
Sets map service url.

Parameters:
mapServiceUrl - map service url

getMapServiceType

public String getMapServiceType()
Gets map service type.

Returns:
map service type.

setMapServiceType

public void setMapServiceType(String mapServiceType)
Sets map service type.

Parameters:
mapServiceType - map service type

getProjectionInfo

public ArrayList<ItemInfo> getProjectionInfo()
Gets project info.

Returns:
array of project info

getOutputFormatInfo

public ArrayList<ItemInfo> getOutputFormatInfo()
Gets output format info.

Returns:
array of output format info

getFeatureFormatInfo

public ArrayList<ItemInfo> getFeatureFormatInfo()
Gets feature format info.

Returns:
feature format info

setFeatureFormatInfo

public void setFeatureFormatInfo(ArrayList<ItemInfo> featureFormatInfo)
Sets feature format info.

Parameters:
featureFormatInfo - feature format info

getRasterFormatInfo

public ArrayList<ItemInfo> getRasterFormatInfo()
Gets raster format info.

Returns:
raster format info

setRasterFormatInfo

public void setRasterFormatInfo(ArrayList<ItemInfo> rasterFormatInfo)
Sets raster format info.

Parameters:
rasterFormatInfo - raster format info

toString

public String toString()
Returns the string representation of the object.

Overrides:
toString in class Object
Returns:
the string

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.