|
|||||||||
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.DeleteIdentical
public class DeleteIdentical
Deletes records in a feature class or table which have identical values in a list of fields. If the field 'Shape' is selected, feature geometries are compared. The Delete 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 | |
---|---|
DeleteIdentical()
Creates the Delete Identical tool with defaults. |
|
DeleteIdentical(Object inDataset,
Object fields)
Creates the Delete 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 (Read only). |
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 |
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 DeleteIdentical()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DeleteIdentical(Object inDataset, 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 which will have its identical records deleted.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 which will have its identical records deleted.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.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.public Object getOutDataset()
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 |