|
|||||||||
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.SimplifyBuilding
public class SimplifyBuilding
Simplifies the boundary or footprint of building polygons while maintaining their essential shape and size.
The Simplify Building tool is contained in the Data Management Tools tool box.
Learn more about how Simplify Building works
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SimplifyBuilding()
Creates the Simplify Building tool with defaults. |
|
SimplifyBuilding(Object inFeatures,
Object outFeatureClass,
Object simplificationTolerance)
Creates the Simplify Building tool with the required parameters. |
Method Summary | |
---|---|
String |
getConflictOption()
Returns the Check for spatial conflicts parameter of this tool . |
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
Object |
getMinimumArea()
Returns the Minimum Area parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getSimplificationTolerance()
Returns the Simplification Tolerance 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 |
setConflictOption(String conflictOption)
Sets the Check for spatial conflicts parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setMinimumArea(Object minimumArea)
Sets the Minimum Area parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setSimplificationTolerance(Object simplificationTolerance)
Sets the Simplification Tolerance 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 SimplifyBuilding()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SimplifyBuilding(Object inFeatures, Object outFeatureClass, Object simplificationTolerance)
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
- Feature Layer, the building polygons to be simplified.outFeatureClass
- Feature Class, the output feature class to be created.simplificationTolerance
- Linear Unit, sets the tolerance for building simplification. A tolerance must be specified, and it must be greater than zero. You can specify a preferred unit; the default is the feature unit.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- Feature Layer, the building polygons to be simplified.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- Feature Class, the output feature class to be created.public Object getSimplificationTolerance()
public void setSimplificationTolerance(Object simplificationTolerance)
simplificationTolerance
- Linear Unit, sets the tolerance for building simplification. A tolerance must be specified, and it must be greater than zero. You can specify a preferred unit; the default is the feature unit.public Object getMinimumArea()
public void setMinimumArea(Object minimumArea)
minimumArea
- Areal Unit, sets the minimum area for a simplified building to be retained in feature units. The default value is zero, that is, to keep all buildings. You can specify a preferred unit; the default is the feature unit.public String getConflictOption()
public void setConflictOption(String conflictOption)
conflictOption
- String, specifies whether or not to check for potential conflicts, that is, overlapping or touching, among buildings.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 |