|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.DefineOverviewsParameters
public class DefineOverviewsParameters
An object that controls how new overview items are created in a mosaic dataset.
| Constructor Summary | |
|---|---|
DefineOverviewsParameters()
Constructs a DefineOverviewsParameters using ArcGIS Engine. |
|
DefineOverviewsParameters(Object obj)
Construct a DefineOverviewsParameters using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IGeometry |
getAoiGeometry()
The polygon within which overview tiles are created. |
double |
getBufferDistanceFactor()
The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry. |
double |
getCellSize()
The cell size of the first level of overview tiles. |
double |
getCellSizeClusterTolerance()
The factor controlling clustering of cell sizes values. |
static String |
getClsid()
getClsid. |
int |
getInstanceID()
The object ID of the raster type instance associated with a preview define overview operation. |
int |
getLevels()
The number of levels of overview tiles created. |
int |
getMaximumSizeOfTopmostOverview()
The recommended maximum size (in pixels) on any dimension for the lowest resolution overview item. |
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. |
int |
getNumThreads()
The number of parallel threads that execute parts of the associated operation. |
IPoint |
getOrigin()
The origin of the grid containing overview tiles. |
int |
getOverviewFactor()
The factor by which two neighboring overview levels differ. |
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. |
void |
getRecommendedNumThreads(int[] pRecommendedNumThreads)
The number of parallel threads of execution recommended by the system. |
int |
getResamplingMethod()
The sampling method used on the mosaic dataset while generating the overview raster dataset. |
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. |
String |
getServerName()
The host machine name where parts of the operation are remotely executed. |
IRasterStorageDef |
getStorageDef()
The raster storage definition. |
int |
getTileCols()
The recommended number of pixel columns in each overview tiles. |
int |
getTileRows()
The recommended number of pixel rows in each overview tiles. |
double |
getWeedTolerance()
The tolerance for weeding points. |
IWorkspaceName |
getWorkspaceName()
The workspace name where overview raster datasets are generated and stored. |
int |
hashCode()
the hashcode for this object |
boolean |
isAppendToExistingBoundary()
Indicates whether the computed boundary geometry is merged with existing mosaic boundary. |
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 |
isForceOverviewTiles()
Indicates whether overview tiles are generated irrespective of existing primary or overview items in the specified area. |
boolean |
isPerformWeeding()
Indicates whether the computed boundary geometry is run through a point-weeding routine. |
boolean |
isRefreshAllInstances()
Indicates whether all existing overview instances are refreshed. |
boolean |
isRemoveSlivers()
Indicates whether polygons designated as slivers are removed from the boundary geometry. |
boolean |
isUpdateBoundary()
Indicates whether the mosaic dataset is updated with the computed boundary geometry. |
boolean |
isUpdateMissingValuesOnly()
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated. |
void |
setAoiGeometryByRef(IGeometry ppAoiGeometry)
The polygon within which overview tiles are created. |
void |
setAppendToExistingBoundary(boolean pbAppendToExistingBoundary)
Indicates whether the computed boundary geometry is merged with existing mosaic boundary. |
void |
setBufferDistanceFactor(double pBufferDistanceFactor)
The buffer factor applied on each item footprint before it is merged with the cumulative boundary geometry. |
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 |
setCellSize(double pCellsize)
The cell size of the first level of overview tiles. |
void |
setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
The factor controlling clustering of cell sizes values. |
void |
setForceOverviewTiles(boolean pbForceOverviewTiles)
Indicates whether overview tiles are generated irrespective of existing primary or overview items in the specified area. |
void |
setInstanceID(int pInstanceID)
The object ID of the raster type instance associated with a preview define overview operation. |
void |
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode. |
void |
setLevels(int pLevels)
The number of levels of overview tiles created. |
void |
setMaximumSizeOfTopmostOverview(int pMaximumSizeOfTopmostOverview)
The recommended maximum size (in pixels) on any dimension for the lowest resolution overview item. |
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 |
setNumThreads(int pNumThreads)
The number of parallel threads that execute parts of the associated operation. |
void |
setOriginByRef(IPoint ppOrigin)
The origin of the grid containing overview tiles. |
void |
setOverviewFactor(int pOverviewFactor)
The factor by which two neighboring overview levels differ. |
void |
setParametersByRef(IPropertySet ppAllParameters)
All parameters associated with the mosaic dataset operation. |
void |
setPerformWeeding(boolean pbPerformWeeding)
Indicates whether the computed boundary geometry is run through a point-weeding routine. |
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 |
setRefreshAllInstances(boolean pbRefreshAllInstances)
Indicates whether all existing overview instances are refreshed. |
void |
setRemoveSlivers(boolean pbRemoveSlivers)
Indicates whether polygons designated as slivers are removed from the boundary geometry. |
void |
setResamplingMethod(int pSamplingMethod)
The sampling method used on the mosaic dataset while generating the overview raster dataset. |
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 |
setServerName(String pServerName)
The host machine name where parts of the operation are remotely executed. |
void |
setStorageDefByRef(IRasterStorageDef ppStorageDef)
The raster storage definition. |
void |
setTileCols(int pTileColPixels)
The recommended number of pixel columns in each overview tiles. |
void |
setTileRows(int pTileRowPixels)
The recommended number of pixel rows in each overview tiles. |
void |
setUpdateBoundary(boolean pbUpdateBoundary)
Indicates whether the mosaic dataset is updated with the computed boundary geometry. |
void |
setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly)
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated. |
void |
setWeedTolerance(double pWeedTolerance)
The tolerance for weeding points. |
void |
setWorkspaceNameByRef(IWorkspaceName ppOverviewWorkspaceName)
The workspace name where overview raster datasets are generated and stored. |
| 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 DefineOverviewsParameters()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public DefineOverviewsParameters(Object obj)
throws IOException
obj to DefineOverviewsParameters.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
DefineOverviewsParameters theDefineOverviewsParameters = (DefineOverviewsParameters) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setParametersByRef(IPropertySet ppAllParameters)
throws IOException,
AutomationException
setParametersByRef in interface IMosaicDatasetOperationParametersppAllParameters - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProgressorByRef(IProgressor ppProgressor)
throws IOException,
AutomationException
setProgressorByRef in interface IMosaicDatasetOperationParametersppProgressor - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
throws IOException,
AutomationException
setIsDatasetReadOnly in interface IMosaicDatasetOperationParameterspbIsDatasetReadOnly - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResultsByRef(IPropertySet ppOperationResults)
throws IOException,
AutomationException
setResultsByRef in interface IMosaicDatasetOperationParametersppOperationResults - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setForceOverviewTiles(boolean pbForceOverviewTiles)
throws IOException,
AutomationException
setForceOverviewTiles in interface IDefineOverviewsParameterspbForceOverviewTiles - The pbForceOverviewTiles (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isForceOverviewTiles()
throws IOException,
AutomationException
isForceOverviewTiles in interface IDefineOverviewsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInstanceID(int pInstanceID)
throws IOException,
AutomationException
setInstanceID in interface IDefineOverviewsParameterspInstanceID - The pInstanceID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getInstanceID()
throws IOException,
AutomationException
getInstanceID in interface IDefineOverviewsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRefreshAllInstances(boolean pbRefreshAllInstances)
throws IOException,
AutomationException
setRefreshAllInstances in interface IDefineOverviewsParameterspbRefreshAllInstances - The pbRefreshAllInstances (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRefreshAllInstances()
throws IOException,
AutomationException
isRefreshAllInstances in interface IDefineOverviewsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAoiGeometryByRef(IGeometry ppAoiGeometry)
throws IOException,
AutomationException
setAoiGeometryByRef in interface IOverviewTileParametersppAoiGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getAoiGeometry()
throws IOException,
AutomationException
getAoiGeometry in interface IOverviewTileParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOriginByRef(IPoint ppOrigin)
throws IOException,
AutomationException
setOriginByRef in interface IOverviewTileParametersppOrigin - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getOrigin()
throws IOException,
AutomationException
getOrigin in interface IOverviewTileParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCellSize(double pCellsize)
throws IOException,
AutomationException
setCellSize in interface IOverviewTileParameterspCellsize - The pCellsize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCellSize()
throws IOException,
AutomationException
getCellSize in interface IOverviewTileParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTileCols(int pTileColPixels)
throws IOException,
AutomationException
setTileCols in interface IOverviewTileParameterspTileColPixels - The pTileColPixels (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTileCols()
throws IOException,
AutomationException
getTileCols in interface IOverviewTileParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTileRows(int pTileRowPixels)
throws IOException,
AutomationException
setTileRows in interface IOverviewTileParameterspTileRowPixels - The pTileRowPixels (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTileRows()
throws IOException,
AutomationException
getTileRows in interface IOverviewTileParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLevels(int pLevels)
throws IOException,
AutomationException
setLevels in interface IOverviewTileParameterspLevels - The pLevels (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLevels()
throws IOException,
AutomationException
getLevels in interface IOverviewTileParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOverviewFactor(int pOverviewFactor)
throws IOException,
AutomationException
setOverviewFactor in interface IOverviewTileParameterspOverviewFactor - The pOverviewFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getOverviewFactor()
throws IOException,
AutomationException
getOverviewFactor in interface IOverviewTileParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaximumSizeOfTopmostOverview(int pMaximumSizeOfTopmostOverview)
throws IOException,
AutomationException
setMaximumSizeOfTopmostOverview in interface IOverviewTileParameterspMaximumSizeOfTopmostOverview - The pMaximumSizeOfTopmostOverview (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaximumSizeOfTopmostOverview()
throws IOException,
AutomationException
getMaximumSizeOfTopmostOverview in interface IOverviewTileParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWorkspaceNameByRef(IWorkspaceName ppOverviewWorkspaceName)
throws IOException,
AutomationException
setWorkspaceNameByRef in interface IOverviewTileParametersppOverviewWorkspaceName - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspaceName getWorkspaceName()
throws IOException,
AutomationException
getWorkspaceName in interface IOverviewTileParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRasterStorageDef getStorageDef()
throws IOException,
AutomationException
getStorageDef in interface IOverviewImageParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStorageDefByRef(IRasterStorageDef ppStorageDef)
throws IOException,
AutomationException
setStorageDefByRef in interface IOverviewImageParametersppStorageDef - A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResamplingMethod(int pSamplingMethod)
throws IOException,
AutomationException
setResamplingMethod in interface IOverviewImageParameterspSamplingMethod - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getResamplingMethod()
throws IOException,
AutomationException
getResamplingMethod in interface IOverviewImageParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectionSetByRef(ISelectionSet ppSelectionSet)
throws IOException,
AutomationException
setSelectionSetByRef in interface ISelectionParametersppSelectionSet - 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 ISelectionParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryFilterByRef(IQueryFilter ppQueryFilter)
throws IOException,
AutomationException
setQueryFilterByRef in interface ISelectionParametersppQueryFilter - 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 ISelectionParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAppendToExistingBoundary(boolean pbAppendToExistingBoundary)
throws IOException,
AutomationException
setAppendToExistingBoundary in interface IBuildBoundaryParameterspbAppendToExistingBoundary - The pbAppendToExistingBoundary (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAppendToExistingBoundary()
throws IOException,
AutomationException
isAppendToExistingBoundary in interface IBuildBoundaryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPerformWeeding(boolean pbPerformWeeding)
throws IOException,
AutomationException
setPerformWeeding in interface IBuildBoundaryParameterspbPerformWeeding - The pbPerformWeeding (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPerformWeeding()
throws IOException,
AutomationException
isPerformWeeding in interface IBuildBoundaryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWeedTolerance(double pWeedTolerance)
throws IOException,
AutomationException
setWeedTolerance in interface IBuildBoundaryParameterspWeedTolerance - The pWeedTolerance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getWeedTolerance()
throws IOException,
AutomationException
getWeedTolerance in interface IBuildBoundaryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBufferDistanceFactor(double pBufferDistanceFactor)
throws IOException,
AutomationException
setBufferDistanceFactor in interface IBuildBoundaryParameterspBufferDistanceFactor - The pBufferDistanceFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getBufferDistanceFactor()
throws IOException,
AutomationException
getBufferDistanceFactor in interface IBuildBoundaryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRemoveSlivers(boolean pbRemoveSlivers)
throws IOException,
AutomationException
setRemoveSlivers in interface IBuildBoundaryParameterspbRemoveSlivers - The pbRemoveSlivers (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRemoveSlivers()
throws IOException,
AutomationException
isRemoveSlivers in interface IBuildBoundaryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUpdateBoundary(boolean pbUpdateBoundary)
throws IOException,
AutomationException
setUpdateBoundary in interface IBuildBoundaryParameterspbUpdateBoundary - The pbUpdateBoundary (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUpdateBoundary()
throws IOException,
AutomationException
isUpdateBoundary in interface IBuildBoundaryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCalculateRasterMinCellSizes(boolean pbDoCalculateMin)
throws IOException,
AutomationException
setCalculateRasterMinCellSizes in interface ICalculateCellSizeRangesParameterspbDoCalculateMin - 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 ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCalculateRasterMaxCellSizes(boolean pbDoCalculateMax)
throws IOException,
AutomationException
setCalculateRasterMaxCellSizes in interface ICalculateCellSizeRangesParameterspbDoCalculateMax - 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 ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCalculateMosaicCellSizes(boolean pbDoMosaicCellSizeRanges)
throws IOException,
AutomationException
setCalculateMosaicCellSizes in interface ICalculateCellSizeRangesParameterspbDoMosaicCellSizeRanges - 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 ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCalculateLevels(boolean pbCalculateLevels)
throws IOException,
AutomationException
setCalculateLevels in interface ICalculateCellSizeRangesParameterspbCalculateLevels - 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 ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxRangeFactor(double pMaxRangeFactor)
throws IOException,
AutomationException
setMaxRangeFactor in interface ICalculateCellSizeRangesParameterspMaxRangeFactor - 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 ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxOverviewFactor(double pMaxOverviewFactor)
throws IOException,
AutomationException
setMaxOverviewFactor in interface ICalculateCellSizeRangesParameterspMaxOverviewFactor - 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 ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCellSizeClusterTolerance(double pCellSizeClusterTolerance)
throws IOException,
AutomationException
setCellSizeClusterTolerance in interface ICalculateCellSizeRangesParameterspCellSizeClusterTolerance - 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 ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUpdateMissingValuesOnly(boolean pbUpdateMissingValuesOnly)
throws IOException,
AutomationException
setUpdateMissingValuesOnly in interface ICalculateCellSizeRangesParameterspbUpdateMissingValuesOnly - 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 ICalculateCellSizeRangesParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServerName(String pServerName)
throws IOException,
AutomationException
setServerName in interface IThreadedOperationParameterspServerName - The pServerName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getServerName()
throws IOException,
AutomationException
getServerName in interface IThreadedOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNumThreads(int pNumThreads)
throws IOException,
AutomationException
setNumThreads in interface IThreadedOperationParameterspNumThreads - The pNumThreads (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getNumThreads()
throws IOException,
AutomationException
getNumThreads in interface IThreadedOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getRecommendedNumThreads(int[] pRecommendedNumThreads)
throws IOException,
AutomationException
getRecommendedNumThreads in interface IThreadedOperationParameterspRecommendedNumThreads - The pRecommendedNumThreads (in)
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 | ||||||||