|
|||||||||
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.geostatisticalanalysttools.GALayerToPoints
public class GALayerToPoints
Exports a geostatistical layer to points. The tool can also be used to predict values at unmeasured locations or to validate predictions made at measured locations. The GA Layer To Points tool is contained in the Geostatistical Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
GALayerToPoints()
Creates the GA Layer To Points tool with defaults. |
|
GALayerToPoints(Object inGeostatLayer,
Object inLocations,
Object outFeatureClass)
Creates the GA Layer To Points tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInGeostatLayer()
Returns the Input geostatistical layer parameter of this tool . |
Object |
getInLocations()
Returns the Point observation locations parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output statistics at point locations 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. |
Object |
getZField()
Returns the Field to validate on parameter of this tool . |
void |
setInGeostatLayer(Object inGeostatLayer)
Sets the Input geostatistical layer parameter of this tool . |
void |
setInLocations(Object inLocations)
Sets the Point observation locations parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output statistics at point locations parameter of this tool . |
void |
setZField(Object zField)
Sets the Field to validate on 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 GALayerToPoints()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GALayerToPoints(Object inGeostatLayer, Object inLocations, 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.inLocations
- point locations where predictions or validations will be performed.outFeatureClass
- the output feature class containing either the predictions or the predictions and the validation results.Method Detail |
---|
public Object getInGeostatLayer()
public void setInGeostatLayer(Object inGeostatLayer)
inGeostatLayer
- the geostatistical layer to be analyzed.public Object getInLocations()
public void setInLocations(Object inLocations)
inLocations
- point locations where predictions or validations will be performed.public Object getZField()
public void setZField(Object zField)
zField
- if this field is left blank, predictions are made at the location points. If a field is selected, predictions are made at the location points and compared to their Z_value_field values, then a validation analysis is performed.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output feature class containing either the predictions or the predictions and the validation results.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 |