public class GenerateOverviewsParameters extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IMosaicDatasetOperationParameters, IGenerateOverviewsParameters, IGenerateOverviewsParameters2, ICalculateStatisticsParameters, ISelectionParameters, IThreadedOperationParameters
Description 'An object that controls how a mosaic dataset's overview images are generated.' 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, IID76253922_1edf_4e4d_9ec9_2ffadf75ebfb, xxDummy
IIDd1bcace5_6733_46aa_9680_add4d97a5e73
IID, IIDce8ed17c_1c4d_4eec_8259_77b784cd8de9, xxDummy
IID, IID95627b93_1275_4714_94a7_a55df27e70a2, xxDummy
IID, IIDb4a72532_b2fd_41ee_9216_2fa2921af897, xxDummy
Constructor and Description |
---|
GenerateOverviewsParameters()
Constructs a GenerateOverviewsParameters using ArcGIS Engine.
|
GenerateOverviewsParameters(java.lang.Object obj)
Construct a GenerateOverviewsParameters 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
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.Object |
getIgnoreValues()
The ignore values for statistics.
|
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 |
getNumThreads()
The number of parallel threads that execute parts of the associated operation.
|
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.
|
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.
|
int |
getXSkipFactor()
The X skip factor for statistics.
|
int |
getYSkipFactor()
The Y skip factor for statistics.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isComputeStatistics()
Indicates whether histogram statistics are computed for the mosaic dataset, if they are missing, upon successful completion of the overview generation process.
|
boolean |
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode.
|
boolean |
isGenerateMissingImages()
Indicates whether missing overview images are generated.
|
boolean |
isGenerateStaleImages()
Indicates whether overview images for stale items are rengenerated.
|
void |
release()
Release this COM object reference
|
void |
setComputeStatistics(boolean pbComputeStatistics)
Indicates whether histogram statistics are computed for the mosaic dataset, if they are missing, upon successful completion of the overview generation process.
|
void |
setGenerateMissingImages(boolean pbGenerateMissingImages)
Indicates whether missing overview images are generated.
|
void |
setGenerateStaleImages(boolean pbGenerateStaleImages)
Indicates whether overview images for stale items are rengenerated.
|
void |
setIgnoreValues(java.lang.Object vIgnoreValues)
The ignore values for statistics.
|
void |
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode.
|
void |
setNumThreads(int pNumThreads)
The number of parallel threads that execute parts of the associated operation.
|
void |
setParametersByRef(IPropertySet ppAllParameters)
All parameters associated with the mosaic dataset operation.
|
void |
setProgressorByRef(IProgressor ppProgressor)
The external progressor object associated with the mosaic dataset operation.
|
void |
setQueryFilterByRef(IQueryFilter ppQueryFilter)
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation.
|
void |
setResultsByRef(IPropertySet ppOperationResults)
The properties of the result associated with the mosaic dataset operation.
|
void |
setSelectionSetByRef(ISelectionSet ppSelectionSet)
The selection set that identifies the collection of catalog items on which to perform the associated operation.
|
void |
setServerName(java.lang.String pServerUrl)
The URL to the server object name where parts of the operation may be remotely executed.
|
void |
setXSkipFactor(int xSkipFactor)
The X skip factor for statistics.
|
void |
setYSkipFactor(int ySkipFactor)
The Y skip factor for statistics.
|
public GenerateOverviewsParameters() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic GenerateOverviewsParameters(java.lang.Object obj) throws java.io.IOException
obj
to GenerateOverviewsParameters
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
GenerateOverviewsParameters theGenerateOverviewsParameters = (GenerateOverviewsParameters) 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 setGenerateMissingImages(boolean pbGenerateMissingImages) throws java.io.IOException, AutomationException
setGenerateMissingImages
in interface IGenerateOverviewsParameters
pbGenerateMissingImages
- The pbGenerateMissingImages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isGenerateMissingImages() throws java.io.IOException, AutomationException
isGenerateMissingImages
in interface IGenerateOverviewsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGenerateStaleImages(boolean pbGenerateStaleImages) throws java.io.IOException, AutomationException
setGenerateStaleImages
in interface IGenerateOverviewsParameters
pbGenerateStaleImages
- The pbGenerateStaleImages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isGenerateStaleImages() throws java.io.IOException, AutomationException
isGenerateStaleImages
in interface IGenerateOverviewsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setComputeStatistics(boolean pbComputeStatistics) throws java.io.IOException, AutomationException
setComputeStatistics
in interface IGenerateOverviewsParameters2
pbComputeStatistics
- The pbComputeStatistics (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isComputeStatistics() throws java.io.IOException, AutomationException
isComputeStatistics
in interface IGenerateOverviewsParameters2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getXSkipFactor() throws java.io.IOException, AutomationException
getXSkipFactor
in interface ICalculateStatisticsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setXSkipFactor(int xSkipFactor) throws java.io.IOException, AutomationException
setXSkipFactor
in interface ICalculateStatisticsParameters
xSkipFactor
- The xSkipFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getYSkipFactor() throws java.io.IOException, AutomationException
getYSkipFactor
in interface ICalculateStatisticsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setYSkipFactor(int ySkipFactor) throws java.io.IOException, AutomationException
setYSkipFactor
in interface ICalculateStatisticsParameters
ySkipFactor
- The ySkipFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getIgnoreValues() throws java.io.IOException, AutomationException
getIgnoreValues
in interface ICalculateStatisticsParameters
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIgnoreValues(java.lang.Object vIgnoreValues) throws java.io.IOException, AutomationException
setIgnoreValues
in interface ICalculateStatisticsParameters
vIgnoreValues
- A Variant (in)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 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.