| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.ImportGeometryParameters
public class ImportGeometryParameters
An object that controls how a mosaic dataset's geometry gets imported.
| Constructor Summary | |
|---|---|
ImportGeometryParameters()
Constructs a ImportGeometryParameters using ArcGIS Engine.  | 
|
ImportGeometryParameters(Object obj)
Construct a ImportGeometryParameters 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.  | 
 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.  | 
 String | 
getSourceJoinField()
The name of the field in the source feature class that participates in the table join.  | 
 IFeatureClass | 
getSourceTable()
The source feature class from which geometry is imported.  | 
 int | 
getTarget()
The target feature class of this import operation.  | 
 String | 
getTargetJoinField()
The mosaic dataset field name that participates in the table join that attempts to associate a row in the source feature class with every selected row in the target feature class.  | 
 int | 
hashCode()
the hashcode for this object  | 
 boolean | 
isDatasetReadOnly()
Indicates whether the mosaic dataset is in read-only mode.  | 
 void | 
setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
Indicates whether the mosaic dataset is in read-only mode.  | 
 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 | 
setSourceJoinField(String pSourceJoinField)
The name of the field in the source feature class that participates in the table join.  | 
 void | 
setSourceTableByRef(IFeatureClass ppSourceTable)
The source feature class from which geometry is imported.  | 
 void | 
setTarget(int pImportTarget)
The target feature class of this import operation.  | 
 void | 
setTargetJoinField(String pTargetJoinField)
The mosaic dataset field name that participates in the table join that attempts to associate a row in the source feature class with every selected row in the target feature class.  | 
| 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 ImportGeometryParameters()
                         throws IOException,
                                UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ImportGeometryParameters(Object obj)
                         throws IOException
obj to ImportGeometryParameters.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
  ImportGeometryParameters theImportGeometryParameters = (ImportGeometryParameters) obj;| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setParametersByRef(IPropertySet ppAllParameters)
                        throws IOException,
                               AutomationException
setParametersByRef in interface IMosaicDatasetOperationParametersppAllParameters - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProgressorByRef(IProgressor ppProgressor)
                        throws IOException,
                               AutomationException
setProgressorByRef in interface IMosaicDatasetOperationParametersppProgressor - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsDatasetReadOnly(boolean pbIsDatasetReadOnly)
                          throws IOException,
                                 AutomationException
setIsDatasetReadOnly in interface IMosaicDatasetOperationParameterspbIsDatasetReadOnly - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResultsByRef(IPropertySet ppOperationResults)
                     throws IOException,
                            AutomationException
setResultsByRef in interface IMosaicDatasetOperationParametersppOperationResults - 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 IMosaicDatasetOperationParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectionSetByRef(ISelectionSet ppSelectionSet)
                          throws IOException,
                                 AutomationException
setSelectionSetByRef in interface ISelectionParametersppSelectionSet - 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 ISelectionParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryFilterByRef(IQueryFilter ppQueryFilter)
                         throws IOException,
                                AutomationException
setQueryFilterByRef in interface ISelectionParametersppQueryFilter - 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 ISelectionParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTarget(int pImportTarget)
               throws IOException,
                      AutomationException
setTarget in interface IImportGeometryParameterspImportTarget - A com.esri.arcgis.datasourcesraster.esriImportGeometryTarget constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTarget()
              throws IOException,
                     AutomationException
getTarget in interface IImportGeometryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTargetJoinField(String pTargetJoinField)
                        throws IOException,
                               AutomationException
setTargetJoinField in interface IImportGeometryParameterspTargetJoinField - The pTargetJoinField  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTargetJoinField()
                          throws IOException,
                                 AutomationException
getTargetJoinField in interface IImportGeometryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSourceTableByRef(IFeatureClass ppSourceTable)
                         throws IOException,
                                AutomationException
setSourceTableByRef in interface IImportGeometryParametersppSourceTable - A reference to a com.esri.arcgis.geodatabase.IFeatureClass  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFeatureClass getSourceTable()
                             throws IOException,
                                    AutomationException
getSourceTable in interface IImportGeometryParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSourceJoinField(String pSourceJoinField)
                        throws IOException,
                               AutomationException
setSourceJoinField in interface IImportGeometryParameterspSourceJoinField - The pSourceJoinField  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSourceJoinField()
                          throws IOException,
                                 AutomationException
getSourceJoinField in interface IImportGeometryParametersIOException - 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 | ||||||||