|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPRasterSchema
Provides access to the properties/methods of a geoprocessing raster schema object.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
double |
getCellSize()
The cellSize property. |
int |
getCellSizeRule()
Inidicates how the cellSize property is to be managed. |
IEnvelope |
getExtent()
The extent property. |
int |
getExtentRule()
Inidicates how the extent property is to be managed. |
int |
getRasterFormatRule()
Inidicates how the raster format property is to be managed. |
int |
getRasterRule()
Inidicates how the raster is integer property is to be managed. |
void |
setCellSize(double cellSize)
The cellSize property. |
void |
setCellSizeRule(int type)
Inidicates how the cellSize property is to be managed. |
void |
setExtentByRef(IEnvelope extent)
The extent property. |
void |
setExtentRule(int type)
Inidicates how the extent property is to be managed. |
void |
setRasterFormatRule(int type)
Inidicates how the raster format property is to be managed. |
void |
setRasterRule(int type)
Inidicates how the raster is integer property is to be managed. |
| Method Detail |
|---|
int getExtentRule()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtentRule(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.geoprocessing.esriGPSchemaExtentType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtentByRef(IEnvelope extent)
throws IOException,
AutomationException
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCellSizeRule()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCellSizeRule(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.geoprocessing.esriGPSchemaCellSizeType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getCellSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCellSize(double cellSize)
throws IOException,
AutomationException
cellSize - The cellSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRasterRule()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterRule(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.geoprocessing.esriGPSchemaRasterType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRasterFormatRule()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterFormatRule(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.geoprocessing.esriGPSchemaRasterFormatType constant (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 | ||||||||