| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterAnalysisProps
Provides access to members that control the properties for raster analysis.
This interface is mainly used for Spatial Analyst.
| Method Summary | |
|---|---|
 IEnvelope | 
getAnalysisExtent()
The analysis extent of the raster.  | 
 double | 
getPixelHeight()
The pixel height in ground resolution.  | 
 double | 
getPixelWidth()
The pixel width in ground resolution.  | 
 IRasterDataset | 
getRasterDataset()
The RasterDataset, if there is one.  | 
 void | 
makePermanent()
Makes a temporary raster a permanent raster dataset.  | 
 void | 
setAnalysisExtentByRef(IEnvelope ppExtent)
The analysis extent of the raster.  | 
 void | 
setPixelHeight(double height)
The pixel height in ground resolution.  | 
 void | 
setPixelWidth(double width)
The pixel width in ground resolution.  | 
| Method Detail | 
|---|
void setPixelWidth(double width)
                   throws IOException,
                          AutomationException
width - The width  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.double getPixelWidth()
                     throws IOException,
                            AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.void setPixelHeight(double height)
                    throws IOException,
                           AutomationException
height - The height  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.double getPixelHeight()
                      throws IOException,
                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.IEnvelope getAnalysisExtent()
                            throws IOException,
                                   AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.void setAnalysisExtentByRef(IEnvelope ppExtent)
                            throws IOException,
                                   AutomationException
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.IRasterDataset getRasterDataset()
                                throws IOException,
                                       AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.void makePermanent()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||