|
|||||||||
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.analyst3dtools.Inside3D
public class Inside3D
Tests each feature to determine if it falls inside a multipatch. If it falls inside a feature, it writes an entry to a new table indicating which feature it fell within. The Inside 3D tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Inside3D()
Creates the Inside 3D tool with defaults. |
|
Inside3D(Object inTargetFeatureClass,
Object inContainerFeatureClass,
Object outTable)
Creates the Inside 3D tool with the required parameters. |
Method Summary | |
---|---|
String |
getComplexOutput()
Returns the Complex Output Table parameter of this tool . |
Object |
getInContainerFeatureClass()
Returns the Input Multipatch Features parameter of this tool . |
Object |
getInTargetFeatureClass()
Returns the Input Features parameter of this tool . |
Object |
getOutTable()
Returns the Output Table 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 |
setComplexOutput(String complexOutput)
Sets the Complex Output Table parameter of this tool . |
void |
setInContainerFeatureClass(Object inContainerFeatureClass)
Sets the Input Multipatch Features parameter of this tool . |
void |
setInTargetFeatureClass(Object inTargetFeatureClass)
Sets the Input Features parameter of this tool . |
void |
setOutTable(Object outTable)
Sets the Output Table 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 Inside3D()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Inside3D(Object inTargetFeatureClass, Object inContainerFeatureClass, Object outTable)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTargetFeatureClass
- the z-enabled point, line, polygon, or multipatch features.inContainerFeatureClass
- the multipatch features.outTable
- nullMethod Detail |
---|
public Object getInTargetFeatureClass()
public void setInTargetFeatureClass(Object inTargetFeatureClass)
inTargetFeatureClass
- the z-enabled point, line, polygon, or multipatch features.public Object getInContainerFeatureClass()
public void setInContainerFeatureClass(Object inContainerFeatureClass)
inContainerFeatureClass
- the multipatch features.public Object getOutTable()
public void setOutTable(Object outTable)
outTable
- nullpublic String getComplexOutput()
public void setComplexOutput(String complexOutput)
complexOutput
- the table to be created that contains the relationship between input features.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 |