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
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDdb45460e_82a8_426f_90fe_67a8454101ef| Modifier | Constructor and Description |
|---|---|
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IExportItemsParametersProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IExportItemsParametersProxy()
public IExportItemsParametersProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IExportItemsParametersProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IExportItemsParametersProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setOutputFolder(java.lang.String pFolder)
throws java.io.IOException,
AutomationException
setOutputFolder in interface IExportItemsParameterspFolder - The pFolder (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getOutputFolder()
throws java.io.IOException,
AutomationException
getOutputFolder in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFormat(java.lang.String pFormat)
throws java.io.IOException,
AutomationException
setFormat in interface IExportItemsParameterspFormat - The pFormat (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getFormat()
throws java.io.IOException,
AutomationException
getFormat in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBaseName(java.lang.String pName)
throws java.io.IOException,
AutomationException
setBaseName in interface IExportItemsParameterspName - The pName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getBaseName()
throws java.io.IOException,
AutomationException
getBaseName in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSpatialRefByRef(ISpatialReference ppSR) throws java.io.IOException, AutomationException
setSpatialRefByRef in interface IExportItemsParametersppSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISpatialReference getSpatialRef() throws java.io.IOException, AutomationException
getSpatialRef in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStorageDefByRef(IRasterStorageDef ppDef) throws java.io.IOException, AutomationException
setStorageDefByRef in interface IExportItemsParametersppDef - A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterStorageDef getStorageDef() throws java.io.IOException, AutomationException
getStorageDef in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setResamplingType(int pType)
throws java.io.IOException,
AutomationException
setResamplingType in interface IExportItemsParameterspType - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getResamplingType()
throws java.io.IOException,
AutomationException
getResamplingType in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setExtentByRef(IEnvelope ppExtent) throws java.io.IOException, AutomationException
setExtentByRef in interface IExportItemsParametersppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setClippingGeometryByRef(IGeometry ppGeometry) throws java.io.IOException, AutomationException
setClippingGeometryByRef in interface IExportItemsParametersppGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry getClippingGeometry() throws java.io.IOException, AutomationException
getClippingGeometry in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCellSizeByRef(IPoint ppCellsize) throws java.io.IOException, AutomationException
setCellSizeByRef in interface IExportItemsParametersppCellsize - A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPoint getCellSize() throws java.io.IOException, AutomationException
getCellSize in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setNoData(java.lang.String pNodata)
throws java.io.IOException,
AutomationException
setNoData in interface IExportItemsParameterspNodata - The pNodata (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getNoData()
throws java.io.IOException,
AutomationException
getNoData in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setComputeStatistics(boolean pbComputeStatistics)
throws java.io.IOException,
AutomationException
setComputeStatistics in interface IExportItemsParameterspbComputeStatistics - The pbComputeStatistics (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isComputeStatistics()
throws java.io.IOException,
AutomationException
isComputeStatistics in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBuildPyramids(boolean pbBuildPyramids)
throws java.io.IOException,
AutomationException
setBuildPyramids in interface IExportItemsParameterspbBuildPyramids - The pbBuildPyramids (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isBuildPyramids()
throws java.io.IOException,
AutomationException
isBuildPyramids in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSnapRasterByRef(IRaster ppRaster) throws java.io.IOException, AutomationException
setSnapRasterByRef in interface IExportItemsParametersppRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRaster getSnapRaster() throws java.io.IOException, AutomationException
getSnapRaster in interface IExportItemsParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.