public interface IRasterAnalysisProps
extends java.io.Serializable
Description: 'Provides access to members that control the properties for raster analysis.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID31e5ff30_2dad_11d3_a3f6_0004ac1b1d86 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID31e5ff30_2dad_11d3_a3f6_0004ac1b1d86
static final int xxDummy
static final java.lang.String IID
void setPixelWidth(double width) throws java.io.IOException, AutomationException
width
- The width (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getPixelWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPixelHeight(double height) throws java.io.IOException, AutomationException
height
- The height (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getPixelHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getAnalysisExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalysisExtentByRef(IEnvelope ppExtent) throws java.io.IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterDataset getRasterDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void makePermanent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.