public class DefineOverviewsParameters extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetOperationParameters, IDefineOverviewsParameters, IOverviewTileParameters, IOverviewTileParameters2, IOverviewImageParameters, ISelectionParameters, IBuildBoundaryParameters, ICalculateCellSizeRangesParameters, IThreadedOperationParameters
Description 'An object that controls how new overview items are created in a mosaic dataset.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
IID, IID379006f4_6f75_4c3b_b783_0c2e88a7b280, xxDummy
IID, IIDb22217ba_ef57_4f30_b2d4_337a1505a286, xxDummy
IID, IID9c4965ab_519a_4fbb_80fc_9f1965d06f3e, xxDummy
IID5a70d2d7_2810_4a5b_8791_5db54aec9bcf
IID, IIDde785fa7_36fa_4b0e_a26c_e04ec264973a, xxDummy
IID, IID95627b93_1275_4714_94a7_a55df27e70a2, xxDummy
IID, IIDb178f641_6536_4c94_9a99_20974850db45, xxDummy
IID, IID6b9ceb1d_7c5f_4de3_a1a8_843851fa1904, xxDummy
IID, IIDb4a72532_b2fd_41ee_9216_2fa2921af897, xxDummy
Constructor and Description |
---|
DefineOverviewsParameters()
Constructs a DefineOverviewsParameters using ArcGIS Engine.
|
DefineOverviewsParameters(java.lang.Object obj)
Construct a DefineOverviewsParameters using a reference to such an object returned from ArcGIS Engine or Server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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 size values.
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getInstanceID()
The object ID of the raster type instance associated with a preview define overview operation.
|
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.
|
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.
|
java.lang.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 |
release()
Release this COM object reference
|
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 size 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(java.lang.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.
|
public DefineOverviewsParameters() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic DefineOverviewsParameters(java.lang.Object obj) throws java.io.IOException
obj
to DefineOverviewsParameters
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
DefineOverviewsParameters theDefineOverviewsParameters = (DefineOverviewsParameters) obj;
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setParametersByRef(IPropertySet ppAllParameters) throws java.io.IOException, AutomationException
setParametersByRef
in interface IMosaicDatasetOperationParameters
ppAllParameters
- 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 IMosaicDatasetOperationParameters
java.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 IMosaicDatasetOperationParameters
ppProgressor
- 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 IMosaicDatasetOperationParameters
java.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 IMosaicDatasetOperationParameters
pbIsDatasetReadOnly
- 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 IMosaicDatasetOperationParameters
java.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 IMosaicDatasetOperationParameters
ppOperationResults
- 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 IMosaicDatasetOperationParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setForceOverviewTiles(boolean pbForceOverviewTiles) throws java.io.IOException, AutomationException
setForceOverviewTiles
in interface IDefineOverviewsParameters
pbForceOverviewTiles
- The pbForceOverviewTiles (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isForceOverviewTiles() throws java.io.IOException, AutomationException
isForceOverviewTiles
in interface IDefineOverviewsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setInstanceID(int pInstanceID) throws java.io.IOException, AutomationException
setInstanceID
in interface IDefineOverviewsParameters
pInstanceID
- The pInstanceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getInstanceID() throws java.io.IOException, AutomationException
getInstanceID
in interface IDefineOverviewsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRefreshAllInstances(boolean pbRefreshAllInstances) throws java.io.IOException, AutomationException
setRefreshAllInstances
in interface IDefineOverviewsParameters
pbRefreshAllInstances
- The pbRefreshAllInstances (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRefreshAllInstances() throws java.io.IOException, AutomationException
isRefreshAllInstances
in interface IDefineOverviewsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAoiGeometryByRef(IGeometry ppAoiGeometry) throws java.io.IOException, AutomationException
setAoiGeometryByRef
in interface IOverviewTileParameters
ppAoiGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getAoiGeometry() throws java.io.IOException, AutomationException
getAoiGeometry
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOriginByRef(IPoint ppOrigin) throws java.io.IOException, AutomationException
setOriginByRef
in interface IOverviewTileParameters
ppOrigin
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getOrigin() throws java.io.IOException, AutomationException
getOrigin
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCellSize(double pCellsize) throws java.io.IOException, AutomationException
setCellSize
in interface IOverviewTileParameters
pCellsize
- The pCellsize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getCellSize() throws java.io.IOException, AutomationException
getCellSize
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileCols(int pTileColPixels) throws java.io.IOException, AutomationException
setTileCols
in interface IOverviewTileParameters
pTileColPixels
- The pTileColPixels (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileCols() throws java.io.IOException, AutomationException
getTileCols
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileRows(int pTileRowPixels) throws java.io.IOException, AutomationException
setTileRows
in interface IOverviewTileParameters
pTileRowPixels
- The pTileRowPixels (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileRows() throws java.io.IOException, AutomationException
getTileRows
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLevels(int pLevels) throws java.io.IOException, AutomationException
setLevels
in interface IOverviewTileParameters
pLevels
- The pLevels (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getLevels() throws java.io.IOException, AutomationException
getLevels
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOverviewFactor(int pOverviewFactor) throws java.io.IOException, AutomationException
setOverviewFactor
in interface IOverviewTileParameters
pOverviewFactor
- The pOverviewFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getOverviewFactor() throws java.io.IOException, AutomationException
getOverviewFactor
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaximumSizeOfTopmostOverview(int pMaximumSizeOfTopmostOverview) throws java.io.IOException, AutomationException
setMaximumSizeOfTopmostOverview
in interface IOverviewTileParameters
pMaximumSizeOfTopmostOverview
- The pMaximumSizeOfTopmostOverview (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getMaximumSizeOfTopmostOverview() throws java.io.IOException, AutomationException
getMaximumSizeOfTopmostOverview
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWorkspaceNameByRef(IWorkspaceName ppOverviewWorkspaceName) throws java.io.IOException, AutomationException
setWorkspaceNameByRef
in interface IOverviewTileParameters
ppOverviewWorkspaceName
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IWorkspaceName getWorkspaceName() throws java.io.IOException, AutomationException
getWorkspaceName
in interface IOverviewTileParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBaseCellSizeByRef(IPoint ppBaseCellSize) throws java.io.IOException, AutomationException
setBaseCellSizeByRef
in interface IOverviewTileParameters2
ppBaseCellSize
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getBaseCellSize() throws java.io.IOException, AutomationException
getBaseCellSize
in interface IOverviewTileParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRasterStorageDef getStorageDef() throws java.io.IOException, AutomationException
getStorageDef
in interface IOverviewImageParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStorageDefByRef(IRasterStorageDef ppStorageDef) throws java.io.IOException, AutomationException
setStorageDefByRef
in interface IOverviewImageParameters
ppStorageDef
- A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setResamplingMethod(int pSamplingMethod) throws java.io.IOException, AutomationException
setResamplingMethod
in interface IOverviewImageParameters
pSamplingMethod
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getResamplingMethod() throws java.io.IOException, AutomationException
getResamplingMethod
in interface IOverviewImageParameters
java.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 ISelectionParameters
ppSelectionSet
- 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 ISelectionParameters
java.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 ISelectionParameters
ppQueryFilter
- 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 ISelectionParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAppendToExistingBoundary(boolean pbAppendToExistingBoundary) throws java.io.IOException, AutomationException
setAppendToExistingBoundary
in interface IBuildBoundaryParameters
pbAppendToExistingBoundary
- The pbAppendToExistingBoundary (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isAppendToExistingBoundary() throws java.io.IOException, AutomationException
isAppendToExistingBoundary
in interface IBuildBoundaryParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPerformWeeding(boolean pbPerformWeeding) throws java.io.IOException, AutomationException
setPerformWeeding
in interface IBuildBoundaryParameters
pbPerformWeeding
- The pbPerformWeeding (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isPerformWeeding() throws java.io.IOException, AutomationException
isPerformWeeding
in interface IBuildBoundaryParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setWeedTolerance(double pWeedTolerance) throws java.io.IOException, AutomationException
setWeedTolerance
in interface IBuildBoundaryParameters
pWeedTolerance
- The pWeedTolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getWeedTolerance() throws java.io.IOException, AutomationException
getWeedTolerance
in interface IBuildBoundaryParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setBufferDistanceFactor(double pBufferDistanceFactor) throws java.io.IOException, AutomationException
setBufferDistanceFactor
in interface IBuildBoundaryParameters
pBufferDistanceFactor
- The pBufferDistanceFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getBufferDistanceFactor() throws java.io.IOException, AutomationException
getBufferDistanceFactor
in interface IBuildBoundaryParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRemoveSlivers(boolean pbRemoveSlivers) throws java.io.IOException, AutomationException
setRemoveSlivers
in interface IBuildBoundaryParameters
pbRemoveSlivers
- The pbRemoveSlivers (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRemoveSlivers() throws java.io.IOException, AutomationException
isRemoveSlivers
in interface IBuildBoundaryParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setUpdateBoundary(boolean pbUpdateBoundary) throws java.io.IOException, AutomationException
setUpdateBoundary
in interface IBuildBoundaryParameters
pbUpdateBoundary
- The pbUpdateBoundary (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUpdateBoundary() throws java.io.IOException, AutomationException
isUpdateBoundary
in interface IBuildBoundaryParameters
java.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 ICalculateCellSizeRangesParameters
pbDoCalculateMin
- 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 ICalculateCellSizeRangesParameters
java.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 ICalculateCellSizeRangesParameters
pbDoCalculateMax
- 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 ICalculateCellSizeRangesParameters
java.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 ICalculateCellSizeRangesParameters
pbDoMosaicCellSizeRanges
- 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 ICalculateCellSizeRangesParameters
java.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 ICalculateCellSizeRangesParameters
pbCalculateLevels
- 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 ICalculateCellSizeRangesParameters
java.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 ICalculateCellSizeRangesParameters
pMaxRangeFactor
- 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 ICalculateCellSizeRangesParameters
java.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 ICalculateCellSizeRangesParameters
pMaxOverviewFactor
- 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 ICalculateCellSizeRangesParameters
java.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 ICalculateCellSizeRangesParameters
pCellSizeClusterTolerance
- 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 ICalculateCellSizeRangesParameters
java.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 ICalculateCellSizeRangesParameters
pbUpdateMissingValuesOnly
- 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 ICalculateCellSizeRangesParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setServerName(java.lang.String pServerUrl) throws java.io.IOException, AutomationException
setServerName
in interface IThreadedOperationParameters
pServerUrl
- The pServerUrl (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getServerName() throws java.io.IOException, AutomationException
getServerName
in interface IThreadedOperationParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNumThreads(int pNumThreads) throws java.io.IOException, AutomationException
setNumThreads
in interface IThreadedOperationParameters
pNumThreads
- The pNumThreads (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getNumThreads() throws java.io.IOException, AutomationException
getNumThreads
in interface IThreadedOperationParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getRecommendedNumThreads(int[] pRecommendedNumThreads) throws java.io.IOException, AutomationException
getRecommendedNumThreads
in interface IThreadedOperationParameters
pRecommendedNumThreads
- The pRecommendedNumThreads (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.