|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.datamanagementtools.MakeImageServerLayer
public class MakeImageServerLayer
Creates an image layer from an image service. The layer that is created by the tool is temporary and will not persist after the session ends unless the document is saved. The Make Image Server Layer tool is contained in the Data Management Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
MakeImageServerLayer()
Creates the Make Image Server Layer tool with defaults. |
|
MakeImageServerLayer(Object inImageService,
Object outImageserverLayer)
Creates the Make Image Server Layer tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getBandIndex()
Returns the Bands parameter of this tool . |
Object |
getInImageService()
Returns the Input Image Service parameter of this tool . |
String |
getLockRasterid()
Returns the Lock Raster ID parameter of this tool . |
String |
getMosaicMethod()
Returns the Mosaic Method parameter of this tool . |
String |
getOrderBaseValue()
Returns the Order Base Field parameter of this tool . |
String |
getOrderField()
Returns the Order Field parameter of this tool . |
Object |
getOutImageserverLayer()
Returns the Output Image Server Layer parameter of this tool . |
Object |
getTemplate()
Returns the Template Extent parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setBandIndex(Object bandIndex)
Sets the Bands parameter of this tool . |
void |
setInImageService(Object inImageService)
Sets the Input Image Service parameter of this tool . |
void |
setLockRasterid(String lockRasterid)
Sets the Lock Raster ID parameter of this tool . |
void |
setMosaicMethod(String mosaicMethod)
Sets the Mosaic Method parameter of this tool . |
void |
setOrderBaseValue(String orderBaseValue)
Sets the Order Base Field parameter of this tool . |
void |
setOrderField(String orderField)
Sets the Order Field parameter of this tool . |
void |
setOutImageserverLayer(Object outImageserverLayer)
Sets the Output Image Server Layer parameter of this tool . |
void |
setTemplate(Object template)
Sets the Template Extent parameter of this tool . |
| Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
getParameterValues, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MakeImageServerLayer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MakeImageServerLayer(Object inImageService,
Object outImageserverLayer)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inImageService - Image Service Layer, the name of the input image service.outImageserverLayer - Raster Layer, the name of the output image layer.| Method Detail |
|---|
public Object getInImageService()
public void setInImageService(Object inImageService)
inImageService - Image Service Layer, the name of the input image service.public Object getOutImageserverLayer()
public void setOutImageserverLayer(Object outImageserverLayer)
outImageserverLayer - Raster Layer, the name of the output image layer.public Object getTemplate()
public void setTemplate(Object template)
template - Layer, the output extent of the image layer.
The output extent can either be specified by defining the area to be clipped (X-Minimum, Y-Minimum, X-Maximum, Y-Maximum) or by using the extent of an existing layer.public Object getBandIndex()
public void setBandIndex(Object bandIndex)
bandIndex - Bands, choose which bands to export from the image service. If no bands are specified, then all the bands will be used in the output.public String getMosaicMethod()
public void setMosaicMethod(String mosaicMethod)
mosaicMethod - String, the mosaic method defines how the mosaic is created from different rasters.
An image returned to the client can be created from a number of input rasters. The mosaic process has two options available.public String getOrderField()
public void setOrderField(String orderField)
orderField - Fields, the default field to use to order rasters when the mosaic method is By Attribute.public String getOrderBaseValue()
public void setOrderBaseValue(String orderBaseValue)
orderBaseValue - Long, the images are sorted based on the difference between this input value and attribute value in the specified field.public String getLockRasterid()
public void setLockRasterid(String lockRasterid)
lockRasterid - Integer, raster ID or raster name to which the service should be locked, such that only the specified rasters are displayed. If left blank (undefined), it will be similar to system default. Multiple IDs can be defined as a semicolon-delimited list.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||