|
|||||||||
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.analyst3dtools.LandXMLToTin
public class LandXMLToTin
This tool imports one or more triangulated irregular network (TIN) surfaces from a LandXML file and writes the TIN(s) to location on disk. The LandXML to TIN tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
LandXMLToTin()
Creates the LandXML to TIN tool with defaults. |
|
LandXMLToTin(Object inLandxmlPath,
Object outTinFolder,
String tinBasename)
Creates the LandXML to TIN tool with the required parameters. |
Method Summary | |
---|---|
Object |
getDerivedTinFolder()
Returns the Output TIN folder parameter of this tool (Read only). |
Object |
getInLandxmlPath()
Returns the Input parameter of this tool . |
Object |
getOutTinFolder()
Returns the Output TIN folder parameter of this tool . |
String |
getTinBasename()
Returns the Output TIN base name parameter of this tool . |
Object |
getTinnames()
Returns the TINs to import 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 |
setInLandxmlPath(Object inLandxmlPath)
Sets the Input parameter of this tool . |
void |
setOutTinFolder(Object outTinFolder)
Sets the Output TIN folder parameter of this tool . |
void |
setTinBasename(String tinBasename)
Sets the Output TIN base name parameter of this tool . |
void |
setTinnames(Object tinnames)
Sets the TINs to import 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 LandXMLToTin()
Initializes the array of tool parameters with the default values specified when the tool was created.
public LandXMLToTin(Object inLandxmlPath, Object outTinFolder, String tinBasename)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inLandxmlPath
- the location of the LandXML file.outTinFolder
- the folder where output files will be created.tinBasename
- the name of the TIN(s) to be output.Method Detail |
---|
public Object getInLandxmlPath()
public void setInLandxmlPath(Object inLandxmlPath)
inLandxmlPath
- the location of the LandXML file.public Object getOutTinFolder()
public void setOutTinFolder(Object outTinFolder)
outTinFolder
- the folder where output files will be created.public String getTinBasename()
public void setTinBasename(String tinBasename)
tinBasename
- the name of the TIN(s) to be output.public Object getTinnames()
public void setTinnames(Object tinnames)
tinnames
- if the LandXML contains more than one TIN, selects which one(s) to import.public Object getDerivedTinFolder()
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 |