|
|||||||||
| 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
public class Ascii3DToFeatureClass
Imports 3D features from one or more ASCII files into a new output feature class. This tool imports XYZ or XYZI or GENERATE file formats.
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(Object input,
String inFileType,
Object outFeatureClass,
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 . |
String |
getDecimalSeparator()
Returns the Decimal separator parameter of this tool . |
String |
getFileSuffix()
Returns the File Suffix parameter of this tool . |
String |
getInFileType()
Returns the Input File Format parameter of this tool . |
Object |
getInput()
Returns the Input parameter of this tool . |
Object |
getInputCoordinateSystem()
Returns the Input Coordinate System parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
String |
getOutGeometryType()
Returns the Output Feature Class Type 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. |
double |
getZFactor()
Returns the Z Factor parameter of this tool . |
void |
setAveragePointSpacing(double averagePointSpacing)
Sets the Average Point Spacing parameter of this tool . |
void |
setDecimalSeparator(String decimalSeparator)
Sets the Decimal separator parameter of this tool . |
void |
setFileSuffix(String fileSuffix)
Sets the File Suffix parameter of this tool . |
void |
setInFileType(String inFileType)
Sets the Input File Format parameter of this tool . |
void |
setInput(Object input)
Sets the Input parameter of this tool . |
void |
setInputCoordinateSystem(Object inputCoordinateSystem)
Sets the Input Coordinate System parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setOutGeometryType(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(Object input,
String inFileType,
Object outFeatureClass,
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 Object getInput()
public void setInput(Object input)
input - File | Folder; File | Folder..., one or more input files or folders.public String getInFileType()
public void setInFileType(String inFileType)
inFileType - String, the format of the input file(s).public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass - Feature Class, the output feature class.public String getOutGeometryType()
public void setOutGeometryType(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 Object getInputCoordinateSystem()
public void setInputCoordinateSystem(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 String getFileSuffix()
public void setFileSuffix(String fileSuffix)
fileSuffix - String, the suffix of the files to import when a folder is specified on input.public String getDecimalSeparator()
public void setDecimalSeparator(String decimalSeparator)
decimalSeparator - String, the ASCII file separator. The default is DECIMAL_POINT.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 | ||||||||