|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterCatalog
Provides access to members that control the behavior and properties of a raster catalog.
The IRasterCatalog interface provides
access to the Raster field properties of the
RasterCatalog.
The CanAlterRasterSpatialReference
property indicates whether the spatial reference of the raster
column in the RasterCatalog can be altered.
The IsRasterDataset property indicates
whether the raster column in the RasterCatalog has a flag of
RasterDataset, if true the raster column of the RasterCatalog is
the type of RasterDataset.
The RasterFieldName property returns the
field name of its raster column.
The RasterFieldIndex property returns the
field index of its raster column.
The RasterFieldIndex property returns the
spatial reference of its raster column
The AlterRasterSpatialReference method
sets the spatial reference of the raster column.
IRasterCatalogItem
,
RasterCatalog
Method Summary | |
---|---|
void |
alterRasterSpatialReference(ISpatialReference spatialReference)
Alters the default Raster field spatial reference. |
int |
getNameFieldIndex()
The index of Name field. |
int |
getRasterFieldIndex()
The index of the default Raster field. |
String |
getRasterFieldName()
The name of the default Raster field. |
ISpatialReference |
getRasterSpatialReference()
The default Raster field spatial reference. |
boolean |
isCanAlterRasterSpatialReference()
Indicates if the default Raster field spatial reference can be altered. |
Method Detail |
---|
String getRasterFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRasterFieldIndex() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNameFieldIndex() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getRasterSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanAlterRasterSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void alterRasterSpatialReference(ISpatialReference spatialReference) throws IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (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 |