com.esri.arcgis.datasourcesraster
Class ICreateMosaicDatasetParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.ICreateMosaicDatasetParametersProxy
All Implemented Interfaces:
ICreateMosaicDatasetParameters, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ICreateMosaicDatasetParameters2Proxy

public class ICreateMosaicDatasetParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements ICreateMosaicDatasetParameters, java.io.Serializable

Internal use class Proxy for COM Interface 'ICreateMosaicDatasetParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control mosaic dataset creation parameters.' 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
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ICreateMosaicDatasetParameters
IID, IIDbe94ffc7_98f4_48d0_8fad_c3f1834c768f
 
Constructor Summary
  ICreateMosaicDatasetParametersProxy()
          For internal use only
  ICreateMosaicDatasetParametersProxy(java.lang.Object obj)
           
protected ICreateMosaicDatasetParametersProxy(java.lang.Object obj, java.lang.String iid)
           
  ICreateMosaicDatasetParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ICreateMosaicDatasetParametersProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 int getBandCount()
          The number of bands in the mosaic dataset.
 IFIDSet getDefinitionFIDs()
          The definition selection set on the source catalog.
 IGeometry getDefinitionGeometry()
          The definition (spatial selection) geometry on the source catalog.
 java.lang.String getLODFieldName()
          The name of the field that contains scale values for items in the mosaic dataset.
 IMosaicLODInfos getLODInfos()
          The levels of detail associated with the mosaic dataset.
 java.lang.String getMaxCellsizeFieldName()
          The name of the field that contains maximum visible cell-size values for items in the mosaic dataset.
 double getMaximumVisibleCellsize()
          The cell-size value above which no mosaicking occurs.
 java.lang.String getMinCellsizeFieldName()
          The name of the field that contains minimum visible cell-size values for items in the mosaic dataset.
 int getPixelType()
          The pixel-type of the mosaic dataset.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setBandCount(int pCount)
          The number of bands in the mosaic dataset.
 void setDefinitionFIDsByRef(IFIDSet ppFIDs)
          The definition selection set on the source catalog.
 void setDefinitionGeometryByRef(IGeometry ppGeometry)
          The definition (spatial selection) geometry on the source catalog.
 void setLODFieldName(java.lang.String pLODFieldName)
          The name of the field that contains scale values for items in the mosaic dataset.
 void setLODInfosByRef(IMosaicLODInfos ppLODInfos)
          The levels of detail associated with the mosaic dataset.
 void setMaxCellsizeFieldName(java.lang.String pMaxCellsizeFieldName)
          The name of the field that contains maximum visible cell-size values for items in the mosaic dataset.
 void setMaximumVisibleCellsize(double pCellsize)
          The cell-size value above which no mosaicking occurs.
 void setMinCellsizeFieldName(java.lang.String pMinCellsizeFieldName)
          The name of the field that contains minimum visible cell-size values for items in the mosaic dataset.
 void setPixelType(int pPixelType)
          The pixel-type of the mosaic dataset.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ICreateMosaicDatasetParametersProxy

public ICreateMosaicDatasetParametersProxy(java.lang.String CLSID,
                                           java.lang.String host,
                                           com.esri.arcgis.interop.AuthInfo authInfo)
                                    throws java.net.UnknownHostException,
                                           java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ICreateMosaicDatasetParametersProxy

public ICreateMosaicDatasetParametersProxy()
For internal use only


ICreateMosaicDatasetParametersProxy

public ICreateMosaicDatasetParametersProxy(java.lang.Object obj)
                                    throws java.io.IOException
Throws:
java.io.IOException

ICreateMosaicDatasetParametersProxy

protected ICreateMosaicDatasetParametersProxy(java.lang.Object obj,
                                              java.lang.String iid)
                                       throws java.io.IOException
Throws:
java.io.IOException

ICreateMosaicDatasetParametersProxy

protected ICreateMosaicDatasetParametersProxy(java.lang.String CLSID,
                                              java.lang.String iid,
                                              java.lang.String host,
                                              com.esri.arcgis.interop.AuthInfo authInfo)
                                       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setDefinitionGeometryByRef

public void setDefinitionGeometryByRef(IGeometry ppGeometry)
                                throws java.io.IOException,
                                       AutomationException
