com.esri.arcgis.geodatabase
Interface IDERasterCatalog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DERasterCatalog, IDERasterCatalogProxy

public interface IDERasterCatalog
extends java.io.Serializable

COM Interface 'IDERasterCatalog'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return information about raster catalog data elements.' 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 IID8f9c9dc8_9ab1_49ed_b1cc_c6fbfde09567
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getRasterFieldName()
          The name of the raster field.
 void setRasterFieldName(java.lang.String fieldName)
          The name of the raster field.
 

Field Detail

IID8f9c9dc8_9ab1_49ed_b1cc_c6fbfde09567

static final int IID8f9c9dc8_9ab1_49ed_b1cc_c6fbfde09567
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

getRasterFieldName

java.lang.String getRasterFieldName()
                                    throws java.io.IOException,
                                           AutomationException
The name of the raster field.

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

setRasterFieldName

void setRasterFieldName(java.lang.String fieldName)
                        throws java.io.IOException,
                               AutomationException
The name of the raster field.

Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.