|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.datamanagementtools.BuildBoundary
public class BuildBoundary
Generates the boundary polygon for a mosaic dataset. By default, the boundary merges all the footprint polygons to create a single boundary representing the extent of the valid pixels. The Build Boundary tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
BuildBoundary()
Creates the Build Boundary tool with defaults. |
|
BuildBoundary(Object inMosaicDataset)
Creates the Build Boundary tool with the required parameters. |
Method Summary | |
---|---|
String |
getAppendToExisting()
Returns the Append To Existing Boundary parameter of this tool . |
Object |
getInMosaicDataset()
Returns the Mosaic Dataset parameter of this tool . |
Object |
getOutMosaicDataset()
Returns the Mosaic Dataset parameter of this tool (Read only). |
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. |
Object |
getWhereClause()
Returns the Query Definition parameter of this tool . |
void |
setAppendToExisting(String appendToExisting)
Sets the Append To Existing Boundary parameter of this tool . |
void |
setInMosaicDataset(Object inMosaicDataset)
Sets the Mosaic Dataset parameter of this tool . |
void |
setWhereClause(Object whereClause)
Sets the Query Definition 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 BuildBoundary()
Initializes the array of tool parameters with the default values specified when the tool was created.
public BuildBoundary(Object inMosaicDataset)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inMosaicDataset
- the mosaic dataset for which the boundary will be calculated.Method Detail |
---|
public Object getInMosaicDataset()
public void setInMosaicDataset(Object inMosaicDataset)
inMosaicDataset
- the mosaic dataset for which the boundary will be calculated.public Object getWhereClause()
public void setWhereClause(Object whereClause)
whereClause
- enter an SQL query if you would like to create a subset of the data, based on attributes.public String getAppendToExisting()
public void setAppendToExisting(String appendToExisting)
appendToExisting
- when footprints have been selected, this option determines how the boundary will be modified.public Object getOutMosaicDataset()
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 |