|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.RasterCatalogHelper
public class RasterCatalogHelper
A helper for RasterCatalog.
RasterCatalogHelper provides helper functions for a RasterCatalog
IRasterCatalogItem
,
IRasterCatalogHelper2
,
IRasterCatalogHelper
,
RasterCatalog
,
Serialized FormConstructor Summary | |
---|---|
RasterCatalogHelper()
Constructs a RasterCatalogHelper using ArcGIS Engine. |
|
RasterCatalogHelper(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterCatalogHelper theRasterCatalogHelper = (RasterCatalogHelper) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
updateFootprint(IRasterCatalog catalog)
Updates RasterCatalog footprint. |
void |
updateFootprintEx(IRasterCatalog catalog,
String where,
boolean onlyIfEmpty,
ITrackCancel cancel)
Updates RasterCatalog footprint. |
void |
updateFootprintSpatialReference(IRasterCatalog catalog)
Updates RasterCatalog footprint spatial reference. |
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 RasterCatalogHelper() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RasterCatalogHelper(Object obj) throws IOException
RasterCatalogHelper theRasterCatalogHelper = (RasterCatalogHelper) obj;
obj
to RasterCatalogHelper
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void updateFootprint(IRasterCatalog catalog) throws IOException, AutomationException
updateFootprint
in interface IRasterCatalogHelper
catalog
- A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateFootprintSpatialReference(IRasterCatalog catalog) throws IOException, AutomationException
updateFootprintSpatialReference
in interface IRasterCatalogHelper
catalog
- A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateFootprintEx(IRasterCatalog catalog, String where, boolean onlyIfEmpty, ITrackCancel cancel) throws IOException, AutomationException
updateFootprintEx
in interface IRasterCatalogHelper2
catalog
- A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)where
- The where (in)onlyIfEmpty
- The onlyIfEmpty (in)cancel
- A reference to a com.esri.arcgis.system.ITrackCancel (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 |