|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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. |
IPoint |
getBaseCellSize()
The cell size of the first level of overview tiles. |
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 in the units of the coordinate system of the catalog. |
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 URL to the server object name where parts of the operation may be 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 |
setBaseCellSizeByRef(IPoint ppBaseCellSize)
The cell size of the first level of overview tiles. |
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 in the units of the coordinate system of the catalog. |
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 pServerUrl)
The URL to the server object name where parts of the operation may be 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 problemspublic 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 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 setForceOverviewTiles(boolean pbForceOverviewTiles) throws IOException, AutomationException
setForceOverviewTiles
in interface IDefineOverviewsParameters
pbForceOverviewTiles
- 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 IDefineOverviewsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInstanceID(int pInstanceID) throws IOException, AutomationException
setInstanceID
in interface IDefineOverviewsParameters
pInstanceID
- 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 IDefineOverviewsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRefreshAllInstances(boolean pbRefreshAllInstances) throws IOException, AutomationException
setRefreshAllInstances
in interface IDefineOverviewsParameters
pbRefreshAllInstances
- 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 IDefineOverviewsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAoiGeometryByRef(IGeometry ppAoiGeometry) throws IOException, AutomationException
setAoiGeometryByRef
in interface IOverviewTileParameters
ppAoiGeometry
- 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 IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOriginByRef(IPoint ppOrigin) throws IOException, AutomationException
setOriginByRef
in interface IOverviewTileParameters
ppOrigin
- 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 IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCellSize(double pCellsize) throws IOException, AutomationException
setCellSize
in interface IOverviewTileParameters
pCellsize
- 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 IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileCols(int pTileColPixels) throws IOException, AutomationException
setTileCols
in interface IOverviewTileParameters
pTileColPixels
- 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 IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileRows(int pTileRowPixels) throws IOException, AutomationException
setTileRows
in interface IOverviewTileParameters
pTileRowPixels
- 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 IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLevels(int pLevels) throws IOException, AutomationException
setLevels
in interface IOverviewTileParameters
pLevels
- 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 IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverviewFactor(int pOverviewFactor) throws IOException, AutomationException
setOverviewFactor
in interface IOverviewTileParameters
pOverviewFactor
- 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 IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumSizeOfTopmostOverview(int pMaximumSizeOfTopmostOverview) throws IOException, AutomationException
setMaximumSizeOfTopmostOverview
in interface IOverviewTileParameters
pMaximumSizeOfTopmostOverview
- 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 IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWorkspaceNameByRef(IWorkspaceName ppOverviewWorkspaceName) throws IOException, AutomationException
setWorkspaceNameByRef
in interface IOverviewTileParameters
ppOverviewWorkspaceName
- 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 IOverviewTileParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBaseCellSizeByRef(IPoint ppBaseCellSize) throws IOException, AutomationException
setBaseCellSizeByRef
in interface IOverviewTileParameters2
ppBaseCellSize
- 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 getBaseCellSize() throws IOException, AutomationException
getBaseCellSize
in interface IOverviewTileParameters2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterStorageDef getStorageDef() throws IOException, AutomationException
getStorageDef
in interface IOverviewImageParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStorageDefByRef(IRasterStorageDef ppStorageDef) throws IOException, AutomationException
setStorageDefByRef
in interface IOverviewImageParameters
ppStorageDef
- 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 IOverviewImageParameters
pSamplingMethod
- 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 IOverviewImageParameters
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.public void setAppendToExistingBoundary(boolean pbAppendToExistingBoundary) throws IOException, AutomationException
setAppendToExistingBoundary
in interface IBuildBoundaryParameters
pbAppendToExistingBoundary
- 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 IBuildBoundaryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPerformWeeding(boolean pbPerformWeeding) throws IOException, AutomationException
setPerformWeeding
in interface IBuildBoundaryParameters
pbPerformWeeding
- 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 IBuildBoundaryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWeedTolerance(double pWeedTolerance) throws IOException, AutomationException
setWeedTolerance
in interface IBuildBoundaryParameters
pWeedTolerance
- 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 IBuildBoundaryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBufferDistanceFactor(double pBufferDistanceFactor) throws IOException, AutomationException
setBufferDistanceFactor
in interface IBuildBoundaryParameters
pBufferDistanceFactor
- 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 IBuildBoundaryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRemoveSlivers(boolean pbRemoveSlivers) throws IOException, AutomationException
setRemoveSlivers
in interface IBuildBoundaryParameters
pbRemoveSlivers
- 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 IBuildBoundaryParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUpdateBoundary(boolean pbUpdateBoundary) throws IOException, AutomationException
setUpdateBoundary
in interface IBuildBoundaryParameters
pbUpdateBoundary
- 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 IBuildBoundaryParameters
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 setServerName(String pServerUrl) throws IOException, AutomationException
setServerName
in interface IThreadedOperationParameters
pServerUrl
- The pServerUrl (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getServerName() throws IOException, AutomationException
getServerName
in interface IThreadedOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNumThreads(int pNumThreads) throws IOException, AutomationException
setNumThreads
in interface IThreadedOperationParameters
pNumThreads
- 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 IThreadedOperationParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getRecommendedNumThreads(int[] pRecommendedNumThreads) throws IOException, AutomationException
getRecommendedNumThreads
in interface IThreadedOperationParameters
pRecommendedNumThreads
- 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 |