com.esri.arcgis.datasourcesraster
Class MergeItemsParameters

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.MergeItemsParameters
All Implemented Interfaces:
IMergeItemsParameters, IMergeItemsParameters2, ISelectionParameters, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class MergeItemsParameters
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IMergeItemsParameters, IMergeItemsParameters2, ISelectionParameters

COM Class 'MergeItemsParameters'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description 'An object that controls how a mosaic dataset items are merged.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMergeItemsParameters2
IID, IID3d80f4a6_43cb_4e2c_b7b4_92233ce04018, xxDummy
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMergeItemsParameters
IIDcb02198b_08ec_4910_b860_2532833648a7
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ISelectionParameters
IID, IID95627b93_1275_4714_94a7_a55df27e70a2, xxDummy
 
Constructor Summary
MergeItemsParameters()
          Constructs a MergeItemsParameters using ArcGIS Engine.
MergeItemsParameters(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MergeItemsParameters theMergeItemsParameters = (MergeItemsParameters) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 java.lang.String getBlockField()
          The name of the field that contains values that identify blocks of related items.
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int getMaximumMergeItemsCount()
          The maximum number of mosaic dataset items allowed in a merged item.
 IQueryFilter getQueryFilter()
          The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated 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
 void release()
          Release a MergeItemsParameters.
 void setBlockField(java.lang.String pBlockField)
          The name of the field that contains values that identify blocks of related items.
 void setMaximumMergeItemsCount(int pMaximumMergeItemsCount)
          The maximum number of mosaic dataset items allowed in a merged item.
 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 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
 

Constructor Detail

MergeItemsParameters

public MergeItemsParameters()
                     throws java.io.IOException,
                            java.net.UnknownHostException
Constructs a MergeItemsParameters using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

MergeItemsParameters

public MergeItemsParameters(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MergeItemsParameters theMergeItemsParameters = (MergeItemsParameters) obj;

Construct a MergeItemsParameters using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to MergeItemsParameters.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a MergeItemsParameters.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

setBlockField

public void setBlockField(java.lang.String pBlockField)
                   throws java.io.IOException,
                          AutomationException
The name of the field that contains values that identify blocks of related items.

Specified by:
setBlockField in interface IMergeItemsParameters2
Parameters:
pBlockField - The pBlockField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBlockField

public java.lang.String getBlockField()
                               throws java.io.IOException,
                                      AutomationException
The name of the field that contains values that identify blocks of related items.

Specified by:
getBlockField in interface IMergeItemsParameters2
Returns:
The pBlockField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaximumMergeItemsCount

public void setMaximumMergeItemsCount(int pMaximumMergeItemsCount)
                               throws java.io.IOException,
                                      AutomationException
The maximum number of mosaic dataset items allowed in a merged item.

Specified by:
setMaximumMergeItemsCount in interface IMergeItemsParameters2
Parameters:
pMaximumMergeItemsCount - The pMaximumMergeItemsCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumMergeItemsCount

public int getMaximumMergeItemsCount()
                              throws java.io.IOException,
                                     AutomationException
The maximum number of mosaic dataset items allowed in a merged item.

Specified by:
getMaximumMergeItemsCount in interface IMergeItemsParameters2
Returns:
The pMaximumMergeItemsCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionSetByRef

public void setSelectionSetByRef(ISelectionSet ppSelectionSet)
                          throws java.io.IOException,
                                 AutomationException
The selection set that identifies the collection of catalog items on which to perform the associated operation.

Specified by:
setSelectionSetByRef in interface ISelectionParameters
Parameters:
ppSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionSet

public ISelectionSet getSelectionSet()
                              throws java.io.IOException,
                                     AutomationException
The selection set that identifies the collection of catalog items on which to perform the associated operation.

Specified by:
getSelectionSet in interface ISelectionParameters
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryFilterByRef

public void setQueryFilterByRef(IQueryFilter ppQueryFilter)
                         throws java.io.IOException,
                                AutomationException
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation. If no selection is specified, the query filter is applied on the entire catalog.

Specified by:
setQueryFilterByRef in interface ISelectionParameters
Parameters:
ppQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQueryFilter

public IQueryFilter getQueryFilter()
                            throws java.io.IOException,
                                   AutomationException
The query filter applied on the selection set to identify the collection of catalog items on which to perform the associated operation. If no selection is specified, the query filter is applied on the entire catalog.

Specified by:
getQueryFilter in interface ISelectionParameters
Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.