com.esri.arcgis.datasourcesraster
Interface IRasterCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterCollectionProxy, MosaicRaster

public interface IRasterCollection
extends java.io.Serializable

COM Interface 'IRasterCollection'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDbd52f6e3_fc16_4c2c_9472_94cabf907fd0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDbd52f6e3_fc16_4c2c_9472_94cabf907fd0

static final int IIDbd52f6e3_fc16_4c2c_9472_94cabf907fd0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRasterCount

int getRasterCount()
                   throws java.io.IOException,
                          AutomationException
The number of rasters in this raster collection.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(int index,
            IRaster pRaster)
            throws java.io.IOException,
                   AutomationException
Inserts a raster at a given index.

Parameters:
index - The index (in)
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

append

void append(IRaster pRaster)
            throws java.io.IOException,
                   AutomationException
Appends a raster to the end.

Parameters:
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes a raster at a given index.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

find

int find(IRaster pRaster)
         throws java.io.IOException,
                AutomationException
Finds a given raster and returns its index position.

Parameters:
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Returns:
The index
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

get

IRaster get(int index)
            throws java.io.IOException,
                   AutomationException
Gets the raster at a given index position.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRaster
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

set

void set(int index,
         IRaster pRaster)
         throws java.io.IOException,
                AutomationException
Sets the raster at a given index position.

Parameters:
index - The index (in)
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

empty

void empty()
           throws java.io.IOException,
                  AutomationException
Empties this raster collection.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

populate

void populate(IEnvelope pExtent)
              throws java.io.IOException,
                     AutomationException
Populates this raster collection from associated RasterCatalog.

Parameters:
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.