|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.CalculateCellSizeRangesParameters
public class CalculateCellSizeRangesParameters
An object that controls how visibility ranges for items in a mosaic dataset are computed.
Constructor Summary | |
---|---|
CalculateCellSizeRangesParameters()
Constructs a CalculateCellSizeRangesParameters using ArcGIS Engine. |
|
CalculateCellSizeRangesParameters(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CalculateCellSizeRangesParameters theCalculateCellSizeRangesParameters = (CalculateCellSizeRangesParameters) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
double |
getCellSizeClusterTolerance()
The factor controlling clustering of cell sizes values. |
static String |
getClsid()
getClsid. |
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 |
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 sizes 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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public CalculateCellSizeRangesParameters() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic CalculateCellSizeRangesParameters(Object obj) throws IOException
CalculateCellSizeRangesParameters theCalculateCellSizeRangesParameters = (CalculateCellSizeRangesParameters) obj;
obj
to CalculateCellSizeRangesParameters
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setParametersByRef(IPropertySet ppAllParameters) throws IOException, AutomationException
setParametersByRef
in interface IMosaicDatasetOperationParameters
ppAllParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getParameters() throws IOException, AutomationException
getParameters
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProgressorByRef(IProgressor ppProgressor) throws IOException, AutomationException
setProgressorByRef
in interface IMosaicDatasetOperationParameters
ppProgressor
- A reference to a com.esri.arcgis.system.IProgressor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IProgressor getProgressor() throws IOException, AutomationException
getProgressor
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly) throws IOException, AutomationException
setIsDatasetReadOnly
in interface IMosaicDatasetOperationParameters
pbIsDatasetReadOnly
- The pbIsDatasetReadOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDatasetReadOnly() throws IOException, AutomationException
isDatasetReadOnly
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResultsByRef(IPropertySet ppOperationResults) throws IOException, AutomationException
setResultsByRef
in interface IMosaicDatasetOperationParameters
ppOperationResults
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getResults() throws IOException, AutomationException
getResults
in interface IMosaicDatasetOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCalculateRasterMinCellSizes(boolean pbDoCalculateMin) throws IOException, AutomationException
setCalculateRasterMinCellSizes
in interface ICalculateCellSizeRangesParameters
pbDoCalculateMin
- The pbDoCalculateMin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCalculateRasterMinCellSizes() throws IOException, AutomationException
isCalculateRasterMinCellSizes
in interface ICalculateCellSizeRangesParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCalculateRasterMaxCellSizes(boolean pbDoCalculateMax) throws IOException, AutomationException
setCalculateRasterMaxCellSizes
in interface ICalculateCellSizeRangesParameters
pbDoCalculateMax
- The pbDoCalculateMax (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCalculateRasterMaxCellSizes() throws IOException, AutomationException
isCalculateRasterMaxCellSizes
in interface ICalculateCellSizeRangesParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCalculateMosaicCellSizes(boolean pbDoMosaicCellSizeRanges) throws IOException, AutomationException
setCalculateMosaicCellSizes
in interface ICalculateCellSizeRangesParameters
pbDoMosaicCellSizeRanges
- The pbDoMosaicCellSizeRanges (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCalculateMosaicCellSizes() throws IOException, AutomationException
isCalculateMosaicCellSizes
in interface ICalculateCellSizeRangesParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCalculateLevels(boolean pbCalculateLevels) throws IOException, AutomationException
setCalculateLevels
in interface ICalculateCellSizeRangesParameters
pbCalculateLevels
- The pbCalculateLevels (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCalculateLevels() throws IOException, AutomationException
isCalculateLevels
in interface ICalculateCellSizeRangesParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxRangeFactor(double pMaxRangeFactor) throws IOException, AutomationException
setMaxRangeFactor
in interface ICalculateCellSizeRangesParameters
pMaxRangeFactor
- The pMaxRangeFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxRangeFactor() throws IOException, AutomationException
getMaxRangeFactor
in interface ICalculateCellSizeRangesParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxOverviewFactor(double pMaxOverviewFactor) throws IOException, AutomationException
setMaxOverviewFactor
in interface ICalculateCellSizeRangesParameters
pMaxOverviewFactor
- The pMaxOverviewFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxOverviewFactor() throws IOException, AutomationException
getMaxOverviewFactor
in interface ICalculateCellSizeRangesParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCellSizeClusterTolerance(double pCellSizeClusterTolerance) throws IOException, AutomationException
setCellSizeClusterTolerance
in interface ICalculateCellSizeRangesParameters
pCellSizeClusterTolerance
- The pCellSizeClusterTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCellSizeClusterTolerance() throws IOException, AutomationException
getCellSizeClusterTolerance
in interface ICalculateCellSizeRangesParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly) throws IOException, AutomationException
setUpdateMissingValuesOnly
in interface ICalculateCellSizeRangesParameters
pbUpdateMissingValuesOnly
- The pbUpdateMissingValuesOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUpdateMissingValuesOnly() throws IOException, AutomationException
isUpdateMissingValuesOnly
in interface ICalculateCellSizeRangesParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionSetByRef(ISelectionSet ppSelectionSet) throws IOException, AutomationException
setSelectionSetByRef
in interface ISelectionParameters
ppSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISelectionSet getSelectionSet() throws IOException, AutomationException
getSelectionSet
in interface ISelectionParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQueryFilterByRef(IQueryFilter ppQueryFilter) throws IOException, AutomationException
setQueryFilterByRef
in interface ISelectionParameters
ppQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IQueryFilter getQueryFilter() throws IOException, AutomationException
getQueryFilter
in interface ISelectionParameters
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 |