|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterAnalysisProps
COM Interface 'IRasterAnalysisProps'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID31e5ff30_2dad_11d3_a3f6_0004ac1b1d86
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID31e5ff30_2dad_11d3_a3f6_0004ac1b1d86
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |