|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.ReplacePathsParameters
public class ReplacePathsParameters
An object that controls how paths referenced by a mosaic dataset and items in the mosaic dataset are updated.
Constructor Summary | |
---|---|
ReplacePathsParameters()
Constructs a ReplacePathsParameters using ArcGIS Engine. |
|
ReplacePathsParameters(Object obj)
Construct a ReplacePathsParameters 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. |
IStringArray |
getNewPaths()
The array of possible target paths that each item is replaced with. |
IStringArray |
getOldPaths()
The array of source paths to be replaced. |
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. |
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. |
int |
hashCode()
the hashcode for this object |
boolean |
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode. |
boolean |
isReplaceCatalogItemPaths()
Indicates whether paths in selected mosaic catalog items are replaced. |
boolean |
isReplaceItemURIPaths()
Indicates whether paths in item URIs are replaced. |
boolean |
isReplaceMosaicDatasetPaths()
Indicates whether paths in mosaic dataset level objects are replaced. |
void |
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode. |
void |
setNewPathsByRef(IStringArray ppPaths)
The array of possible target paths that each item is replaced with. |
void |
setOldPathsByRef(IStringArray ppPaths)
The array of source paths to be replaced. |
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 |
setReplaceCatalogItemPaths(boolean pbReplaceCatalogPaths)
Indicates whether paths in selected mosaic catalog items are replaced. |
void |
setReplaceItemURIPaths(boolean pbReplaceURIPaths)
Indicates whether paths in item URIs are replaced. |
void |
setReplaceMosaicDatasetPaths(boolean pbReplaceMosaicPaths)
Indicates whether paths in mosaic dataset level objects are replaced. |
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. |
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 ReplacePathsParameters() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ReplacePathsParameters(Object obj) throws IOException
obj
to ReplacePathsParameters
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
ReplacePathsParameters theReplacePathsParameters = (ReplacePathsParameters) 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 setReplaceMosaicDatasetPaths(boolean pbReplaceMosaicPaths) throws IOException, AutomationException
setReplaceMosaicDatasetPaths
in interface IReplacePathsParameters
pbReplaceMosaicPaths
- The pbReplaceMosaicPaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReplaceMosaicDatasetPaths() throws IOException, AutomationException
isReplaceMosaicDatasetPaths
in interface IReplacePathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplaceCatalogItemPaths(boolean pbReplaceCatalogPaths) throws IOException, AutomationException
setReplaceCatalogItemPaths
in interface IReplacePathsParameters
pbReplaceCatalogPaths
- The pbReplaceCatalogPaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReplaceCatalogItemPaths() throws IOException, AutomationException
isReplaceCatalogItemPaths
in interface IReplacePathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplaceItemURIPaths(boolean pbReplaceURIPaths) throws IOException, AutomationException
setReplaceItemURIPaths
in interface IReplacePathsParameters
pbReplaceURIPaths
- The pbReplaceURIPaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReplaceItemURIPaths() throws IOException, AutomationException
isReplaceItemURIPaths
in interface IReplacePathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOldPathsByRef(IStringArray ppPaths) throws IOException, AutomationException
setOldPathsByRef
in interface IReplacePathsParameters
ppPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getOldPaths() throws IOException, AutomationException
getOldPaths
in interface IReplacePathsParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNewPathsByRef(IStringArray ppPaths) throws IOException, AutomationException
setNewPathsByRef
in interface IReplacePathsParameters
ppPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getNewPaths() throws IOException, AutomationException
getNewPaths
in interface IReplacePathsParameters
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |