com.esri.arcgis.carto
Interface IRasterTypeInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterTypeInfoProxy, RasterTypeInfo

public interface IRasterTypeInfo
extends java.io.Serializable

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

Description: 'Provides access to members that describe a raster type.' 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 IIDcd8bb9e4_116b_4e3d_8eef_ba031083244f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          The raster type description.
 java.lang.String getHelp()
          The raster type help URL.
 java.lang.String getName()
          The raster type name.
 void setDescription(java.lang.String pDescription)
          The raster type description.
 void setHelp(java.lang.String pHelp)
          The raster type help URL.
 void setName(java.lang.String pName)
          The raster type name.
 

Field Detail

IIDcd8bb9e4_116b_4e3d_8eef_ba031083244f

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The raster type name.

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

setName

void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
The raster type name.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The raster type description.

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

setDescription

void setDescription(java.lang.String pDescription)
                    throws java.io.IOException,
                           AutomationException
The raster type description.

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

getHelp

java.lang.String getHelp()
                         throws java.io.IOException,
                                AutomationException
The raster type help URL.

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

setHelp

void setHelp(java.lang.String pHelp)
             throws java.io.IOException,
                    AutomationException
The raster type help URL.

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