|
|||||||||
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.FeatureTo3DByAttribute
public class FeatureTo3DByAttribute
Adds a height dimension based on one or two attributes. The height (z-value) of the shape of each feature in the input feature class is set to the value found in the user-specified height field in that feature class. The Feature to 3D By Attribute tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
FeatureTo3DByAttribute()
Creates the Feature to 3D By Attribute tool with defaults. |
|
FeatureTo3DByAttribute(Object inFeatures,
Object outFeatureClass,
Object heightField)
Creates the Feature to 3D By Attribute tool with the required parameters. |
Method Summary | |
---|---|
Object |
getHeightField()
Returns the Height Field parameter of this tool . |
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getToHeightField()
Returns the To Height Field 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 |
setHeightField(Object heightField)
Sets the Height Field parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setToHeightField(Object toHeightField)
Sets the To Height Field 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 FeatureTo3DByAttribute()
Initializes the array of tool parameters with the default values specified when the tool was created.
public FeatureTo3DByAttribute(Object inFeatures, Object outFeatureClass, Object heightField)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- the input feature class for which z information will be found in the attribute table.outFeatureClass
- the output feature class.heightField
- the height field found in the attribute table.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- the input feature class for which z information will be found in the attribute table.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output feature class.public Object getHeightField()
public void setHeightField(Object heightField)
heightField
- the height field found in the attribute table.public Object getToHeightField()
public void setToHeightField(Object toHeightField)
toHeightField
- an optional second height field used for lines. When using two height fields, each line will start at the first height and end at the second (sloped).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 |