|
|||||||||
| 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.SaveToLayerFile
public class SaveToLayerFile
The Save To Layer File tool creates an output The Save To Layer File 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 | |
|---|---|
SaveToLayerFile()
Creates the Save To Layer File tool with defaults. |
|
SaveToLayerFile(Object inLayer,
Object outLayer)
Creates the Save To Layer File tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getInLayer()
Returns the Input Layer parameter of this tool . |
Object |
getOutLayer()
Returns the Output Layer 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 |
setInLayer(Object inLayer)
Sets the Input Layer parameter of this tool . |
void |
setOutLayer(Object outLayer)
Sets the Output Layer 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 SaveToLayerFile()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SaveToLayerFile(Object inLayer,
Object outLayer)
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 - Layer, the in-memory layer created by the Make Feature Layer tool or a layer file stored on disk.outLayer - Layer File, the output layer file to be created.| Method Detail |
|---|
public Object getInLayer()
public void setInLayer(Object inLayer)
inLayer - Layer, the in-memory layer created by the Make Feature Layer tool or a layer file stored on disk.public Object getOutLayer()
public void setOutLayer(Object outLayer)
outLayer - Layer File, the output layer file to be created.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 | ||||||||