|
|||||||||
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
Information about raster file formats.
The RasterFormatInfo object provides a way to view and set ArcMap and ArcCatalog browsing properties for specific raster formats.
The RasterFormatInfo object can be retrieved from IRasterDefaultsEnv::Format property.
Constructor Summary | |
---|---|
RasterFormatInfo(Object obj)
Construct a RasterFormatInfo using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getDefaultExts()
Default format extensions. |
String |
getFormatName()
Format name. |
int |
hashCode()
the hashcode for this object |
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(String ext)
Default format extensions. |
void |
setFormatName(String name)
Format name. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public RasterFormatInfo(Object obj) throws 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
IOException
- if there are interop problems
RasterFormatInfo theRasterFormatInfo = (RasterFormatInfo) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
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 |