|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPSAWeightedOverlayTable
Provides access to WeightedOverlayTable control for GP Spatial Analyst.
| Method Summary | |
|---|---|
void |
addRecord(IGPValue pRaster,
IGPValue pField)
Adds a record to the overlay table. |
void |
clear()
Clears the overlay table. |
void |
deleteRecord(int recordIndex)
Removes a record from the overlay table. |
int |
getCount()
The number of records in the overlay table. |
IGPEvaluationScale |
getEvaluationScale()
Get the evaluation scale used by the overlay table. |
int |
getSumOfInfluences()
The sum of percent influences of all elements in the overlay table. |
IGPValue |
getValue(int recordIndex,
int columnIndex)
Returns a column value from the overlay table. |
void |
setValue(int recordIndex,
int columnIndex,
IGPValue value)
Sets a column value in the overlay table. |
void |
transform(IGPEvaluationScale pOldScale,
IGPEvaluationScale pNewScale)
Performs a transform between the current and previous scale lists. |
| Method Detail |
|---|
void addRecord(IGPValue pRaster,
IGPValue pField)
throws IOException,
AutomationException
pRaster - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)pField - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteRecord(int recordIndex)
throws IOException,
AutomationException
recordIndex - The recordIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPValue getValue(int recordIndex,
int columnIndex)
throws IOException,
AutomationException
recordIndex - The recordIndex (in)columnIndex - The columnIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setValue(int recordIndex,
int columnIndex,
IGPValue value)
throws IOException,
AutomationException
recordIndex - The recordIndex (in)columnIndex - The columnIndex (in)value - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPEvaluationScale getEvaluationScale()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void transform(IGPEvaluationScale pOldScale,
IGPEvaluationScale pNewScale)
throws IOException,
AutomationException
pOldScale - A reference to a com.esri.arcgis.spatialanalyst.IGPEvaluationScale (in)pNewScale - A reference to a com.esri.arcgis.spatialanalyst.IGPEvaluationScale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSumOfInfluences()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clear()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||