|
|||||||||
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.geostatisticalanalysttools.GALayerToContour
public class GALayerToContour
Creates a feature class of coutours from a geostatiscal analysis layer. The output feature class can be either a line feature class of contour lines or a polygon feature class of filled contours. The GA Layer To Contour tool is contained in the Geostatistical Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
GALayerToContour()
Creates the GA Layer To Contour tool with defaults. |
|
GALayerToContour(Object inGeostatLayer,
String contourType,
Object outFeatureClass)
Creates the GA Layer To Contour tool with the required parameters. |
Method Summary | |
---|---|
String |
getContourQuality()
Returns the Contour quality parameter of this tool . |
String |
getContourType()
Returns the Contour type parameter of this tool . |
Object |
getInGeostatLayer()
Returns the Input geostatistical layer parameter of this tool . |
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 |
setContourQuality(String contourQuality)
Sets the Contour quality parameter of this tool . |
void |
setContourType(String contourType)
Sets the Contour type parameter of this tool . |
void |
setInGeostatLayer(Object inGeostatLayer)
Sets the Input geostatistical layer 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 GALayerToContour()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GALayerToContour(Object inGeostatLayer, String contourType, Object outFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGeostatLayer
- the geostatistical layer to be analyzed.contourType
- type of contour to represent the geostatistical layer.outFeatureClass
- the output feature class will either be a polyline or a polygon, depending on the selected Contour type.Method Detail |
---|
public Object getInGeostatLayer()
public void setInGeostatLayer(Object inGeostatLayer)
inGeostatLayer
- the geostatistical layer to be analyzed.public String getContourType()
public void setContourType(String contourType)
contourType
- type of contour to represent the geostatistical layer.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output feature class will either be a polyline or a polygon, depending on the selected Contour type.public String getContourQuality()
public void setContourQuality(String contourQuality)
contourQuality
- determines the smoothness of contour line representation.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 |