The definition (spatial selection) geometry on the source catalog.

Specified by:
setDefinitionGeometryByRef in interface ICreateMosaicDatasetParameters
Parameters:
ppGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefinitionGeometry

public IGeometry getDefinitionGeometry()
                                throws java.io.IOException,
                                       AutomationException
The definition (spatial selection) geometry on the source catalog.

Specified by:
getDefinitionGeometry in interface ICreateMosaicDatasetParameters
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaximumVisibleCellsize

public void setMaximumVisibleCellsize(double pCellsize)
                               throws java.io.IOException,
                                      AutomationException
The cell-size value above which no mosaicking occurs.

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

getMaximumVisibleCellsize

public double getMaximumVisibleCellsize()
                                 throws java.io.IOException,
                                        AutomationException
The cell-size value above which no mosaicking occurs.

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

setLODInfosByRef

public void setLODInfosByRef(IMosaicLODInfos ppLODInfos)
                      throws java.io.IOException,
                             AutomationException
The levels of detail associated with the mosaic dataset.

Specified by:
setLODInfosByRef in interface ICreateMosaicDatasetParameters
Parameters:
ppLODInfos - A reference to a com.esri.arcgis.datasourcesraster.IMosaicLODInfos (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLODInfos

public IMosaicLODInfos getLODInfos()
                            throws java.io.IOException,
                                   AutomationException
The levels of detail associated with the mosaic dataset.

Specified by:
getLODInfos in interface ICreateMosaicDatasetParameters
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IMosaicLODInfos
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelType

public void setPixelType(int pPixelType)
                  throws java.io.IOException,
                         AutomationException
The pixel-type of the mosaic dataset.

Specified by:
setPixelType in interface ICreateMosaicDatasetParameters
Parameters:
pPixelType - A com.esri.arcgis.geodatabase.rstPixelType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelType

public int getPixelType()
                 throws java.io.IOException,
                        AutomationException
The pixel-type of the mosaic dataset.

Specified by:
getPixelType in interface ICreateMosaicDatasetParameters
Returns:
A com.esri.arcgis.geodatabase.rstPixelType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBandCount

public void setBandCount(int pCount)
                  throws java.io.IOException,
                         AutomationException
The number of bands in the mosaic dataset.

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

getBandCount

public int getBandCount()
                 throws java.io.IOException,
                        AutomationException
The number of bands in the mosaic dataset.

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

setMinCellsizeFieldName

public void setMinCellsizeFieldName(java.lang.String pMinCellsizeFieldName)
                             throws java.io.IOException,
                                    AutomationException
The name of the field that contains minimum visible cell-size values for items in the mosaic dataset.

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

getMinCellsizeFieldName

public java.lang.String getMinCellsizeFieldName()
                                         throws java.io.IOException,
                                                AutomationException
The name of the field that contains minimum visible cell-size values for items in the mosaic dataset.

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

setMaxCellsizeFieldName

public void setMaxCellsizeFieldName(java.lang.String pMaxCellsizeFieldName)
                             throws java.io.IOException,
                                    AutomationException
The name of the field that contains maximum visible cell-size values for items in the mosaic dataset.

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

getMaxCellsizeFieldName

public java.lang.String getMaxCellsizeFieldName()
                                         throws java.io.IOException,
                                                AutomationException
The name of the field that contains maximum visible cell-size values for items in the mosaic dataset.

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

setLODFieldName

public void setLODFieldName(java.lang.String pLODFieldName)
                     throws java.io.IOException,
                            AutomationException
The name of the field that contains scale values for items in the mosaic dataset.

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

getLODFieldName

public java.lang.String getLODFieldName()
                                 throws java.io.IOException,
                                        AutomationException
The name of the field that contains scale values for items in the mosaic dataset.

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

setDefinitionFIDsByRef

public void setDefinitionFIDsByRef(IFIDSet ppFIDs)
                            throws java.io.IOException,
                                   AutomationException
The definition selection set on the source catalog.

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

getDefinitionFIDs

public IFIDSet getDefinitionFIDs()
                          throws java.io.IOException,
                                 AutomationException
The definition selection set on the source catalog.

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