public interface IRasterCollection
extends java.io.Serializable
Description: 'Provides access to members that control a raster collection.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDbd52f6e3_fc16_4c2c_9472_94cabf907fd0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
append(IRaster pRaster)
Appends a raster to the end.
|
void |
empty()
Empties this raster collection.
|
int |
find(IRaster pRaster)
Finds a given raster and returns its index position.
|
IRaster |
get(int index)
Gets the raster at a given index position.
|
int |
getRasterCount()
The number of rasters in this raster collection.
|
void |
insert(int index,
IRaster pRaster)
Inserts a raster at a given index.
|
void |
populate(IEnvelope pExtent)
Populates this raster collection from associated RasterCatalog.
|
void |
remove(int index)
Removes a raster at a given index.
|
void |
set(int index,
IRaster pRaster)
Sets the raster at a given index position.
|
static final int IIDbd52f6e3_fc16_4c2c_9472_94cabf907fd0
static final int xxDummy
static final java.lang.String IID
int getRasterCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void insert(int index, IRaster pRaster) throws java.io.IOException, AutomationException
index
- The index (in)pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void append(IRaster pRaster) throws java.io.IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int find(IRaster pRaster) throws java.io.IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRaster get(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void set(int index, IRaster pRaster) throws java.io.IOException, AutomationException
index
- The index (in)pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void empty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void populate(IEnvelope pExtent) throws java.io.IOException, AutomationException
pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.