|
|||||||||
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.PointFileInformation
public class PointFileInformation
Generates a new output feature class containing statistical information about one or more point files. The Point File Information tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
PointFileInformation()
Creates the Point File Information tool with defaults. |
|
PointFileInformation(Object input,
Object outFeatureClass,
String inFileType)
Creates the Point File Information tool with the required parameters. |
Method Summary | |
---|---|
String |
getDecimalSeparator()
Returns the Decimal separator parameter of this tool . |
String |
getExtrudeGeometry()
Returns the Create extruded geometry shapes parameter of this tool . |
String |
getFileSuffix()
Returns the File Suffix parameter of this tool . |
String |
getFolderRecursion()
Returns the Process input folders recursively 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 . |
double |
getMinPointSpacing()
Returns the Average Point Spacing parameter of this tool (Read only). |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
String |
getSummarizeByClassCode()
Returns the Summarize by class code 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 |
setDecimalSeparator(String decimalSeparator)
Sets the Decimal separator parameter of this tool . |
void |
setExtrudeGeometry(String extrudeGeometry)
Sets the Create extruded geometry shapes parameter of this tool . |
void |
setFileSuffix(String fileSuffix)
Sets the File Suffix parameter of this tool . |
void |
setFolderRecursion(String folderRecursion)
Sets the Process input folders recursively 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 |
setSummarizeByClassCode(String summarizeByClassCode)
Sets the Summarize by class code 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 PointFileInformation()
Initializes the array of tool parameters with the default values specified when the tool was created.
public PointFileInformation(Object input, Object outFeatureClass, String inFileType)
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 point data files or folders.outFeatureClass
- the output feature class.inFileType
- the format of the input file(s). Input file(s) must be in either a LAS, XYZ, XYZI, or GENERATE format.Method Detail |
---|
public Object getInput()
public void setInput(Object input)
input
- one or more point data files or folders.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output feature class.public String getInFileType()
public void setInFileType(String inFileType)
inFileType
- the format of the input file(s). Input file(s) must be in either a LAS, XYZ, XYZI, or GENERATE format.public String getFileSuffix()
public void setFileSuffix(String fileSuffix)
fileSuffix
- the suffix of the files to import when a folder is specified on input.public Object getInputCoordinateSystem()
public void setInputCoordinateSystem(Object inputCoordinateSystem)
inputCoordinateSystem
- the coordinate system of the input data.public String getFolderRecursion()
public void setFolderRecursion(String folderRecursion)
folderRecursion
- scans through subfolders when an input folder is selected containing data in a subfolders directory. The output feature class will be generated with a column row for each file encountered in the directory structure.public String getExtrudeGeometry()
public void setExtrudeGeometry(String extrudeGeometry)
extrudeGeometry
- a 3D multipatch feature class will be generated based on the z minimum / maximum values of each input file.public String getDecimalSeparator()
public void setDecimalSeparator(String decimalSeparator)
decimalSeparator
- separator symbol used in ASCII files. The default is decimal point. Allows user to declare if decimal symbol used in file(s) is a point or comma.public String getSummarizeByClassCode()
public void setSummarizeByClassCode(String summarizeByClassCode)
summarizeByClassCode
- scans through the LAS files and analyzes the class code values. The attribute table of the output feature class will contain statistical information for each class code encountered.public double getMinPointSpacing()
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 |