|
|||||||||
| 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.PointFileInformation
public class PointFileInformation
The point file information tool generates a new output feature class containing statistical information about one or more point files. The statistical information presented in the feature attribute table consists of the point count, average point spacing, z minimum, and z maximum of each point file entered. A separate row is created for each input file encountered. The point spacing is an estimate that assumes the points within the input file are evenly spaced over the XY extent of each input file. An output polygon feature class is created with the XY extents of the input file(s). Alternatively, MultiPatch features can be generated by utilizing z minimum and z maximum extent information for each input file. These provide a 3D bounding box representation that can be viewed in ArcScene or ArcGlobe. The Point File Information tool is contained in the 3D Analyst Tools tool box.
Software restrictions: none

| 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 |
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 . |
| 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 - nulloutFeatureClass - Feature Class, the outputinFileType - String, the format of the input file(s).| Method Detail |
|---|
public Object getInput()
public void setInput(Object input)
input - nullpublic Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass - Feature Class, the outputpublic String getInFileType()
public void setInFileType(String inFileType)
inFileType - String, the format of the input file(s).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 Object getInputCoordinateSystem()
public void setInputCoordinateSystem(Object inputCoordinateSystem)
inputCoordinateSystem - Coordinate System, the coordinate system of the input data.public String getFolderRecursion()
public void setFolderRecursion(String folderRecursion)
folderRecursion - String, scans recursively though subfolders and creates output for each file encountered in the directory structure.public String getExtrudeGeometry()
public void setExtrudeGeometry(String extrudeGeometry)
extrudeGeometry - String, feature class will be generated.public String getDecimalSeparator()
public void setDecimalSeparator(String decimalSeparator)
decimalSeparator - String, the ASCII file separator. The default is DECIMAL_POINT.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 | ||||||||