|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.ICalculateCellSizeRangesParametersProxy
public class ICalculateCellSizeRangesParametersProxy
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 =
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.IOExceptionpublic 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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setCalculateRasterMinCellSizes(boolean pbDoCalculateMin)
throws java.io.IOException,
AutomationException
setCalculateRasterMinCellSizes in interface ICalculateCellSizeRangesParameterspbDoCalculateMin - 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 ICalculateCellSizeRangesParametersjava.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 ICalculateCellSizeRangesParameterspbDoCalculateMax - 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 ICalculateCellSizeRangesParametersjava.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 ICalculateCellSizeRangesParameterspbDoMosaicCellSizeRanges - 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 ICalculateCellSizeRangesParametersjava.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 ICalculateCellSizeRangesParameterspbCalculateLevels - 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 ICalculateCellSizeRangesParametersjava.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 ICalculateCellSizeRangesParameterspMaxRangeFactor - 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 ICalculateCellSizeRangesParametersjava.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 ICalculateCellSizeRangesParameterspMaxOverviewFactor - 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 ICalculateCellSizeRangesParametersjava.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 ICalculateCellSizeRangesParameterspCellSizeClusterTolerance - 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 ICalculateCellSizeRangesParametersjava.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 ICalculateCellSizeRangesParameterspbUpdateMissingValuesOnly - 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 ICalculateCellSizeRangesParametersjava.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 | ||||||||