|
|||||||||
| 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
Exports a geostatistical layer to contours. The GA Layer To Contour tool is contained in the Geostatistical Analyst Tools tool box.
Software restrictions: none
| 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 - Geostatistical Layer, input geostatistical layer.contourType - String, type of contour to represent the geostatistical layer by.outFeatureClass - Feature Class, the name of the output featureclass. It will be either polyline or polygon depending on the out_contour_type.| Method Detail |
|---|
public Object getInGeostatLayer()
public void setInGeostatLayer(Object inGeostatLayer)
inGeostatLayer - Geostatistical Layer, input geostatistical layer.public String getContourType()
public void setContourType(String contourType)
contourType - String, type of contour to represent the geostatistical layer by.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass - Feature Class, the name of the output featureclass. It will be either polyline or polygon depending on the out_contour_type.public String getContourQuality()
public void setContourQuality(String contourQuality)
contourQuality - string, the Quality options provide control over the smoothness of
displayed Contours and Filled Contours.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 | ||||||||