|
|||||||||
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.SaveToLayerFile
public class SaveToLayerFile
Creates an output layer file (.lyr) that references geographic data stored on disk. The Save To Layer File tool is contained in the Data Management Tools tool box.
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 . |
String |
getIsRelativePath()
Returns the Store Relative Path 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 |
setIsRelativePath(String isRelativePath)
Sets the Store Relative Path 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
- the in-memory layer, layer file stored on disk, or feature layer in ArcMap to be saved to disk as a layer file (.lyr).outLayer
- the output layer file (.lyr) to be created.Method Detail |
---|
public Object getInLayer()
public void setInLayer(Object inLayer)
inLayer
- the in-memory layer, layer file stored on disk, or feature layer in ArcMap to be saved to disk as a layer file (.lyr).public Object getOutLayer()
public void setOutLayer(Object outLayer)
outLayer
- the output layer file (.lyr) to be created.public String getIsRelativePath()
public void setIsRelativePath(String isRelativePath)
isRelativePath
- determines if the output layer file (.lyr) will store a relative path to the source data stored on disk, or an absolute path.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 |