|
|||||||||
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.spatialanalysttools.ContourWithBarriers
public class ContourWithBarriers
Creates contours from a raster surface. The inclusion of barrier features will allow one to independently generate contours on either side of a barrier. The Contour with Barriers tool is contained in the Spatial Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ContourWithBarriers()
Creates the Contour with Barriers tool with defaults. |
|
ContourWithBarriers(Object inRaster,
Object outContourFeatureClass)
Creates the Contour with Barriers tool with the required parameters. |
Method Summary | |
---|---|
String |
getExplicitOnly()
Returns the Enter Explicit Contour Values Only parameter of this tool . |
Object |
getInBarrierFeatures()
Returns the Input Barrier Features parameter of this tool . |
double |
getInBaseContour()
Returns the Base Contour parameter of this tool . |
double |
getInContourInterval()
Returns the Contour Interval parameter of this tool . |
Object |
getInContourList()
Returns the Explicit Contour Values parameter of this tool . |
String |
getInContourType()
Returns the Type of Contours parameter of this tool . |
Object |
getInContourValuesFile()
Returns the File Containing Contour Value Specifications parameter of this tool . |
double |
getInIndexedContourInterval()
Returns the Indexed Contour Interval parameter of this tool . |
Object |
getInRaster()
Returns the Input Raster parameter of this tool . |
double |
getInZFactor()
Returns the Factor Applied to Raster Z-values parameter of this tool . |
Object |
getOutContourFeatureClass()
Returns the Output Contour Features 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 |
setExplicitOnly(String explicitOnly)
Sets the Enter Explicit Contour Values Only parameter of this tool . |
void |
setInBarrierFeatures(Object inBarrierFeatures)
Sets the Input Barrier Features parameter of this tool . |
void |
setInBaseContour(double inBaseContour)
Sets the Base Contour parameter of this tool . |
void |
setInContourInterval(double inContourInterval)
Sets the Contour Interval parameter of this tool . |
void |
setInContourList(Object inContourList)
Sets the Explicit Contour Values parameter of this tool . |
void |
setInContourType(String inContourType)
Sets the Type of Contours parameter of this tool . |
void |
setInContourValuesFile(Object inContourValuesFile)
Sets the File Containing Contour Value Specifications parameter of this tool . |
void |
setInIndexedContourInterval(double inIndexedContourInterval)
Sets the Indexed Contour Interval parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input Raster parameter of this tool . |
void |
setInZFactor(double inZFactor)
Sets the Factor Applied to Raster Z-values parameter of this tool . |
void |
setOutContourFeatureClass(Object outContourFeatureClass)
Sets the Output Contour Features 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 ContourWithBarriers()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ContourWithBarriers(Object inRaster, Object outContourFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inRaster
- the input surface raster.outContourFeatureClass
- output contour features.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input surface raster.public Object getOutContourFeatureClass()
public void setOutContourFeatureClass(Object outContourFeatureClass)
outContourFeatureClass
- output contour features.public Object getInBarrierFeatures()
public void setInBarrierFeatures(Object inBarrierFeatures)
inBarrierFeatures
- input barrier features.public String getInContourType()
public void setInContourType(String inContourType)
inContourType
- the type of contour to create. the current version of Contour with Barriers only supports polyline output. If the polygon output option is used it will be ignored and polyline output will be created.public Object getInContourValuesFile()
public void setInContourValuesFile(Object inContourValuesFile)
inContourValuesFile
- the base contour, contour interval, indexed contour interval, and explicit contour values can also be specified via a text file.public String getExplicitOnly()
public void setExplicitOnly(String explicitOnly)
explicitOnly
- only explicit contour values are used. Base contour, contour interval, and indexed contour intervals are not specified.public double getInBaseContour()
public void setInBaseContour(double inBaseContour)
inBaseContour
- base contour value. contours are generated above and below this value as needed to cover the entire value range of the input raster. The default is zero.public double getInContourInterval()
public void setInContourInterval(double inContourInterval)
inContourInterval
- interval of contours. this can be any positive number.public double getInIndexedContourInterval()
public void setInIndexedContourInterval(double inIndexedContourInterval)
inIndexedContourInterval
- contours will also be generated for this interval and will be flagged accordingly in the output feature class.public Object getInContourList()
public void setInContourList(Object inContourList)
inContourList
- explicit values at which to create contours.public double getInZFactor()
public void setInZFactor(double inZFactor)
inZFactor
- multiplication factor. for example, if your z units are feet and your contours should be in meters, you would use a z-factor of 0.3048 to convert your z units from feet to meters (1 foot = 0.3048 meter).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 |