com.esri.arcgis.geoprocessing.tools.samples
Class SubModelMemoryLayerWithAllJoins

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.samples.SubModelMemoryLayerWithAllJoins
All Implemented Interfaces:
GPTool

public class SubModelMemoryLayerWithAllJoins
extends AbstractGPTool

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.

Usage tips:


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(java.lang.Object inputCADStagingGeodatabase)
          Creates the Sub Model Memory Layer with All Joins from Staging Geodatabase tool with the required parameters.
 
Method Summary
 java.lang.Object getInputCADStagingGeodatabase()
          Returns the input CAD staging geodatabase parameter of this tool .
 java.lang.Object getMemoryLayerWithJoins()
          Returns the memory layer with joins parameter of this tool (Read only).
 java.lang.String getSelectGeometryType()
          Returns the select geometry type parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setInputCADStagingGeodatabase(java.lang.Object inputCADStagingGeodatabase)
          Sets the input CAD staging geodatabase parameter of this tool .
 void setSelectGeometryType(java.lang.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

SubModelMemoryLayerWithAllJoins

public SubModelMemoryLayerWithAllJoins()
Creates the Sub Model Memory Layer with All Joins from Staging Geodatabase tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


SubModelMemoryLayerWithAllJoins

public SubModelMemoryLayerWithAllJoins(java.lang.Object inputCADStagingGeodatabase)
Creates the Sub Model Memory Layer with All Joins from Staging Geodatabase tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inputCADStagingGeodatabase - null
Method Detail

getInputCADStagingGeodatabase

public java.lang.Object getInputCADStagingGeodatabase()
Returns the input CAD staging geodatabase parameter of this tool . This is a required parameter.

Returns:
the input CAD staging geodatabase

setInputCADStagingGeodatabase

public void setInputCADStagingGeodatabase(java.lang.Object inputCADStagingGeodatabase)
Sets the input CAD staging geodatabase parameter of this tool . This is a required parameter.

Parameters:
inputCADStagingGeodatabase - null

getSelectGeometryType

public java.lang.String getSelectGeometryType()
Returns the select geometry type parameter of this tool . This parameter is the geometry type for the output layer. This is an optional parameter.

Returns:
the select geometry type

setSelectGeometryType

public void setSelectGeometryType(java.lang.String selectGeometryType)
Sets the select geometry type parameter of this tool . This parameter is the geometry type for the output layer. This is an optional parameter.

Parameters:
selectGeometryType - the geometry type for the output layer.

getMemoryLayerWithJoins

public java.lang.Object getMemoryLayerWithJoins()
Returns the memory layer with joins parameter of this tool (Read only). This is an derived parameter.

Returns:
the memory layer with joins

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias