public class CalculateCellSizeRangesParameters extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetOperationParameters, ICalculateCellSizeRangesParameters, ISelectionParameters
Description 'An object that controls how visibility ranges for items in a mosaic dataset are computed.' 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 =
IID, IID379006f4_6f75_4c3b_b783_0c2e88a7b280, xxDummyIID, IID6b9ceb1d_7c5f_4de3_a1a8_843851fa1904, xxDummyIID, IID95627b93_1275_4714_94a7_a55df27e70a2, xxDummy| Constructor and Description |
|---|
CalculateCellSizeRangesParameters()
Constructs a CalculateCellSizeRangesParameters using ArcGIS Engine.
|
CalculateCellSizeRangesParameters(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
CalculateCellSizeRangesParameters theCalculateCellSizeRangesParameters = (CalculateCellSizeRangesParameters) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
double |
getCellSizeClusterTolerance()
The factor controlling clustering of cell size values.
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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.
|
IPropertySet |
getParameters()
All parameters associated with the mosaic dataset operation.
|
IProgressor |
getProgressor()
The external progressor object associated with the mosaic dataset operation.
|
IQueryFilter |
getQueryFilter()
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
|
IPropertySet |
getResults()
The properties of the result associated with the mosaic dataset operation.
|
ISelectionSet |
getSelectionSet()
The selection set that identifies the collection of catalog items on which to perform the associated operation.
|
int |
hashCode()
the hashcode for this object
|
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 |
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode.
|
boolean |
isUpdateMissingValuesOnly()
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.
|
void |
release()
Release this COM object reference
|
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 |
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode.
|
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 |
setParametersByRef(IPropertySet ppAllParameters)
All parameters associated with the mosaic dataset operation.
|
void |
setProgressorByRef(IProgressor ppProgressor)
The external progressor object associated with the mosaic dataset operation.
|
void |
setQueryFilterByRef(IQueryFilter ppQueryFilter)
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
|
void |
setResultsByRef(IPropertySet ppOperationResults)
The properties of the result associated with the mosaic dataset operation.
|
void |
setSelectionSetByRef(ISelectionSet ppSelectionSet)
The selection set that identifies the collection of catalog items on which to perform the associated operation.
|
void |
setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly)
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.
|
public CalculateCellSizeRangesParameters()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic CalculateCellSizeRangesParameters(java.lang.Object obj)
throws java.io.IOException
CalculateCellSizeRangesParameters theCalculateCellSizeRangesParameters = (CalculateCellSizeRangesParameters) obj;obj to CalculateCellSizeRangesParameters.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void setParametersByRef(IPropertySet ppAllParameters) throws java.io.IOException, AutomationException
setParametersByRef in interface IMosaicDatasetOperationParametersppAllParameters - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPropertySet getParameters() throws java.io.IOException, AutomationException
getParameters in interface IMosaicDatasetOperationParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setProgressorByRef(IProgressor ppProgressor) throws java.io.IOException, AutomationException
setProgressorByRef in interface IMosaicDatasetOperationParametersppProgressor - A reference to a com.esri.arcgis.system.IProgressor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IProgressor getProgressor() throws java.io.IOException, AutomationException
getProgressor in interface IMosaicDatasetOperationParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
throws java.io.IOException,
AutomationException
setIsDatasetReadOnly in interface IMosaicDatasetOperationParameterspbIsDatasetReadOnly - The pbIsDatasetReadOnly (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isDatasetReadOnly()
throws java.io.IOException,
AutomationException
isDatasetReadOnly in interface IMosaicDatasetOperationParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setResultsByRef(IPropertySet ppOperationResults) throws java.io.IOException, AutomationException
setResultsByRef in interface IMosaicDatasetOperationParametersppOperationResults - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPropertySet getResults() throws java.io.IOException, AutomationException
getResults in interface IMosaicDatasetOperationParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.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.public void setSelectionSetByRef(ISelectionSet ppSelectionSet) throws java.io.IOException, AutomationException
setSelectionSetByRef in interface ISelectionParametersppSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISelectionSet getSelectionSet() throws java.io.IOException, AutomationException
getSelectionSet in interface ISelectionParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setQueryFilterByRef(IQueryFilter ppQueryFilter) throws java.io.IOException, AutomationException
setQueryFilterByRef in interface ISelectionParametersppQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IQueryFilter getQueryFilter() throws java.io.IOException, AutomationException
getQueryFilter in interface ISelectionParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.