com.esri.arcgis.geoanalyst
Class IRasterAnalysisGDBEnvironmentProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoanalyst.IRasterAnalysisGDBEnvironmentProxy
All Implemented Interfaces:
IRasterAnalysisGDBEnvironment, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IRasterAnalysisGDBEnvironmentProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterAnalysisGDBEnvironment, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geoanalyst.IRasterAnalysisGDBEnvironment
IID, IID823763c2_2855_43d2_88cf_321815c17685
 
Constructor Summary
  IRasterAnalysisGDBEnvironmentProxy()
          Deprecated. For internal use only
  IRasterAnalysisGDBEnvironmentProxy(java.lang.Object obj)
          Deprecated.  
protected IRasterAnalysisGDBEnvironmentProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRasterAnalysisGDBEnvironmentProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRasterAnalysisGDBEnvironmentProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int getCompressionType()
          Deprecated. The type and value of compression in the RasterAnalysis.
 java.lang.String getConfigurationKeyword()
          Deprecated. The configuration keyword in the RasterAnalysis.
 ISpatialReference getGDBDomains()
          Deprecated. The XY, Z and M domains in the RasterAnalysis.
 java.lang.String getIgnoredValue()
          Deprecated. The ignored value in statistics calculation in RasterAnalysis.
 int getJpegQuality()
          Deprecated. Jpeg compression quality in the RasterAnalysis.
 int getMosaicType()
          Deprecated. The mosaic type in the RasterAnalysis.
 int getPyramidLevel()
          Deprecated. The level in pyramid building in the RasterAnalysis.
 int getPyramidResampleType()
          Deprecated. The resample type in pyramid building in the RasterAnalysis.
 int getTileHeight()
          Deprecated. The GeoDatabase tile height in the RasterAnalysis.
 int getTileWidth()
          Deprecated. The GeoDatabase tile width in the RasterAnalysis.
 int getXSkipFactor()
          Deprecated. The skip factor in X direction in statistics calculation in the RasterAnalysis.
 int getYSkipFactor()
          Deprecated. The skip factor in Y direction in statistics calculation in the RasterAnalysis.
 boolean isBuildPyramid()
          Deprecated. Indicates if the pyramid building in the RasterAnalysis.
 boolean isCalculateStatistics()
          Deprecated. Indicates if the statistics calculation in the RasterAnalysis.
 boolean isGlobeOptimized()
          Deprecated. Indicates if the globe optimized type in the RasterAnalysis.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBuildPyramid(boolean buildParamid)
          Deprecated. Indicates if the pyramid building in the RasterAnalysis.
 void setCalculateStatistics(boolean calculateStatistics)
          Deprecated. Indicates if the statistics calculation in the RasterAnalysis.
 void setCompressionType(int compressionType)
          Deprecated. The type and value of compression in the RasterAnalysis.
 void setConfigurationKeyword(java.lang.String configKeyword)
          Deprecated. The configuration keyword in the RasterAnalysis.
 void setGDBDomainsByRef(ISpatialReference domainsSpRef)
          Deprecated. The XY, Z and M domains in the RasterAnalysis.
 void setGlobeOptimized(boolean globeOptimized)
          Deprecated. Indicates if the globe optimized type in the RasterAnalysis.
 void setIgnoredValue(java.lang.String ignoredValue)
          Deprecated. The ignored value in statistics calculation in RasterAnalysis.
 void setJpegQuality(int jpegQuality)
          Deprecated. Jpeg compression quality in the RasterAnalysis.
 void setMosaicType(int mosaicType)
          Deprecated. The mosaic type in the RasterAnalysis.
 void setPyramidLevel(int level)
          Deprecated. The level in pyramid building in the RasterAnalysis.
 void setPyramidResampleType(int resampleType)
          Deprecated. The resample type in pyramid building in the RasterAnalysis.
 void setTileHeight(int tileHeight)
          Deprecated. The GeoDatabase tile height in the RasterAnalysis.
 void setTileWidth(int tileWidth)
          Deprecated. The GeoDatabase tile width in the RasterAnalysis.
 void setXSkipFactor(int xSkipFactor)
          Deprecated. The skip factor in X direction in statistics calculation in the RasterAnalysis.
 void setYSkipFactor(int ySkipFactor)
          Deprecated. The skip factor in Y direction in statistics calculation in the RasterAnalysis.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRasterAnalysisGDBEnvironmentProxy

