com.esri.arcgis.carto
Interface IRasterFormatInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterFormatInfoProxy, RasterFormatInfo

public interface IRasterFormatInfo
extends java.io.Serializable

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

Description: 'Provides access to members that provide basic information about a raster format.' 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 IID4d6b1ff0_c144_11d2_9f43_00c04f8ed21a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDefaultExts()
          Default format extensions.
 java.lang.String getFormatName()
          Format name.
 boolean isActiveBrowse()
          Indicates whether all files are searched for valid raster formats.
 void setActiveBrowse(boolean pOpt)
          Indicates whether all files are searched for valid raster formats.
 void setDefaultExts(java.lang.String ext)
          Default format extensions.
 void setFormatName(java.lang.String name)
          Format name.
 

Field Detail

IID4d6b1ff0_c144_11d2_9f43_00c04f8ed21a

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

isActiveBrowse

boolean isActiveBrowse()
                       throws java.io.IOException,
                              AutomationException
Indicates whether all files are searched for valid raster formats.

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

setActiveBrowse

void setActiveBrowse(boolean pOpt)
                     throws java.io.IOException,
                            AutomationException
Indicates whether all files are searched for valid raster formats.

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

getFormatName

java.lang.String getFormatName()
                               throws java.io.IOException,
                                      AutomationException
Format name.

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

setFormatName

void setFormatName(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
Format name.

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

getDefaultExts

java.lang.String getDefaultExts()
                                throws java.io.IOException,
                                       AutomationException
Default format extensions.

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

setDefaultExts

void setDefaultExts(java.lang.String ext)
                    throws java.io.IOException,
                           AutomationException
Default format extensions.

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