com.esri.arcgis.geoprocessing.tools.analyst3dtools
Class Union3D

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

public class Union3D
extends AbstractGPTool

Computes the geometric intersection of the patches of overlapping multipatches, then aggregates the multipatches together. How many features are created as output depends on the tool's settings. The Union 3D tool is contained in the 3D Analyst Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
Union3D()
          Creates the Union 3D tool with defaults.
Union3D(java.lang.Object inFeatureClass, java.lang.Object outFeatureClass)
          Creates the Union 3D tool with the required parameters.
 
Method Summary
 java.lang.String getDisableOptimization()
          Returns the Disable Optimization parameter of this tool .
 java.lang.Object getGroupField()
          Returns the Grouping Field parameter of this tool .
 java.lang.Object getInFeatureClass()
          Returns the Input Multipatch Features parameter of this tool .
 java.lang.Object getOutFeatureClass()
          Returns the Output Feature Class parameter of this tool .
 java.lang.String getOutputAll()
          Returns the Output All Solids parameter of this tool .
 java.lang.Object getOutTable()
          Returns the Output Table 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 setDisableOptimization(java.lang.String disableOptimization)
          Sets the Disable Optimization parameter of this tool .
 void setGroupField(java.lang.Object groupField)
          Sets the Grouping Field parameter of this tool .
 void setInFeatureClass(java.lang.Object inFeatureClass)
          Sets the Input Multipatch Features parameter of this tool .
 void setOutFeatureClass(java.lang.Object outFeatureClass)
          Sets the Output Feature Class parameter of this tool .
 void setOutputAll(java.lang.String outputAll)
          Sets the Output All Solids parameter of this tool .
 void setOutTable(java.lang.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

Union3D

public Union3D()
Creates the Union 3D tool with defaults.

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


Union3D

public Union3D(java.lang.Object inFeatureClass,
               java.lang.Object outFeatureClass)
Creates the Union 3D 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:
inFeatureClass - the closed multipatch features to be intersected and aggregated.
outFeatureClass - the multipatch feature class into which the aggregated multipatch(es) will be placed.
Method Detail

getInFeatureClass

public java.lang.Object getInFeatureClass()
Returns the Input Multipatch Features parameter of this tool . This parameter is the closed multipatch features to be intersected and aggregated. This is a required parameter.

Returns:
the Input Multipatch Features

setInFeatureClass

public void setInFeatureClass(java.lang.Object inFeatureClass)
Sets the Input Multipatch Features parameter of this tool . This parameter is the closed multipatch features to be intersected and aggregated. This is a required parameter.

Parameters:
inFeatureClass - the closed multipatch features to be intersected and aggregated.

getOutFeatureClass

public java.lang.Object getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . This parameter is the multipatch feature class into which the aggregated multipatch(es) will be placed. This is a required parameter.

Returns:
the Output Feature Class

setOutFeatureClass

public void setOutFeatureClass(java.lang.Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . This parameter is the multipatch feature class into which the aggregated multipatch(es) will be placed. This is a required parameter.

Parameters:
outFeatureClass - the multipatch feature class into which the aggregated multipatch(es) will be placed.

getGroupField

public java.lang.Object getGroupField()
Returns the Grouping Field parameter of this tool . This parameter is the field used to group input multipatch features together for aggregation. This is an optional parameter.

Returns:
the Grouping Field

setGroupField

public void setGroupField(java.lang.Object groupField)
Sets the Grouping Field parameter of this tool . This parameter is the field used to group input multipatch features together for aggregation. This is an optional parameter.

Parameters:
groupField - the field used to group input multipatch features together for aggregation.

getDisableOptimization

public java.lang.String getDisableOptimization()
Returns the Disable Optimization parameter of this tool . This parameter is disables the optimization that automatically determines which multipatch features overlap, and only unions those features with overlaps. This is an optional parameter.

Returns:
the Disable Optimization

setDisableOptimization

public void setDisableOptimization(java.lang.String disableOptimization)
Sets the Disable Optimization parameter of this tool . This parameter is disables the optimization that automatically determines which multipatch features overlap, and only unions those features with overlaps. This is an optional parameter.

Parameters:
disableOptimization - disables the optimization that automatically determines which multipatch features overlap, and only unions those features with overlaps.

getOutputAll

public java.lang.String getOutputAll()
Returns the Output All Solids parameter of this tool . This parameter is this option forces the tool to write out all input features as output features. Features that have no overlaps are written to the output unmodified. Overlapping features are unioned together, and then written to the output. This is an optional parameter.

Returns:
the Output All Solids

setOutputAll

public void setOutputAll(java.lang.String outputAll)
Sets the Output All Solids parameter of this tool . This parameter is this option forces the tool to write out all input features as output features. Features that have no overlaps are written to the output unmodified. Overlapping features are unioned together, and then written to the output. This is an optional parameter.

Parameters:
outputAll - this option forces the tool to write out all input features as output features. Features that have no overlaps are written to the output unmodified. Overlapping features are unioned together, and then written to the output.

getOutTable

public java.lang.Object getOutTable()
Returns the Output Table parameter of this tool . This parameter is a many to one table representing the Input Features and the Output Features that they where aggregated in to. This is an optional parameter.

Returns:
the Output Table

setOutTable

public void setOutTable(java.lang.Object outTable)
Sets the Output Table parameter of this tool . This parameter is a many to one table representing the Input Features and the Output Features that they where aggregated in to. This is an optional parameter.

Parameters:
outTable - a many to one table representing the Input Features and the Output Features that they where aggregated in to.

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