com.esri.arcgis.geoanalyst
Interface IRasterAnalysisGDBEnvironment

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterAnalysisGDBEnvironmentProxy, RasterAnalysis, RasterConversionOp, RasterTransformationOp

public interface IRasterAnalysisGDBEnvironment
extends java.io.Serializable

COM Interface 'IRasterAnalysisGDBEnvironment'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to members that control the environment for Geodatabase 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 IID823763c2_2855_43d2_88cf_321815c17685
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCompressionType()
          The type and value of compression in the RasterAnalysis.
 java.lang.String getConfigurationKeyword()
          The configuration keyword in the RasterAnalysis.
 ISpatialReference getGDBDomains()
          The XY, Z and M domains in the RasterAnalysis.
 java.lang.String getIgnoredValue()
          The ignored value in statistics calculation in RasterAnalysis.
 int getJpegQuality()
          Jpeg compression quality in the RasterAnalysis.
 int getMosaicType()
          The mosaic type in the RasterAnalysis.
 int getPyramidLevel()
          The level in pyramid building in the RasterAnalysis.
 int getPyramidResampleType()
          The resample type in pyramid building in the RasterAnalysis.
 int getTileHeight()
          The GeoDatabase tile height in the RasterAnalysis.
 int getTileWidth()
          The GeoDatabase tile width in the RasterAnalysis.
 int getXSkipFactor()
          The skip factor in X direction in statistics calculation in the RasterAnalysis.
 int getYSkipFactor()
          The skip factor in Y direction in statistics calculation in the RasterAnalysis.
 boolean isBuildPyramid()
          Indicates if the pyramid building in the RasterAnalysis.
 boolean isCalculateStatistics()
          Indicates if the statistics calculation in the RasterAnalysis.
 boolean isGlobeOptimized()
          Indicates if the globe optimized type in the RasterAnalysis.
 void setBuildPyramid(boolean buildParamid)
          Indicates if the pyramid building in the RasterAnalysis.
 void setCalculateStatistics(boolean calculateStatistics)
          Indicates if the statistics calculation in the RasterAnalysis.
 void setCompressionType(int compressionType)
          The type and value of compression in the RasterAnalysis.
 void setConfigurationKeyword(java.lang.String configKeyword)
          The configuration keyword in the RasterAnalysis.
 void setGDBDomainsByRef(ISpatialReference domainsSpRef)
          The XY, Z and M domains in the RasterAnalysis.
 void setGlobeOptimized(boolean globeOptimized)
          Indicates if the globe optimized type in the RasterAnalysis.
 void setIgnoredValue(java.lang.String ignoredValue)
          The ignored value in statistics calculation in RasterAnalysis.
 void setJpegQuality(int jpegQuality)
          Jpeg compression quality in the RasterAnalysis.
 void setMosaicType(int mosaicType)
          The mosaic type in the RasterAnalysis.
 void setPyramidLevel(int level)
          The level in pyramid building in the RasterAnalysis.
 void setPyramidResampleType(int resampleType)
          The resample type in pyramid building in the RasterAnalysis.
 void setTileHeight(int tileHeight)
          The GeoDatabase tile height in the RasterAnalysis.
 void setTileWidth(int tileWidth)
          The GeoDatabase tile width in the RasterAnalysis.
 void setXSkipFactor(int xSkipFactor)
          The skip factor in X direction in statistics calculation in the RasterAnalysis.
 void setYSkipFactor(int ySkipFactor)
          The skip factor in Y direction in statistics calculation in the RasterAnalysis.
 

Field Detail

IID823763c2_2855_43d2_88cf_321815c17685

static final int IID823763c2_2855_43d2_88cf_321815c17685
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setGlobeOptimized

void setGlobeOptimized(boolean globeOptimized)
                       throws java.io.IOException,
                              AutomationException
Indicates if the globe optimized type in the RasterAnalysis.

