|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.control.download.DownloadConfiguration
public class DownloadConfiguration
DownloadConfiguration
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 |
---|
public DownloadConfiguration()
Method Detail |
---|
public String getTaskUrl()
public void setTaskUrl(String taskUrl)
taskUrl
- geoprocessing task urlpublic String getMapServiceUrl()
public void setMapServiceUrl(String mapServiceUrl)
mapServiceUrl
- map service urlpublic String getMapServiceType()
public void setMapServiceType(String mapServiceType)
mapServiceType
- map service typepublic ArrayList<ItemInfo> getProjectionInfo()
public ArrayList<ItemInfo> getOutputFormatInfo()
public ArrayList<ItemInfo> getFeatureFormatInfo()
public void setFeatureFormatInfo(ArrayList<ItemInfo> featureFormatInfo)
featureFormatInfo
- feature format infopublic ArrayList<ItemInfo> getRasterFormatInfo()
public void setRasterFormatInfo(ArrayList<ItemInfo> rasterFormatInfo)
rasterFormatInfo
- raster format infopublic String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |