|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.analyst3dtools.Ascii3DToFeatureClass
Imports 3D features from one or more ASCII files into a new output feature class.
The ASCII 3D to Feature Class tool is contained in the 3D Analyst Tools tool box.
Learn more about how ASCII 3D To Feature Class (3D Analyst) works
Software restrictions: none
| Field Summary |
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
vals |
| Constructor Summary | |
Ascii3DToFeatureClass()
Creates the ASCII 3D to Feature Class tool with defaults. |
|
Ascii3DToFeatureClass(java.lang.Object input,
java.lang.String inFileType,
java.lang.Object outFeatureClass,
java.lang.String outGeometryType)
Creates the ASCII 3D to Feature Class tool with the required parameters. |
|
| Method Summary | |
double |
getAveragePointSpacing()
Returns the Average Point Spacing parameter of this tool . |
java.lang.String |
getFileSuffix()
Returns the File Suffix parameter of this tool . |
java.lang.String |
getInFileType()
Returns the Input File Format parameter of this tool . |
java.lang.Object |
getInput()
Returns the Input parameter of this tool . |
java.lang.Object |
getInputCoordinateSystem()
Returns the Input Coordinate System parameter of this tool . |
java.lang.Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
java.lang.String |
getOutGeometryType()
Returns the Output Feature Class Type parameter of this tool . |
java.lang.String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
java.lang.String |
getToolboxName()
Returns the name of the tool box containing this tool. |
java.lang.String |
getToolName()
Returns the name of this tool. |
double |
getZFactor()
Returns the Z Factor parameter of this tool . |
void |
setAveragePointSpacing(double averagePointSpacing)
Sets the Average Point Spacing parameter of this tool . |
void |
setFileSuffix(java.lang.String fileSuffix)
Sets the File Suffix parameter of this tool . |
void |
setInFileType(java.lang.String inFileType)
Sets the Input File Format parameter of this tool . |
void |
setInput(java.lang.Object input)
Sets the Input parameter of this tool . |
void |
setInputCoordinateSystem(java.lang.Object inputCoordinateSystem)
Sets the Input Coordinate System parameter of this tool . |
void |
setOutFeatureClass(java.lang.Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setOutGeometryType(java.lang.String outGeometryType)
Sets the Output Feature Class Type parameter of this tool . |
void |
setZFactor(double zFactor)
Sets the Z Factor 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 Ascii3DToFeatureClass()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Ascii3DToFeatureClass(java.lang.Object input,
java.lang.String inFileType,
java.lang.Object outFeatureClass,
java.lang.String outGeometryType)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
input - File | Folder; File | Folder..., one or more input files or folders.inFileType - String, the format of the input file(s).outFeatureClass - Feature Class, the output feature class.outGeometryType - String, the geometry type of the output feature class.| Method Detail |
public java.lang.Object getInput()
public void setInput(java.lang.Object input)
input - File | Folder; File | Folder..., one or more input files or folders.public java.lang.String getInFileType()
public void setInFileType(java.lang.String inFileType)
inFileType - String, the format of the input file(s).public java.lang.Object getOutFeatureClass()
public void setOutFeatureClass(java.lang.Object outFeatureClass)
outFeatureClass - Feature Class, the output feature class.public java.lang.String getOutGeometryType()
public void setOutGeometryType(java.lang.String outGeometryType)
outGeometryType - String, the geometry type of the output feature class.public double getZFactor()
public void setZFactor(double zFactor)
zFactor - Double, a numeric value used as a multiplier on the input z values. This can be used to change vertical units and sign.public java.lang.Object getInputCoordinateSystem()
public void setInputCoordinateSystem(java.lang.Object inputCoordinateSystem)
inputCoordinateSystem - Coordinate System, the coordinate system of the input data.public double getAveragePointSpacing()
public void setAveragePointSpacing(double averagePointSpacing)
averagePointSpacing - Double, the average planimetric distance between points of the input. This parameter is only used when the output geometry type is set to MULTIPOINT. Its used as a means to bin, or group, the points together. Specify the spacing in the horizontal units of the target feature class.public java.lang.String getFileSuffix()
public void setFileSuffix(java.lang.String fileSuffix)
fileSuffix - String, the suffix of the files to import when a folder is specified on input.public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||