com.esri.arcgis.spatialanalyst
Interface IGPSARemapDomain

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPSARemapDomain, IGPSARemapDomainProxy

public interface IGPSARemapDomain
extends java.io.Serializable

COM Interface 'IGPSARemapDomain'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to the Remap Domain.' 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 IIDb00df144_d990_46b8_8cfc_f7b78da2dff1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addType(int type)
          Add a Remap type.
 int getCount()
          Number of Remap types.
 int getType(int index)
          Remap type.
 void removeType(int type)
          Remove a Remap type.
 boolean validateType(int type)
          Validate a Remap type.
 

Field Detail

IIDb00df144_d990_46b8_8cfc_f7b78da2dff1

static final int IIDb00df144_d990_46b8_8cfc_f7b78da2dff1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of Remap types.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType(int index)
            throws java.io.IOException,
                   AutomationException
Remap type.

Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.spatialanalyst.esriGPSARemapTypeEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addType

void addType(int type)
             throws java.io.IOException,
                    AutomationException
Add a Remap type.

Parameters:
type - A com.esri.arcgis.spatialanalyst.esriGPSARemapTypeEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeType

void removeType(int type)
                throws java.io.IOException,
                       AutomationException
Remove a Remap type.

Parameters:
type - A com.esri.arcgis.spatialanalyst.esriGPSARemapTypeEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validateType

boolean validateType(int type)
                     throws java.io.IOException,
                            AutomationException
Validate a Remap type.

Parameters:
type - A com.esri.arcgis.spatialanalyst.esriGPSARemapTypeEnum constant (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.