|
|||||||||
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.TINCompare
public class TINCompare
Compares two TINs and returns the comparison results. TIN Compare can report differences with geometry, TIN node and triangle tags, and spatial reference. The TIN Compare tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
TINCompare()
Creates the TIN Compare tool with defaults. |
|
TINCompare(Object inBaseTin,
Object inTestTin)
Creates the TIN Compare tool with the required parameters. |
Method Summary | |
---|---|
String |
getCompareStatus()
Returns the Compare Status parameter of this tool (Read only). |
String |
getCompareType()
Returns the Compare Type parameter of this tool . |
String |
getContinueCompare()
Returns the Continue Comparison parameter of this tool . |
Object |
getInBaseTin()
Returns the Input Base Tin parameter of this tool . |
Object |
getInTestTin()
Returns the Input Test Tin parameter of this tool . |
Object |
getOutCompareFile()
Returns the Output Compare File 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 |
setCompareType(String compareType)
Sets the Compare Type parameter of this tool . |
void |
setContinueCompare(String continueCompare)
Sets the Continue Comparison parameter of this tool . |
void |
setInBaseTin(Object inBaseTin)
Sets the Input Base Tin parameter of this tool . |
void |
setInTestTin(Object inTestTin)
Sets the Input Test Tin parameter of this tool . |
void |
setOutCompareFile(Object outCompareFile)
Sets the Output Compare File 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 TINCompare()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TINCompare(Object inBaseTin, Object inTestTin)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inBaseTin
- the Input Base Tin is compared with the Input Test Tin. Input Base Tin refers to data that you have declared valid. This base data has the correct geometry, tag values (if any), and spatial reference.inTestTin
- the Input Test Tin is compared against the Input Base Tin.Method Detail |
---|
public Object getInBaseTin()
public void setInBaseTin(Object inBaseTin)
inBaseTin
- the Input Base Tin is compared with the Input Test Tin. Input Base Tin refers to data that you have declared valid. This base data has the correct geometry, tag values (if any), and spatial reference.public Object getInTestTin()
public void setInTestTin(Object inTestTin)
inTestTin
- the Input Test Tin is compared against the Input Base Tin.public String getCompareType()
public void setCompareType(String compareType)
compareType
- the comparison type.public String getContinueCompare()
public void setContinueCompare(String continueCompare)
continueCompare
- indicates whether to compare all properties after encountering the first mismatch.public Object getOutCompareFile()
public void setOutCompareFile(Object outCompareFile)
outCompareFile
- the name and path of the text file which will contain the comparison results.public String getCompareStatus()
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 |