|
|||||||||
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.Layer3DToFeatureClass
public class Layer3DToFeatureClass
This tool applies 3D properties associated with a feature layer and writes the result to a new multipatch or line feature class. The Layer 3D to Feature Class tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Layer3DToFeatureClass()
Creates the Layer 3D to Feature Class tool with defaults. |
|
Layer3DToFeatureClass(Object inFeatureLayer,
Object outFeatureClass)
Creates the Layer 3D to Feature Class tool with the required parameters. |
Method Summary | |
---|---|
Object |
getGroupField()
Returns the Grouping Field parameter of this tool . |
Object |
getInFeatureLayer()
Returns the Input Feature Layer parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class 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 |
setGroupField(Object groupField)
Sets the Grouping Field parameter of this tool . |
void |
setInFeatureLayer(Object inFeatureLayer)
Sets the Input Feature Layer parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class 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 Layer3DToFeatureClass()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Layer3DToFeatureClass(Object inFeatureLayer, Object outFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatureLayer
- the input feature layer with 3D properties.outFeatureClass
- the output multipatch feature class.Method Detail |
---|
public Object getInFeatureLayer()
public void setInFeatureLayer(Object inFeatureLayer)
inFeatureLayer
- the input feature layer with 3D properties.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output multipatch feature class.public Object getGroupField()
public void setGroupField(Object groupField)
groupField
- a group field is used to combine the geometry of multiple input features into individual output records. The output attribute values will be set to one of the input records.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 |