public IRasterAnalysisGDBEnvironmentProxy(java.lang.String CLSID,
                                          java.lang.String host,
                                          com.esri.arcgis.interop.AuthInfo authInfo)
                                   throws java.net.UnknownHostException,
                                          java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRasterAnalysisGDBEnvironmentProxy

public IRasterAnalysisGDBEnvironmentProxy()
Deprecated. 
For internal use only


IRasterAnalysisGDBEnvironmentProxy

public IRasterAnalysisGDBEnvironmentProxy(java.lang.Object obj)
                                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterAnalysisGDBEnvironmentProxy

protected IRasterAnalysisGDBEnvironmentProxy(java.lang.Object obj,
                                             java.lang.String iid)
                                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRasterAnalysisGDBEnvironmentProxy

protected IRasterAnalysisGDBEnvironmentProxy(java.lang.String CLSID,
                                             java.lang.String iid,
                                             java.lang.String host,
                                             com.esri.arcgis.interop.AuthInfo authInfo)
                                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setGlobeOptimized

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

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

isGlobeOptimized

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

Specified by:
isGlobeOptimized in interface IRasterAnalysisGDBEnvironment
Returns:
The globeOptimized
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicType

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

Specified by:
setMosaicType in interface IRasterAnalysisGDBEnvironment
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

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

Specified by:
getMosaicType in interface IRasterAnalysisGDBEnvironment
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

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

Specified by:
setCompressionType in interface IRasterAnalysisGDBEnvironment
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

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

Specified by:
getCompressionType in interface IRasterAnalysisGDBEnvironment
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

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

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

getJpegQuality

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

Specified by:
getJpegQuality in interface IRasterAnalysisGDBEnvironment
Returns:
The jpegQuality
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBuildPyramid

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

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

isBuildPyramid

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

Specified by:
isBuildPyramid in interface IRasterAnalysisGDBEnvironment
Returns:
The buildParamid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPyramidResampleType

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

Specified by:
setPyramidResampleType in interface IRasterAnalysisGDBEnvironment
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

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

Specified by:
getPyramidResampleType in interface IRasterAnalysisGDBEnvironment
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

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

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

getPyramidLevel

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

Specified by:
getPyramidLevel in interface IRasterAnalysisGDBEnvironment
Returns:
The level
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCalculateStatistics

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

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

isCalculateStatistics

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

Specified by:
isCalculateStatistics in interface IRasterAnalysisGDBEnvironment
Returns:
The calculateStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXSkipFactor

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

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

getXSkipFactor

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

Specified by:
getXSkipFactor in interface IRasterAnalysisGDBEnvironment
Returns:
The xSkipFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYSkipFactor

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

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

getYSkipFactor

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

Specified by:
getYSkipFactor in interface IRasterAnalysisGDBEnvironment
Returns:
The ySkipFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIgnoredValue

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

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

getIgnoredValue

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

Specified by:
getIgnoredValue in interface IRasterAnalysisGDBEnvironment
Returns:
The ignoredValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileWidth

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

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

getTileWidth

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

Specified by:
getTileWidth in interface IRasterAnalysisGDBEnvironment
Returns:
The tileWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileHeight

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

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

getTileHeight

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

Specified by:
getTileHeight in interface IRasterAnalysisGDBEnvironment
Returns:
The tileHeight
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConfigurationKeyword

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

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

getConfigurationKeyword

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

Specified by:
getConfigurationKeyword in interface IRasterAnalysisGDBEnvironment
Returns:
The configKeyword
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGDBDomainsByRef

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

Specified by:
setGDBDomainsByRef in interface IRasterAnalysisGDBEnvironment
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

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

Specified by:
getGDBDomains in interface IRasterAnalysisGDBEnvironment
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.