|
|||||||||
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.FindIdentical
public class FindIdentical
Reports any records in a feature class or table that have identical values in a list of fields, and generates a table listing these identical records. If the field 'Shape' is selected, feature geometries are compared. The Find Identical tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
FindIdentical()
Creates the Find Identical tool with defaults. |
|
FindIdentical(Object inDataset,
Object outDataset,
Object fields)
Creates the Find Identical tool with the required parameters. |
Method Summary | |
---|---|
Object |
getFields()
Returns the Field(s) parameter of this tool . |
Object |
getInDataset()
Returns the Input Dataset parameter of this tool . |
Object |
getOutDataset()
Returns the Output Dataset 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. |
Object |
getXyTolerance()
Returns the XY Tolerance parameter of this tool . |
double |
getZTolerance()
Returns the Z Tolerance parameter of this tool . |
void |
setFields(Object fields)
Sets the Field(s) parameter of this tool . |
void |
setInDataset(Object inDataset)
Sets the Input Dataset parameter of this tool . |
void |
setOutDataset(Object outDataset)
Sets the Output Dataset parameter of this tool . |
void |
setXyTolerance(Object xyTolerance)
Sets the XY Tolerance parameter of this tool . |
void |
setZTolerance(double zTolerance)
Sets the Z 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 FindIdentical()
Initializes the array of tool parameters with the default values specified when the tool was created.
public FindIdentical(Object inDataset, Object outDataset, Object fields)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inDataset
- the table or feature class for which identical records will be found.outDataset
- the output table reporting any identical records. This table will have the same number of records as the input dataset and will contain two fields: IN_FID and FEAT_SEQ. Identical records have the same FEAT_SEQ value.fields
- the field(s) whose values will be compared to find identical records.Method Detail |
---|
public Object getInDataset()
public void setInDataset(Object inDataset)
inDataset
- the table or feature class for which identical records will be found.public Object getOutDataset()
public void setOutDataset(Object outDataset)
outDataset
- the output table reporting any identical records. This table will have the same number of records as the input dataset and will contain two fields: IN_FID and FEAT_SEQ. Identical records have the same FEAT_SEQ value.public Object getFields()
public void setFields(Object fields)
fields
- the field(s) whose values will be compared to find identical records.public Object getXyTolerance()
public void setXyTolerance(Object xyTolerance)
xyTolerance
- the xy tolerance which will be applied to each vertex when evaluating if there is an identical vertex in another feature. This parameter is enabled only when 'Shape' is selected as one of the fields.public double getZTolerance()
public void setZTolerance(double zTolerance)
zTolerance
- the z tolerance which will be applied to each vertex when evaluating if there is an identical vertex in another feature. This parameter is enabled only when 'Shape' is selected as one of the fields.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 |