|
|||||||||
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.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.
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
- one or more input files or folders with data in ASCII XYZ or XYZI (with lidar intensity) or 3-D GENERATE format. If a folder is specified all the files inside the folder named with the same extension as the file suffix parameter will be used. If multiple files are involved they need to be in the same format.inFileType
- the format of the input file(s).outFeatureClass
- the output feature class.outGeometryType
- the geometry type of the output feature class. the output feature class type may be set to POINT | MULTIPOINT | POLYLINE | POLYGON. When points are input the only valid types are POINT or MULTIPOINT. Multipoints are recommended when you don’t intend to add any attribution on a per point basis and especially when many thousands or millions of points are involved. When the input represents polylines the output type must be set to POLYLINE. When the input represents polygons the output type may be set to POLYGON, or POLYLINE.Method Detail |
---|
public Object getInput()
public void setInput(Object input)
input
- one or more input files or folders with data in ASCII XYZ or XYZI (with lidar intensity) or 3-D GENERATE format. If a folder is specified all the files inside the folder named with the same extension as the file suffix parameter will be used. If multiple files are involved they need to be in the same format.public String getInFileType()
public void setInFileType(String inFileType)
inFileType
- the format of the input file(s).public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output feature class.public String getOutGeometryType()
public void setOutGeometryType(String outGeometryType)
outGeometryType
- the geometry type of the output feature class. the output feature class type may be set to POINT | MULTIPOINT | POLYLINE | POLYGON. When points are input the only valid types are POINT or MULTIPOINT. Multipoints are recommended when you don’t intend to add any attribution on a per point basis and especially when many thousands or millions of points are involved. When the input represents polylines the output type must be set to POLYLINE. When the input represents polygons the output type may be set to POLYGON, or POLYLINE.public double getZFactor()
public void setZFactor(double zFactor)
zFactor
- the Z Factor is a multiplier applied to the input z values to convert between units such as feet to meters and to convert between signs (e.g. positive depths into negative heights relative to sea level). Use a negative factor to reverse signs. The default is 1.0, or no change.public Object getInputCoordinateSystem()
public void setInputCoordinateSystem(Object inputCoordinateSystem)
inputCoordinateSystem
- the coordinate system of the input data.public double getAveragePointSpacing()
public void setAveragePointSpacing(double averagePointSpacing)
averagePointSpacing
- 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
- the suffix of the files to import when a folder is specified on input.public String getDecimalSeparator()
public void setDecimalSeparator(String decimalSeparator)
decimalSeparator
- the character used to represent a decimal for floating point numbers in the input file(s). 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 |