|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterAnalysisEnvironment
COM Interface 'IRasterAnalysisEnvironment'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'
Description: 'Provides access to members that control the environment 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 |
IID3297e9c5_93a1_11d2_9f33_00c04f8ed1d7
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.geoanalyst.IGeoAnalysisEnvironment |
---|
IID3297e9c8_93a1_11d2_9f33_00c04f8ed1d7 |
Method Summary | |
---|---|
void |
getCellSize(int[] envType,
double[] cellSize)
Gets the type and value of cell size in the RasterAnalysis. |
java.lang.String |
getDefaultOutputRasterPrefix()
The default output raster prefix. |
java.lang.String |
getDefaultOutputVectorPrefix()
The default output vector prefix. |
void |
getExtent(int[] envType,
IEnvelope[] extent)
Gets the type and values of extent in the RasterAnalysis. |
IGeoDataset |
getMask()
Mask allows processing to occur only for a selected set of cells. |
int |
getVerifyType()
The verify type of the RasterAnalysis. |
void |
reset()
Remove all previously stored default rasteranalysis environments. |
void |
restoreToPreviousDefaultEnvironment()
Restores to the previous default raster analysis environment. |
void |
setAsNewDefaultEnvironment()
Sets the raster analysis environment of the object as new default environment. |
void |
setCellSize(int envType,
java.lang.Object cellSizeProvider)
Sets the type and value of cell size in the RasterAnalysis. |
void |
setDefaultOutputRasterPrefix(java.lang.String rasterPrefix)
The default output raster prefix. |
void |
setDefaultOutputVectorPrefix(java.lang.String vectorPrefix)
The default output vector prefix. |
void |
setExtent(int envType,
java.lang.Object extentProvider,
java.lang.Object snapRasterData)
Sets the type and values of extent in the RasterAnalysis. |
void |
setMaskByRef(IGeoDataset mask)
Mask allows processing to occur only for a selected set of cells. |
void |
setVerifyType(int verifyType)
The verify type of the RasterAnalysis. |
Methods inherited from interface com.esri.arcgis.geoanalyst.IGeoAnalysisEnvironment |
---|
getOutSpatialReference, getOutWorkspace, setOutSpatialReferenceByRef, setOutWorkspaceByRef |
Field Detail |
---|
static final int IID3297e9c5_93a1_11d2_9f33_00c04f8ed1d7
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setCellSize(int envType, java.lang.Object cellSizeProvider) throws java.io.IOException, AutomationException
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (in)cellSizeProvider
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getCellSize(int[] envType, double[] cellSize) throws java.io.IOException, AutomationException
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (out: use single element array)cellSize
- The cellSize (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtent(int envType, java.lang.Object extentProvider, java.lang.Object snapRasterData) throws java.io.IOException, AutomationException
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (in)extentProvider
- A Variant (in, optional, pass null if not required)snapRasterData
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getExtent(int[] envType, IEnvelope[] extent) throws java.io.IOException, AutomationException
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (out: use single element array)extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaskByRef(IGeoDataset mask) throws java.io.IOException, AutomationException
mask
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeoDataset getMask() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVerifyType(int verifyType) throws java.io.IOException, AutomationException
verifyType
- A com.esri.arcgis.geoanalyst.esriRasterVerifyEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVerifyType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefaultOutputRasterPrefix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultOutputRasterPrefix(java.lang.String rasterPrefix) throws java.io.IOException, AutomationException
rasterPrefix
- The rasterPrefix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefaultOutputVectorPrefix() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultOutputVectorPrefix(java.lang.String vectorPrefix) throws java.io.IOException, AutomationException
vectorPrefix
- The vectorPrefix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAsNewDefaultEnvironment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void restoreToPreviousDefaultEnvironment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() 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 |