|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IRasterFormatInfoProxy
public class IRasterFormatInfoProxy
Provides access to members that provide basic information about a raster format.
The IRasterFormatInfo interface exposes all of the format-specific raster defaults used in ArcMap and ArcCatalog.
The FormatName property specifies the name shown for this raster format. The other properties specify how ArcMap and ArcCatalog determine if a file is a raster dataset, when extension browsing is active.
The DefaultExts property specifies one or more comma-delimited file extensions that are used to filter for raster datasets of this format.
The ActiveBrowse property determines if ArcMap and ArcCatalog are currently scanning for datasets in this format.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IRasterFormatInfoProxy()
|
|
IRasterFormatInfoProxy(Object obj)
|
protected |
IRasterFormatInfoProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getDefaultExts()
Default format extensions. |
String |
getFormatName()
Format name. |
boolean |
isActiveBrowse()
Indicates whether all files are searched for valid raster formats. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setActiveBrowse(boolean pOpt)
Indicates whether all files are searched for valid raster formats. |
void |
setDefaultExts(String ext)
Default format extensions. |
void |
setFormatName(String name)
Format name. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IRasterFormatInfoProxy()
public IRasterFormatInfoProxy(Object obj) throws IOException
IOException
protected IRasterFormatInfoProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public boolean isActiveBrowse() throws IOException, AutomationException
isActiveBrowse
in interface IRasterFormatInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActiveBrowse(boolean pOpt) throws IOException, AutomationException
setActiveBrowse
in interface IRasterFormatInfo
pOpt
- The pOpt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFormatName() throws IOException, AutomationException
getFormatName
in interface IRasterFormatInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFormatName(String name) throws IOException, AutomationException
setFormatName
in interface IRasterFormatInfo
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDefaultExts() throws IOException, AutomationException
getDefaultExts
in interface IRasterFormatInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultExts(String ext) throws IOException, AutomationException
setDefaultExts
in interface IRasterFormatInfo
ext
- The ext (in)
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 |