|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterCatalogName
Provides access to members that return information about a RasterCatalog.
IRasterCatalogItem
,
RasterCatalog
Method Summary | |
---|---|
String |
getRasterFieldName()
The name of the default Raster field. |
boolean |
isRasterDataset()
Indicates if this is a RasterDataset (a special one-row RasterCatalog). |
void |
setIsRasterDataset(boolean isRasterDataset)
Indicates if this is a RasterDataset (a special one-row RasterCatalog). |
void |
setRasterFieldName(String name)
The name of the default Raster field. |
Method Detail |
---|
String getRasterFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRasterDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsRasterDataset(boolean isRasterDataset) throws IOException, AutomationException
isRasterDataset
- The isRasterDataset (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 |