com.esri.arcgis.datasourcesraster
Class IExportItemsParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IExportItemsParametersProxy
All Implemented Interfaces:
IExportItemsParameters, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control parameters for exporting items in a mosaic dataset.' 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 =

public class IExportItemsParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements IExportItemsParameters, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.IExportItemsParameters
IID, IIDdb45460e_82a8_426f_90fe_67a8454101ef
 
Constructor Summary
  IExportItemsParametersProxy()
          Deprecated. For internal use only
  IExportItemsParametersProxy(java.lang.Object obj)
          Deprecated.  
protected IExportItemsParametersProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IExportItemsParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IExportItemsParametersProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getBaseName()
          Deprecated. The basename.
 IPoint getCellSize()
          Deprecated. The cellsize.
 IGeometry getClippingGeometry()
          Deprecated. The clipping geometry.
 IEnvelope getExtent()
          Deprecated. The extent.
 java.lang.String getFormat()
          Deprecated. The output format.
 java.lang.String getNoData()
          Deprecated. The nodata.
 java.lang.String getOutputFolder()
          Deprecated. The output folder.
 int getResamplingType()
          Deprecated. The resampling type.
 IRaster getSnapRaster()
          Deprecated. The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.
 ISpatialReference getSpatialRef()
          Deprecated. The spatial reference.
 IRasterStorageDef getStorageDef()
          Deprecated. The storagedef.
 boolean isBuildPyramids()
          Deprecated. Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
 boolean isComputeStatistics()
          Deprecated. Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBaseName(java.lang.String pName)
          Deprecated. The basename.
 void setBuildPyramids(boolean pbBuildPyramids)
          Deprecated. Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
 void setCellSizeByRef(IPoint ppCellsize)
          Deprecated. The cellsize.
 void setClippingGeometryByRef(IGeometry ppGeometry)
          Deprecated. The clipping geometry.
 void setComputeStatistics(boolean pbComputeStatistics)
          Deprecated. Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
 void setExtentByRef(IEnvelope ppExtent)
          Deprecated. The extent.
 void setFormat(java.lang.String pFormat)
          Deprecated. The output format.
 void setNoData(java.lang.String pNodata)
          Deprecated. The nodata.
 void setOutputFolder(java.lang.String pFolder)
          Deprecated. The output folder.
 void setResamplingType(int pType)
          Deprecated. The resampling type.
 void setSnapRasterByRef(IRaster ppRaster)
          Deprecated. The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.
 void setSpatialRefByRef(ISpatialReference ppSR)
          Deprecated. The spatial reference.
 void setStorageDefByRef(IRasterStorageDef ppDef)
          Deprecated. The storagedef.
 
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
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IExportItemsParametersProxy

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

IExportItemsParametersProxy

public IExportItemsParametersProxy()
Deprecated. 
For internal use only


IExportItemsParametersProxy

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

IExportItemsParametersProxy

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

IExportItemsParametersProxy

protected IExportItemsParametersProxy(java.lang.String CLSID,
                                      java.lang.String iid,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.io.IOException
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setOutputFolder

public void setOutputFolder(java.lang.String pFolder)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The output folder.

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

getOutputFolder

public java.lang.String getOutputFolder()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The output folder.

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

setFormat

public void setFormat(java.lang.String pFormat)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The output format.

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

getFormat

public java.lang.String getFormat()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The output format.

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

setBaseName

public void setBaseName(java.lang.String pName)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The basename.

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

getBaseName

public java.lang.String getBaseName()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The basename.

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

setSpatialRefByRef

public void setSpatialRefByRef(ISpatialReference ppSR)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The spatial reference.

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

getSpatialRef

public ISpatialReference getSpatialRef()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The spatial reference.

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

setStorageDefByRef

public void setStorageDefByRef(IRasterStorageDef ppDef)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The storagedef.

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

getStorageDef

public IRasterStorageDef getStorageDef()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The storagedef.

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

setResamplingType

public void setResamplingType(int pType)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The resampling type.

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

getResamplingType

public int getResamplingType()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The resampling type.

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

setExtentByRef

public void setExtentByRef(IEnvelope ppExtent)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The extent.

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

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The extent.

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

setClippingGeometryByRef

public void setClippingGeometryByRef(IGeometry ppGeometry)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The clipping geometry.

Specified by:
setClippingGeometryByRef in interface IExportItemsParameters
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.

getClippingGeometry

public IGeometry getClippingGeometry()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The clipping geometry.

Specified by:
getClippingGeometry in interface IExportItemsParameters
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.

setCellSizeByRef

public void setCellSizeByRef(IPoint ppCellsize)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The cellsize.

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

getCellSize

public IPoint getCellSize()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The cellsize.

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

setNoData

public void setNoData(java.lang.String pNodata)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The nodata.

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

getNoData

public java.lang.String getNoData()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The nodata.

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

setComputeStatistics

public void setComputeStatistics(boolean pbComputeStatistics)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.

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

isComputeStatistics

public boolean isComputeStatistics()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.

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

setBuildPyramids

public void setBuildPyramids(boolean pbBuildPyramids)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.

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

isBuildPyramids

public boolean isBuildPyramids()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.

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

setSnapRasterByRef

public void setSnapRasterByRef(IRaster ppRaster)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.

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

getSnapRaster

public IRaster getSnapRaster()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.

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