Parameters:
globeOptimized - The globeOptimized (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isGlobeOptimized

boolean isGlobeOptimized()
                         throws java.io.IOException,
                                AutomationException
Indicates if the globe optimized type in the RasterAnalysis.

Returns:
The globeOptimized
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicType

void setMosaicType(int mosaicType)
                   throws java.io.IOException,
                          AutomationException
The mosaic type in the RasterAnalysis.

Parameters:
mosaicType - A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicType

int getMosaicType()
                  throws java.io.IOException,
                         AutomationException
The mosaic type in the RasterAnalysis.

Returns:
A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCompressionType

void setCompressionType(int compressionType)
                        throws java.io.IOException,
                               AutomationException
The type and value of compression in the RasterAnalysis.

Parameters:
compressionType - A com.esri.arcgis.geoanalyst.esriRasterGDBCompressionEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCompressionType

int getCompressionType()
                       throws java.io.IOException,
                              AutomationException
The type and value of compression in the RasterAnalysis.

Returns:
A com.esri.arcgis.geoanalyst.esriRasterGDBCompressionEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJpegQuality

void setJpegQuality(int jpegQuality)
                    throws java.io.IOException,
                           AutomationException
Jpeg compression quality in the RasterAnalysis.

Parameters:
jpegQuality - The jpegQuality (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJpegQuality

int getJpegQuality()
                   throws java.io.IOException,
                          AutomationException
Jpeg compression quality in the RasterAnalysis.

Returns:
The jpegQuality
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBuildPyramid

void setBuildPyramid(boolean buildParamid)
                     throws java.io.IOException,
                            AutomationException
Indicates if the pyramid building in the RasterAnalysis.

Parameters:
buildParamid - The buildParamid (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isBuildPyramid

boolean isBuildPyramid()
                       throws java.io.IOException,
                              AutomationException
Indicates if the pyramid building in the RasterAnalysis.

Returns:
The buildParamid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPyramidResampleType

void setPyramidResampleType(int resampleType)
                            throws java.io.IOException,
                                   AutomationException
The resample type in pyramid building in the RasterAnalysis.

Parameters:
resampleType - A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPyramidResampleType

int getPyramidResampleType()
                           throws java.io.IOException,
                                  AutomationException
The resample type in pyramid building in the RasterAnalysis.

Returns:
A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPyramidLevel

void setPyramidLevel(int level)
                     throws java.io.IOException,
                            AutomationException
The level in pyramid building in the RasterAnalysis.

Parameters:
level - The level (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPyramidLevel

int getPyramidLevel()
                    throws java.io.IOException,
                           AutomationException
The level in pyramid building in the RasterAnalysis.

Returns:
The level
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCalculateStatistics

void setCalculateStatistics(boolean calculateStatistics)
                            throws java.io.IOException,
                                   AutomationException
Indicates if the statistics calculation in the RasterAnalysis.

Parameters:
calculateStatistics - The calculateStatistics (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCalculateStatistics

boolean isCalculateStatistics()
                              throws java.io.IOException,
                                     AutomationException
Indicates if the statistics calculation in the RasterAnalysis.

Returns:
The calculateStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXSkipFactor

void setXSkipFactor(int xSkipFactor)
                    throws java.io.IOException,
                           AutomationException
The skip factor in X direction in statistics calculation in the RasterAnalysis.

Parameters:
xSkipFactor - The xSkipFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXSkipFactor

int getXSkipFactor()
                   throws java.io.IOException,
                          AutomationException
The skip factor in X direction in statistics calculation in the RasterAnalysis.

Returns:
The xSkipFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYSkipFactor

void setYSkipFactor(int ySkipFactor)
                    throws java.io.IOException,
                           AutomationException
The skip factor in Y direction in statistics calculation in the RasterAnalysis.

Parameters:
ySkipFactor - The ySkipFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getYSkipFactor

int getYSkipFactor()
                   throws java.io.IOException,
                          AutomationException
The skip factor in Y direction in statistics calculation in the RasterAnalysis.

Returns:
The ySkipFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIgnoredValue

void setIgnoredValue(java.lang.String ignoredValue)
                     throws java.io.IOException,
                            AutomationException
The ignored value in statistics calculation in RasterAnalysis.

Parameters:
ignoredValue - The ignoredValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIgnoredValue

java.lang.String getIgnoredValue()
                                 throws java.io.IOException,
                                        AutomationException
The ignored value in statistics calculation in RasterAnalysis.

Returns:
The ignoredValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileWidth

void setTileWidth(int tileWidth)
                  throws java.io.IOException,
                         AutomationException
The GeoDatabase tile width in the RasterAnalysis.

Parameters:
tileWidth - The tileWidth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileWidth

int getTileWidth()
                 throws java.io.IOException,
                        AutomationException
The GeoDatabase tile width in the RasterAnalysis.

Returns:
The tileWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileHeight

void setTileHeight(int tileHeight)
                   throws java.io.IOException,
                          AutomationException
The GeoDatabase tile height in the RasterAnalysis.

Parameters:
tileHeight - The tileHeight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileHeight

int getTileHeight()
                  throws java.io.IOException,
                         AutomationException
The GeoDatabase tile height in the RasterAnalysis.

Returns:
The tileHeight
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConfigurationKeyword

void setConfigurationKeyword(java.lang.String configKeyword)
                             throws java.io.IOException,
                                    AutomationException
The configuration keyword in the RasterAnalysis.

Parameters:
configKeyword - The configKeyword (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConfigurationKeyword

java.lang.String getConfigurationKeyword()
                                         throws java.io.IOException,
                                                AutomationException
The configuration keyword in the RasterAnalysis.

Returns:
The configKeyword
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGDBDomainsByRef

void setGDBDomainsByRef(ISpatialReference domainsSpRef)
                        throws java.io.IOException,
                               AutomationException
The XY, Z and M domains in the RasterAnalysis.

Parameters:
domainsSpRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGDBDomains

ISpatialReference getGDBDomains()
                                throws java.io.IOException,
                                       AutomationException
The XY, Z and M domains in the RasterAnalysis.

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.