|
|||||||||
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.ConsolidateLayer
public class ConsolidateLayer
Consolidates one or more layers by copying all data used and referenced into a single folder. The Consolidate Layer tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ConsolidateLayer()
Creates the Consolidate Layer tool with defaults. |
|
ConsolidateLayer(Object inLayer,
Object outputFolder)
Creates the Consolidate Layer tool with the required parameters. |
Method Summary | |
---|---|
String |
getApplyExtentToArcsde()
Returns the Apply Extent to ArcSDE Layers Only parameter of this tool . |
String |
getConvertArcsdeData()
Returns the Convert ArcSDE Data to File Geodatabase parameter of this tool . |
String |
getConvertData()
Returns the Convert Data to File Geodatabase parameter of this tool . |
Object |
getExtent()
Returns the Extent parameter of this tool . |
Object |
getInLayer()
Returns the Input Layer parameter of this tool . |
Object |
getOutputFolder()
Returns the Output Folder parameter of this tool . |
String |
getSchemaOnly()
Returns the Schema Only 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 |
setApplyExtentToArcsde(String applyExtentToArcsde)
Sets the Apply Extent to ArcSDE Layers Only parameter of this tool . |
void |
setConvertArcsdeData(String convertArcsdeData)
Sets the Convert ArcSDE Data to File Geodatabase parameter of this tool . |
void |
setConvertData(String convertData)
Sets the Convert Data to File Geodatabase parameter of this tool . |
void |
setExtent(Object extent)
Sets the Extent parameter of this tool . |
void |
setInLayer(Object inLayer)
Sets the Input Layer parameter of this tool . |
void |
setOutputFolder(Object outputFolder)
Sets the Output Folder parameter of this tool . |
void |
setSchemaOnly(String schemaOnly)
Sets the Schema Only 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 ConsolidateLayer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ConsolidateLayer(Object inLayer, Object outputFolder)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inLayer
- the input layer(s) that will be consolidated.outputFolder
- the output folder that will contain the layer files and consolidated data.Method Detail |
---|
public Object getInLayer()
public void setInLayer(Object inLayer)
inLayer
- the input layer(s) that will be consolidated.public Object getOutputFolder()
public void setOutputFolder(Object outputFolder)
outputFolder
- the output folder that will contain the layer files and consolidated data.public String getConvertData()
public void setConvertData(String convertData)
convertData
- specifies if input layers will be converted into file geodatabase or preserve their original format.public String getConvertArcsdeData()
public void setConvertArcsdeData(String convertArcsdeData)
convertArcsdeData
- specifies if input layers will be converted into file geodatabase or preserve their original format.public Object getExtent()
public void setExtent(Object extent)
extent
- specify the extent by manually entering the coordinates in the extent parameter using the format {X-Min Y-Min X-Max Y-Max}. Additionally, to use the extent of a specific layer, simply add the layer name for the extent parameter. for example: ConsolidateLayer_management("C:/Workspace/parcels.lyr","C:/Workspace/output/parcels.lpk","CONVERT", "CONVERT_SDE", "1556900.00591249 379195.663930234 1753436.4759875 568118.813069764","ALL", "ALL)public String getApplyExtentToArcsde()
public void setApplyExtentToArcsde(String applyExtentToArcsde)
applyExtentToArcsde
- specifies the extent that will be used to select ArcSDE data sources.public String getSchemaOnly()
public void setSchemaOnly(String schemaOnly)
schemaOnly
- specifies if the schema of the input layers will be consolidated.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 |