|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSARemap
COM Interface 'IGPSARemap'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description: 'Provides access to Remap 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 |
IIDb60af0d2_4c41_4b41_bb28_c37728ba1fbb
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
clear()
Clears the remap object. |
void |
deleteRecord(int recordIndex)
Deletes a remap record by index. |
int |
getMinOutputValue()
The minimum output value. |
int |
getRecordCount()
The number of remap records. |
IRemap |
getRemap()
The remap. |
boolean |
hasValueToNoData()
Returns whether any record is mapped to nodata. |
void |
loadFromTable(ITable remapTable)
Loads remap records from an ITable and creates the relevant remap object. |
void |
queryNoDataTo(boolean[] isMapped,
int[] outValue)
Returns whether nodata is mapped and if so, the mapped value. |
void |
queryRecord(int recordIndex,
java.lang.String[] sInValue,
java.lang.String[] sOutValue)
Returns info for a remap record by index. |
ITable |
representAsTable()
Stores the remap records in an ITable. |
void |
saveAsTable(java.lang.String tableName)
Saves the remap records to a table. |
void |
setNoDataTo(int rhs1)
The nodata value. |
void |
setRemapByRef(IRemap remap)
The remap. |
void |
validate(boolean[] bIsValid,
java.lang.String[] sErrorInfo)
Validates the remap records. |
Field Detail |
---|
static final int IIDb60af0d2_4c41_4b41_bb28_c37728ba1fbb
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getRecordCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNoDataTo(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryRecord(int recordIndex, java.lang.String[] sInValue, java.lang.String[] sOutValue) throws java.io.IOException, AutomationException
recordIndex
- The recordIndex (in)sInValue
- The sInValue (out: use single element array)sOutValue
- The sOutValue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryNoDataTo(boolean[] isMapped, int[] outValue) throws java.io.IOException, AutomationException
isMapped
- The isMapped (out: use single element array)outValue
- The outValue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void validate(boolean[] bIsValid, java.lang.String[] sErrorInfo) throws java.io.IOException, AutomationException
bIsValid
- The bIsValid (out: use single element array)sErrorInfo
- The sErrorInfo (out: use single element array)
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.void clear() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromTable(ITable remapTable) throws java.io.IOException, AutomationException
remapTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveAsTable(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable representAsTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMinOutputValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasValueToNoData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRemap getRemap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRemapByRef(IRemap remap) throws java.io.IOException, AutomationException
remap
- A reference to a com.esri.arcgis.geoanalyst.IRemap (in)
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 |