com.esri.arcgis.carto
Interface IRasterLayerExport2
- All Superinterfaces:
- IRasterLayerExport, java.io.Serializable
- All Known Subinterfaces:
- IRasterLayerExport3
- All Known Implementing Classes:
- IRasterLayerExport2Proxy, IRasterLayerExport3Proxy, RasterLayerExport
public interface IRasterLayerExport2
- extends IRasterLayerExport, java.io.Serializable
COM Interface 'IRasterLayerExport2'. Generated 3/19/2015 1:20:53 PM
from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control exporting from a Raster Layer.'
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 =
IIDfe4896bc_9a91_4d34_b356_7ede3b0475ce
static final int IIDfe4896bc_9a91_4d34_b356_7ede3b0475ce
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
setStorageDefByRef
void setStorageDefByRef(IRasterStorageDef rhs1)
throws java.io.IOException,
AutomationException
- The raster storage definition for exported raster dataset.
- Parameters:
rhs1
- 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.