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

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.datamanagementtools.CheckGeometry
All Implemented Interfaces:
GPTool

public class CheckGeometry
extends AbstractGPTool

Generates a report of the geometry problems in a feature class. The Check Geometry tool is contained in the Data Management Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
CheckGeometry()
          Creates the Check Geometry tool with defaults.
CheckGeometry(java.lang.Object inFeatures, java.lang.Object outTable)
          Creates the Check Geometry tool with the required parameters.
 
Method Summary
 java.lang.Object getInFeatures()
          Returns the Input Features parameter of this tool .
 java.lang.Object getOutTable()
          Returns the Output Table 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 setOutTable(java.lang.Object outTable)
          Sets the Output Table 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

CheckGeometry

public CheckGeometry()
Creates the Check Geometry tool with defaults.

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


CheckGeometry

public CheckGeometry(java.lang.Object inFeatures,
                     java.lang.Object outTable)
Creates the Check Geometry 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 - one or more feature classes or feature layers that will be checked for geometry problems. Valid input formats are shapefile and feature classes stored in a personal geodatabase or file geodatabase.
outTable - the table that will contain the list of problems that were discovered in the input features.
Method Detail

getInFeatures

public java.lang.Object getInFeatures()
Returns the Input Features parameter of this tool . This parameter is one or more feature classes or feature layers that will be checked for geometry problems. Valid input formats are shapefile and feature classes stored in a personal geodatabase or file geodatabase. 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 one or more feature classes or feature layers that will be checked for geometry problems. Valid input formats are shapefile and feature classes stored in a personal geodatabase or file geodatabase. This is a required parameter.

Parameters:
inFeatures - one or more feature classes or feature layers that will be checked for geometry problems. Valid input formats are shapefile and feature classes stored in a personal geodatabase or file geodatabase.

getOutTable

public java.lang.Object getOutTable()
Returns the Output Table parameter of this tool . This parameter is the table that will contain the list of problems that were discovered in the input features. This is a required parameter.

Returns:
the Output Table

setOutTable

public void setOutTable(java.lang.Object outTable)
Sets the Output Table parameter of this tool . This parameter is the table that will contain the list of problems that were discovered in the input features. This is a required parameter.

Parameters:
outTable - the table that will contain the list of problems that were discovered in the input features.

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