|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterFormatInfo
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 |
---|
static final int IID4d6b1ff0_c144_11d2_9f43_00c04f8ed21a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isActiveBrowse() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActiveBrowse(boolean pOpt) throws java.io.IOException, AutomationException
pOpt
- The pOpt (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFormatName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFormatName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefaultExts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultExts(java.lang.String ext) throws java.io.IOException, AutomationException
ext
- The ext (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 |