|
|||||||||
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.samples.SubModelMemoryLayerWithAllJoins
public class SubModelMemoryLayerWithAllJoins
Creates a layer of the specified geometry type and joins all the CAD attributes to the selected geometry type.This tool has been deprecated. For more information, see An overview of the Samples toolbox. The Sub Model Memory Layer with All Joins from Staging Geodatabase tool is contained in the Samples tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SubModelMemoryLayerWithAllJoins()
Creates the Sub Model Memory Layer with All Joins from Staging Geodatabase tool with defaults. |
|
SubModelMemoryLayerWithAllJoins(Object inputCADStagingGeodatabase)
Creates the Sub Model Memory Layer with All Joins from Staging Geodatabase tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInputCADStagingGeodatabase()
Returns the input CAD staging geodatabase parameter of this tool . |
Object |
getMemoryLayerWithJoins()
Returns the memory layer with joins parameter of this tool (Read only). |
String |
getSelectGeometryType()
Returns the select geometry type 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 |
setInputCADStagingGeodatabase(Object inputCADStagingGeodatabase)
Sets the input CAD staging geodatabase parameter of this tool . |
void |
setSelectGeometryType(String selectGeometryType)
Sets the select geometry type 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 SubModelMemoryLayerWithAllJoins()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SubModelMemoryLayerWithAllJoins(Object inputCADStagingGeodatabase)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputCADStagingGeodatabase
- nullMethod Detail |
---|
public Object getInputCADStagingGeodatabase()
public void setInputCADStagingGeodatabase(Object inputCADStagingGeodatabase)
inputCADStagingGeodatabase
- nullpublic String getSelectGeometryType()
public void setSelectGeometryType(String selectGeometryType)
selectGeometryType
- the geometry type for the output layer.public Object getMemoryLayerWithJoins()
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 |