|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.RasterFormatInfo
public class RasterFormatInfo
COM Class 'RasterFormatInfo'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'Information about raster file formats.' 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 |
---|
Fields inherited from interface com.esri.arcgis.carto.IRasterFormatInfo |
---|
IID, IID4d6b1ff0_c144_11d2_9f43_00c04f8ed21a, xxDummy |
Constructor Summary | |
---|---|
RasterFormatInfo(java.lang.Object obj)
Construct a RasterFormatInfo using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
getDefaultExts()
Default format extensions. |
java.lang.String |
getFormatName()
Format name. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
boolean |
isActiveBrowse()
Indicates whether all files are searched for valid raster formats. |
void |
release()
Release a RasterFormatInfo. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RasterFormatInfo(java.lang.Object obj) throws java.io.IOException
obj
to RasterFormatInfo
. *
RasterFormatInfo o = (RasterFormatInfo)obj; // will not work
RasterFormatInfo o = new RasterFormatInfo(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
RasterFormatInfo theRasterFormatInfo = (RasterFormatInfo) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isActiveBrowse() throws java.io.IOException, AutomationException
isActiveBrowse
in interface IRasterFormatInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActiveBrowse(boolean pOpt) throws java.io.IOException, AutomationException
setActiveBrowse
in interface IRasterFormatInfo
pOpt
- The pOpt (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFormatName() throws java.io.IOException, AutomationException
getFormatName
in interface IRasterFormatInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFormatName(java.lang.String name) throws java.io.IOException, AutomationException
setFormatName
in interface IRasterFormatInfo
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultExts() throws java.io.IOException, AutomationException
getDefaultExts
in interface IRasterFormatInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultExts(java.lang.String ext) throws java.io.IOException, AutomationException
setDefaultExts
in interface IRasterFormatInfo
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 |