|
|||||||||
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.datamanagementtools.MinimumBoundingGeometry
public class MinimumBoundingGeometry
Creates a feature class containing polygons which represent a specified minimum bounding geometry enclosing each input feature. The Minimum Bounding Geometry tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
MinimumBoundingGeometry()
Creates the Minimum Bounding Geometry tool with defaults. |
|
MinimumBoundingGeometry(Object inFeatures,
Object outFeatureClass)
Creates the Minimum Bounding Geometry tool with the required parameters. |
Method Summary | |
---|---|
String |
getGeometryType()
Returns the Geometry Type parameter of this tool . |
Object |
getGroupField()
Returns the Group Field(s) parameter of this tool . |
String |
getGroupOption()
Returns the Group Option parameter of this tool . |
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
String |
getMbgFieldsOption()
Returns the Add geometry characteristics as attributes to output 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 |
setGeometryType(String geometryType)
Sets the Geometry Type parameter of this tool . |
void |
setGroupField(Object groupField)
Sets the Group Field(s) parameter of this tool . |
void |
setGroupOption(String groupOption)
Sets the Group Option parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setMbgFieldsOption(String mbgFieldsOption)
Sets the Add geometry characteristics as attributes to output 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 MinimumBoundingGeometry()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MinimumBoundingGeometry(Object inFeatures, 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.
inFeatures
- the input features that can be point, multipoint, line, polygon, or multipatch.outFeatureClass
- the output polygon feature class.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- the input features that can be point, multipoint, line, polygon, or multipatch.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output polygon feature class.public String getGeometryType()
public void setGeometryType(String geometryType)
geometryType
- specifies what type of minimum bounding geometry the output polygons will represent.public String getGroupOption()
public void setGroupOption(String groupOption)
groupOption
- specifies how the input features will be grouped; each group will be enclosed with one output polygon.public Object getGroupField()
public void setGroupField(Object groupField)
groupField
- the field or fields in the input features that will be used to group features, when LIST is specified as Group Option. All features that have the same value in the specified field or fields will be treated as a group. If no field name is specified, none of the input features will be grouped.public String getMbgFieldsOption()
public void setMbgFieldsOption(String mbgFieldsOption)
mbgFieldsOption
- specifies whether to add the geometric attributes in the output feature class or omit them in the output feature class.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 |