|
|||||||||
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.multidimensiontools.FeatureToNetCDF
public class FeatureToNetCDF
Converts a point feature class to a netCDF file. The Feature to NetCDF tool is contained in the Multidimension Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
FeatureToNetCDF()
Creates the Feature to NetCDF tool with defaults. |
|
FeatureToNetCDF(Object inFeatures,
Object fieldsToVariables,
Object outNetCDFFile)
Creates the Feature to NetCDF tool with the required parameters. |
Method Summary | |
---|---|
Object |
getFieldsToDimensions()
Returns the Fields to Dimensions parameter of this tool . |
Object |
getFieldsToVariables()
Returns the Fields to Variables parameter of this tool . |
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
Object |
getOutNetCDFFile()
Returns the Output netCDF File 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 |
setFieldsToDimensions(Object fieldsToDimensions)
Sets the Fields to Dimensions parameter of this tool . |
void |
setFieldsToVariables(Object fieldsToVariables)
Sets the Fields to Variables parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setOutNetCDFFile(Object outNetCDFFile)
Sets the Output netCDF File 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 FeatureToNetCDF()
Initializes the array of tool parameters with the default values specified when the tool was created.
public FeatureToNetCDF(Object inFeatures, Object fieldsToVariables, Object outNetCDFFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- the input feature class.fieldsToVariables
- the field or fields used to create variables in the netCDF file. Four special fields—Shape.X, Shape.Y, Shape.Z, and Shape.M—can be used for exporting x-coordinates or longitude, y-coordinates or latitude, Z values, and M values of input features, respectively.outNetCDFFile
- the output netCDF file. The filename must have a .nc extension.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- the input feature class.public Object getFieldsToVariables()
public void setFieldsToVariables(Object fieldsToVariables)
fieldsToVariables
- the field or fields used to create variables in the netCDF file. Four special fields—Shape.X, Shape.Y, Shape.Z, and Shape.M—can be used for exporting x-coordinates or longitude, y-coordinates or latitude, Z values, and M values of input features, respectively.public Object getOutNetCDFFile()
public void setOutNetCDFFile(Object outNetCDFFile)
outNetCDFFile
- the output netCDF file. The filename must have a .nc extension.public Object getFieldsToDimensions()
public void setFieldsToDimensions(Object fieldsToDimensions)
fieldsToDimensions
- the field or fields used to create dimensions in the netCDF file.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 |