|
|||||||||
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.coveragetools.Identity
public class Identity
Computes the geometric intersection of two coverages. All features of the input coverage, as well as those features of the identity coverage that overlap the input coverage, are preserved in the output coverage. The Identity tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Identity()
Creates the Identity tool with defaults. |
|
Identity(Object inCover,
Object identityCover,
Object outCover)
Creates the Identity tool with the required parameters. |
Method Summary | |
---|---|
String |
getFeatureType()
Returns the Feature Type parameter of this tool . |
double |
getFuzzyTolerance()
Returns the Fuzzy Tolerance parameter of this tool . |
Object |
getIdentityCover()
Returns the Identity Coverage parameter of this tool . |
Object |
getInCover()
Returns the Input Coverage parameter of this tool . |
String |
getJoinAttributes()
Returns the Join attributes parameter of this tool . |
Object |
getOutCover()
Returns the Output Coverage 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 |
setFeatureType(String featureType)
Sets the Feature Type parameter of this tool . |
void |
setFuzzyTolerance(double fuzzyTolerance)
Sets the Fuzzy Tolerance parameter of this tool . |
void |
setIdentityCover(Object identityCover)
Sets the Identity Coverage parameter of this tool . |
void |
setInCover(Object inCover)
Sets the Input Coverage parameter of this tool . |
void |
setJoinAttributes(String joinAttributes)
Sets the Join attributes parameter of this tool . |
void |
setOutCover(Object outCover)
Sets the Output Coverage 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 Identity()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Identity(Object inCover, Object identityCover, Object outCover)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inCover
- the coverage that will be overlaid with the identity coverage.identityCover
- the coverage that will be identitied with the input coverage. Must have polygon features.outCover
- the coverage to be created.Method Detail |
---|
public Object getInCover()
public void setInCover(Object inCover)
inCover
- the coverage that will be overlaid with the identity coverage.public Object getIdentityCover()
public void setIdentityCover(Object identityCover)
identityCover
- the coverage that will be identitied with the input coverage. Must have polygon features.public Object getOutCover()
public void setOutCover(Object outCover)
outCover
- the coverage to be created.public String getFeatureType()
public void setFeatureType(String featureType)
featureType
- the feature class from the input coverage that will be used.public double getFuzzyTolerance()
public void setFuzzyTolerance(double fuzzyTolerance)
fuzzyTolerance
- the minimum distance between coordinates in the output coverage. By default, the minimum fuzzy tolerance value from the input and erase coverages is used.public String getJoinAttributes()
public void setJoinAttributes(String joinAttributes)
joinAttributes
- specifies whether all items in both the input coverage feature attribute and identity coverage will be joined to the output coverage feature attribute table.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 |