|
|||||||||
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.FeatureClassZToASCII
public class FeatureClassZToASCII
Exports 3D points, multipoints, polylines, or polygons to ASCII text files in XYZ or GENERATE format. The Feature Class Z to ASCII tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
FeatureClassZToASCII()
Creates the Feature Class Z to ASCII tool with defaults. |
|
FeatureClassZToASCII(Object inFeatureClass,
Object outputLocation,
String outFile)
Creates the Feature Class Z to ASCII tool with the required parameters. |
Method Summary | |
---|---|
String |
getDecimalFormat()
Returns the Decimal Notation parameter of this tool . |
String |
getDecimalSeparator()
Returns the Decimal separator parameter of this tool . |
String |
getDelimiter()
Returns the Delimiter parameter of this tool . |
Object |
getDerivedOutput()
Returns the Output parameter of this tool (Read only). |
int |
getDigitsAfterDecimal()
Returns the Digits after Decimal parameter of this tool . |
String |
getFormat()
Returns the Output File Format parameter of this tool . |
Object |
getInFeatureClass()
Returns the Input Feature Class parameter of this tool . |
String |
getOutFile()
Returns the Output Text File parameter of this tool . |
Object |
getOutputLocation()
Returns the Output Location 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 |
setDecimalFormat(String decimalFormat)
Sets the Decimal Notation parameter of this tool . |
void |
setDecimalSeparator(String decimalSeparator)
Sets the Decimal separator parameter of this tool . |
void |
setDelimiter(String delimiter)
Sets the Delimiter parameter of this tool . |
void |
setDigitsAfterDecimal(int digitsAfterDecimal)
Sets the Digits after Decimal parameter of this tool . |
void |
setFormat(String format)
Sets the Output File Format parameter of this tool . |
void |
setInFeatureClass(Object inFeatureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setOutFile(String outFile)
Sets the Output Text File parameter of this tool . |
void |
setOutputLocation(Object outputLocation)
Sets the Output Location 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 FeatureClassZToASCII()
Initializes the array of tool parameters with the default values specified when the tool was created.
public FeatureClassZToASCII(Object inFeatureClass, Object outputLocation, String outFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatureClass
- the feature class to export.outputLocation
- the folder where the file(s) will be written.outFile
- the output file name. The file name is used as a template when exporting a feature class containing multiple lines or polygons to XYZ format.Method Detail |
---|
public Object getInFeatureClass()
public void setInFeatureClass(Object inFeatureClass)
inFeatureClass
- the feature class to export.public Object getOutputLocation()
public void setOutputLocation(Object outputLocation)
outputLocation
- the folder where the file(s) will be written.public String getOutFile()
public void setOutFile(String outFile)
outFile
- the output file name. The file name is used as a template when exporting a feature class containing multiple lines or polygons to XYZ format.public String getFormat()
public void setFormat(String format)
format
- aSCII text formats for 3D feature data. These include GENERATE, XYZ, and PROFILE.public String getDelimiter()
public void setDelimiter(String delimiter)
delimiter
- the text character used to separate numbers.public String getDecimalFormat()
public void setDecimalFormat(String decimalFormat)
decimalFormat
- the decimal format of the output floating point values. AUTOMATIC determines how many digits are needed to preserve available precision while removing unnecessary trailing zeros. FIXED will write a specific number of digits after the decimal. The default is 3. This can be changed via the digits_after_decimal parameter.public int getDigitsAfterDecimal()
public void setDigitsAfterDecimal(int digitsAfterDecimal)
digitsAfterDecimal
- used when the decimal_format is set to FIXED, this determines how many digits after the decimal are written for the floating point values written to the output file(s).public String getDecimalSeparator()
public void setDecimalSeparator(String decimalSeparator)
decimalSeparator
- the ASCII file separator. The default is DECIMAL_POINT.public Object getDerivedOutput()
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 |