com.esri.arcgis.datasourcesraster
Class ICalculateCellSizeRangesParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.ICalculateCellSizeRangesParametersProxy
All Implemented Interfaces:
ICalculateCellSizeRangesParameters, java.io.Externalizable, java.io.Serializable

public class ICalculateCellSizeRangesParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements ICalculateCellSizeRangesParameters, java.io.Serializable

Internal use class Proxy for COM Interface 'ICalculateCellSizeRangesParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control parameters for computing cell size ranges in a mosaic dataset.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.datasourcesraster.ICalculateCellSizeRangesParameters
IID, IID6b9ceb1d_7c5f_4de3_a1a8_843851fa1904
 
Constructor Summary
  ICalculateCellSizeRangesParametersProxy()
          For internal use only
  ICalculateCellSizeRangesParametersProxy(java.lang.Object obj)
           
protected ICalculateCellSizeRangesParametersProxy(java.lang.Object obj, java.lang.String iid)
           
  ICalculateCellSizeRangesParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ICalculateCellSizeRangesParametersProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 double getCellSizeClusterTolerance()
          The factor controlling clustering of cell size values.
 double getMaxOverviewFactor()
          The multiplicative factor used for computing the maximum visibility of the top-most (lowest resolution) overview items.
 double getMaxRangeFactor()
          The multiplicative factor used for computing maximum visibility of those items that don't their footprints completely covered by footprints of lower resolution items.
 boolean isCalculateLevels()
          Indicates whether all unique cell size levels for the mosaic dataset are computed and stored.
 boolean isCalculateMosaicCellSizes()
          Indicates whether mosaic dataset's maximum visible cell size is calculated.
 boolean isCalculateRasterMaxCellSizes()
          Indicates whether maximum visibility values are calculated for selected items.
 boolean isCalculateRasterMinCellSizes()
          Indicates whether minimum visibility values are calculated for selected items.
 boolean isUpdateMissingValuesOnly()
          Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setCalculateLevels(boolean pbCalculateLevels)
          Indicates whether all unique cell size levels for the mosaic dataset are computed and stored.
 void setCalculateMosaicCellSizes(boolean pbDoMosaicCellSizeRanges)
          Indicates whether mosaic dataset's maximum visible cell size is calculated.
 void setCalculateRasterMaxCellSizes(boolean pbDoCalculateMax)
          Indicates whether maximum visibility values are calculated for selected items.
 void setCalculateRasterMinCellSizes(boolean pbDoCalculateMin)
          Indicates whether minimum visibility values are calculated for selected items.
 void setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
          The factor controlling clustering of cell size values.
 void setMaxOverviewFactor(double pMaxOverviewFactor)
          The multiplicative factor used for computing the maximum visibility of the top-most (lowest resolution) overview items.
 void setMaxRangeFactor(double pMaxRangeFactor)
          The multiplicative factor used for computing maximum visibility of those items that don't their footprints completely covered by footprints of lower resolution items.
 void setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly)
          Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.
 
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

noncastable

public boolean noncastable
Constructor Detail

ICalculateCellSizeRangesParametersProxy

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

ICalculateCellSizeRangesParametersProxy

public ICalculateCellSizeRangesParametersProxy()
For internal use only


ICalculateCellSizeRangesParametersProxy

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

ICalculateCellSizeRangesParametersProxy

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

ICalculateCellSizeRangesParametersProxy

protected ICalculateCellSizeRangesParametersProxy(java.lang.String CLSID,
                                                  java.lang.String iid,
                                                  java.lang.String host,
                                                  com.esri.arcgis.interop.AuthInfo authInfo)
                                           throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setCalculateRasterMinCellSizes

public void setCalculateRasterMinCellSizes(boolean pbDoCalculateMin)
                                    throws java.io.IOException,
                                           AutomationException
Indicates whether minimum visibility values are calculated for selected items.

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

isCalculateRasterMinCellSizes

public boolean isCalculateRasterMinCellSizes()
                                      throws java.io.IOException,
                                             AutomationException
Indicates whether minimum visibility values are calculated for selected items.

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

setCalculateRasterMaxCellSizes

public void setCalculateRasterMaxCellSizes(boolean pbDoCalculateMax)
                                    throws java.io.IOException,
                                           AutomationException
Indicates whether maximum visibility values are calculated for selected items.

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

isCalculateRasterMaxCellSizes

public boolean isCalculateRasterMaxCellSizes()
                                      throws java.io.IOException,
                                             AutomationException
Indicates whether maximum visibility values are calculated for selected items.

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

setCalculateMosaicCellSizes

public void setCalculateMosaicCellSizes(boolean pbDoMosaicCellSizeRanges)
                                 throws java.io.IOException,
                                        AutomationException
Indicates whether mosaic dataset's maximum visible cell size is calculated.

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

isCalculateMosaicCellSizes

public boolean isCalculateMosaicCellSizes()
                                   throws java.io.IOException,
                                          AutomationException
Indicates whether mosaic dataset's maximum visible cell size is calculated.

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

setCalculateLevels

public void setCalculateLevels(boolean pbCalculateLevels)
                        throws java.io.IOException,
                               AutomationException
Indicates whether all unique cell size levels for the mosaic dataset are computed and stored.

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

isCalculateLevels

public boolean isCalculateLevels()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether all unique cell size levels for the mosaic dataset are computed and stored.

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

setMaxRangeFactor

public void setMaxRangeFactor(double pMaxRangeFactor)
                       throws java.io.IOException,
                              AutomationException
The multiplicative factor used for computing maximum visibility of those items that don't their footprints completely covered by footprints of lower resolution items. The maximum pixel size values of such items are computed by multiplying the corresponding low?G?^??

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

getMaxRangeFactor

public double getMaxRangeFactor()
                         throws java.io.IOException,
                                AutomationException
The multiplicative factor used for computing maximum visibility of those items that don't their footprints completely covered by footprints of lower resolution items. The maximum pixel size values of such items are computed by multiplying the corresponding low?G?^??

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

setMaxOverviewFactor

public void setMaxOverviewFactor(double pMaxOverviewFactor)
                          throws java.io.IOException,
                                 AutomationException
The multiplicative factor used for computing the maximum visibility of the top-most (lowest resolution) overview items.

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

getMaxOverviewFactor

public double getMaxOverviewFactor()
                            throws java.io.IOException,
                                   AutomationException
The multiplicative factor used for computing the maximum visibility of the top-most (lowest resolution) overview items.

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

setCellSizeClusterTolerance

public void setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
                                 throws java.io.IOException,
                                        AutomationException
The factor controlling clustering of cell size values. Two cell size values with a difference factor less than the value in this property are considered one.

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

getCellSizeClusterTolerance

public double getCellSizeClusterTolerance()
                                   throws java.io.IOException,
                                          AutomationException
The factor controlling clustering of cell size values. Two cell size values with a difference factor less than the value in this property are considered one.

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

setUpdateMissingValuesOnly

public void setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly)
                                throws java.io.IOException,
                                       AutomationException
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.

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

isUpdateMissingValuesOnly

public boolean isUpdateMissingValuesOnly()
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.

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