public class ICalculateCellSizeRangesParametersProxy extends com.esri.arcgis.interop.Dispatch implements ICalculateCellSizeRangesParameters, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID6b9ceb1d_7c5f_4de3_a1a8_843851fa1904
Modifier | Constructor and Description |
---|---|
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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)
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public ICalculateCellSizeRangesParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ICalculateCellSizeRangesParametersProxy()
public ICalculateCellSizeRangesParametersProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ICalculateCellSizeRangesParametersProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ICalculateCellSizeRangesParametersProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setCalculateRasterMinCellSizes(boolean pbDoCalculateMin) throws java.io.IOException, AutomationException
setCalculateRasterMinCellSizes
in interface ICalculateCellSizeRangesParameters
pbDoCalculateMin
- The pbDoCalculateMin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCalculateRasterMinCellSizes() throws java.io.IOException, AutomationException
isCalculateRasterMinCellSizes
in interface ICalculateCellSizeRangesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCalculateRasterMaxCellSizes(boolean pbDoCalculateMax) throws java.io.IOException, AutomationException
setCalculateRasterMaxCellSizes
in interface ICalculateCellSizeRangesParameters
pbDoCalculateMax
- The pbDoCalculateMax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCalculateRasterMaxCellSizes() throws java.io.IOException, AutomationException
isCalculateRasterMaxCellSizes
in interface ICalculateCellSizeRangesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCalculateMosaicCellSizes(boolean pbDoMosaicCellSizeRanges) throws java.io.IOException, AutomationException
setCalculateMosaicCellSizes
in interface ICalculateCellSizeRangesParameters
pbDoMosaicCellSizeRanges
- The pbDoMosaicCellSizeRanges (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCalculateMosaicCellSizes() throws java.io.IOException, AutomationException
isCalculateMosaicCellSizes
in interface ICalculateCellSizeRangesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCalculateLevels(boolean pbCalculateLevels) throws java.io.IOException, AutomationException
setCalculateLevels
in interface ICalculateCellSizeRangesParameters
pbCalculateLevels
- The pbCalculateLevels (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCalculateLevels() throws java.io.IOException, AutomationException
isCalculateLevels
in interface ICalculateCellSizeRangesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaxRangeFactor(double pMaxRangeFactor) throws java.io.IOException, AutomationException
setMaxRangeFactor
in interface ICalculateCellSizeRangesParameters
pMaxRangeFactor
- The pMaxRangeFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMaxRangeFactor() throws java.io.IOException, AutomationException
getMaxRangeFactor
in interface ICalculateCellSizeRangesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaxOverviewFactor(double pMaxOverviewFactor) throws java.io.IOException, AutomationException
setMaxOverviewFactor
in interface ICalculateCellSizeRangesParameters
pMaxOverviewFactor
- The pMaxOverviewFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMaxOverviewFactor() throws java.io.IOException, AutomationException
getMaxOverviewFactor
in interface ICalculateCellSizeRangesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCellSizeClusterTolerance(double pCellSizeClusterTolerance) throws java.io.IOException, AutomationException
setCellSizeClusterTolerance
in interface ICalculateCellSizeRangesParameters
pCellSizeClusterTolerance
- The pCellSizeClusterTolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getCellSizeClusterTolerance() throws java.io.IOException, AutomationException
getCellSizeClusterTolerance
in interface ICalculateCellSizeRangesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly) throws java.io.IOException, AutomationException
setUpdateMissingValuesOnly
in interface ICalculateCellSizeRangesParameters
pbUpdateMissingValuesOnly
- The pbUpdateMissingValuesOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUpdateMissingValuesOnly() throws java.io.IOException, AutomationException
isUpdateMissingValuesOnly
in interface ICalculateCellSizeRangesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.