|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSAWeightedOverlayTable
COM Interface 'IGPSAWeightedOverlayTable'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description: 'Provides access to WeightedOverlayTable control for GP Spatial Analyst.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID8a05e5e9_ef18_4bf5_b740_58cb65feef17
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID8a05e5e9_ef18_4bf5_b740_58cb65feef17
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void addRecord(IGPValue pRaster, IGPValue pField) throws java.io.IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)pField
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteRecord(int recordIndex) throws java.io.IOException, AutomationException
recordIndex
- The recordIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPValue getValue(int recordIndex, int columnIndex) throws java.io.IOException, AutomationException
recordIndex
- The recordIndex (in)columnIndex
- The columnIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(int recordIndex, int columnIndex, IGPValue value) throws java.io.IOException, AutomationException
recordIndex
- The recordIndex (in)columnIndex
- The columnIndex (in)value
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPEvaluationScale getEvaluationScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void transform(IGPEvaluationScale pOldScale, IGPEvaluationScale pNewScale) throws java.io.IOException, AutomationException
pOldScale
- A reference to a com.esri.arcgis.spatialanalyst.IGPEvaluationScale (in)pNewScale
- A reference to a com.esri.arcgis.spatialanalyst.IGPEvaluationScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSumOfInfluences() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws java.io.IOException, AutomationException
java.io.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 |