com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class FeatureEnvelopeToPolygon

java.lang.Object
  extended bycom.esri.arcgis.geoprocessing.AbstractGPTool
      extended bycom.esri.arcgis.geoprocessing.tools.datamanagementtools.FeatureEnvelopeToPolygon
All Implemented Interfaces:
GPTool

public class FeatureEnvelopeToPolygon
extends AbstractGPTool

Creates polygons from the envelopes of each feature in the input feature class. An envelope is a rectangular area that covers a feature's geometry. The Feature Envelope to Polygon tool is contained in the Data Management Tools tool box.
Learn more about how Feature envelopes to polygons works

Software restrictions: ArcInfo only

Illustration:

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
FeatureEnvelopeToPolygon()
          Creates the Feature Envelope to Polygon tool with defaults.
FeatureEnvelopeToPolygon(java.lang.Object inFeatures, java.lang.Object outFeatureClass)
          Creates the Feature Envelope to Polygon tool with the required parameters.
 
Method Summary
 java.lang.Object getInFeatures()
          Returns the Input Features parameter of this tool .
 java.lang.Object getOutFeatureClass()
          Returns the Output Feature Class parameter of this tool .
 java.lang.String getSingleEnvelope()
          Returns the Create multipart features 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 setInFeatures(java.lang.Object inFeatures)
          Sets the Input Features parameter of this tool .
 void setOutFeatureClass(java.lang.Object outFeatureClass)
          Sets the Output Feature Class parameter of this tool .
 void setSingleEnvelope(java.lang.String singleEnvelope)
          Sets the Create multipart features 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

FeatureEnvelopeToPolygon

public FeatureEnvelopeToPolygon()
Creates the Feature Envelope to Polygon tool with defaults.

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


FeatureEnvelopeToPolygon

public FeatureEnvelopeToPolygon(java.lang.Object inFeatures,
                                java.lang.Object outFeatureClass)
Creates the Feature Envelope to Polygon 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:
inFeatures - Feature Layer, the features whose envelopes will be converted to polygon features.
outFeatureClass - Feature Class, the feature class that will contain the polygons.
Method Detail

getInFeatures

public java.lang.Object getInFeatures()
Returns the Input Features parameter of this tool . This parameter is Feature Layer, the features whose envelopes will be converted to polygon features. This is a required parameter.

Returns:
the Input Features

setInFeatures

public void setInFeatures(java.lang.Object inFeatures)
Sets the Input Features parameter of this tool . This parameter is Feature Layer, the features whose envelopes will be converted to polygon features. This is a required parameter.

Parameters:
inFeatures - Feature Layer, the features whose envelopes will be converted to polygon features.

getOutFeatureClass

public java.lang.Object getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . This parameter is Feature Class, the feature class that will contain the polygons. 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 Feature Class, the feature class that will contain the polygons. This is a required parameter.

Parameters:
outFeatureClass - Feature Class, the feature class that will contain the polygons.

getSingleEnvelope

public java.lang.String getSingleEnvelope()
Returns the Create multipart features parameter of this tool . This parameter is String, choose what multipart input features will produce. This is an optional parameter.

Returns:
the Create multipart features

setSingleEnvelope

public void setSingleEnvelope(java.lang.String singleEnvelope)
Sets the Create multipart features parameter of this tool . This parameter is String, choose what multipart input features will produce. This is an optional parameter.

Parameters:
singleEnvelope - String, choose what multipart input features will produce.
  • SINGLEPART—The envelope of all geometries that make up a multipart feature will be written to the output as a single polygon.
  • MULTIPART—The envelope of each geometry that make up a multipart feature will be written to the output as a multipart polygon.

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