|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.ComputeDirtyAreaParameters
public class ComputeDirtyAreaParameters
An object that controls how a mosaic dataset's dirty area geometry is computed.
Constructor Summary | |
---|---|
ComputeDirtyAreaParameters()
Constructs a ComputeDirtyAreaParameters using ArcGIS Engine. |
|
ComputeDirtyAreaParameters(Object obj)
Construct a ComputeDirtyAreaParameters using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IGeometry |
getComputedDirtyArea()
The polygon resulting from the dirty area computation. |
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. |
String |
getServerName()
The host machine name where parts of the operation are remotely executed. |
Date |
getTimeStamp()
The instance in time used for selecting newer mosaic dataset items that contribute to the dirty area. |
int |
hashCode()
the hashcode for this object |
boolean |
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode. |
void |
setComputedDirtyAreaByRef(IGeometry ppComputedDirtyArea)
The polygon resulting from the dirty area computation. |
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(String pServerName)
The host machine name where parts of the operation are remotely executed. |
void |
setTimeStamp(Date pTimeStamp)
The instance in time used for selecting newer mosaic dataset items that contribute to the dirty area. |
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 ComputeDirtyAreaParameters() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ComputeDirtyAreaParameters(Object obj) throws IOException
obj
to ComputeDirtyAreaParameters
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
ComputeDirtyAreaParameters theComputeDirtyAreaParameters = (ComputeDirtyAreaParameters) 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 setTimeStamp(Date pTimeStamp) throws IOException, AutomationException
setTimeStamp
in interface IComputeDirtyAreaParameters
pTimeStamp
- The pTimeStamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Date getTimeStamp() throws IOException, AutomationException
getTimeStamp
in interface IComputeDirtyAreaParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setComputedDirtyAreaByRef(IGeometry ppComputedDirtyArea) throws IOException, AutomationException
setComputedDirtyAreaByRef
in interface IComputeDirtyAreaParameters
ppComputedDirtyArea
- 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 getComputedDirtyArea() throws IOException, AutomationException
getComputedDirtyArea
in interface IComputeDirtyAreaParameters
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 setServerName(String pServerName) throws IOException, AutomationException
setServerName
in interface IThreadedOperationParameters
pServerName
- 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 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 |