|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDescriptor
Provides access to members that control the Raster descriptor.
Method Summary | |
---|---|
void |
create(IRaster raster,
IQueryFilter filter,
String fieldName)
Create a Raster descriptor. |
IRaster |
getRaster()
The Raster in the descriptor. |
Methods inherited from interface com.esri.arcgis.geoanalyst.IGeoDataDescriptor |
---|
createFromSelectionSet, getField, getFieldName, getQueryFilter, getSelectionSet |
Method Detail |
---|
void create(IRaster raster, IQueryFilter filter, String fieldName) throws IOException, AutomationException
raster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)filter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRaster getRaster() throws IOException, AutomationException
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 |