public interface IExportItemsParameters2 extends IExportItemsParameters, java.io.Serializable
Description: 'Provides additional access to members that control parameters to an operation on 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb46cd35a_98f4_4c5c_a563_09b62b362302 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDdb45460e_82a8_426f_90fe_67a8454101ef
Modifier and Type | Method and Description |
---|---|
boolean |
isMapSpace()
Indicates whether export items to map space.
|
void |
setMapSpace(boolean pbMapSpace)
Indicates whether export items to map space.
|
getBaseName, getCellSize, getClippingGeometry, getExtent, getFormat, getNoData, getOutputFolder, getResamplingType, getSnapRaster, getSpatialRef, getStorageDef, isBuildPyramids, isComputeStatistics, setBaseName, setBuildPyramids, setCellSizeByRef, setClippingGeometryByRef, setComputeStatistics, setExtentByRef, setFormat, setNoData, setOutputFolder, setResamplingType, setSnapRasterByRef, setSpatialRefByRef, setStorageDefByRef
static final int IIDb46cd35a_98f4_4c5c_a563_09b62b362302
static final int xxDummy
static final java.lang.String IID
void setMapSpace(boolean pbMapSpace) throws java.io.IOException, AutomationException
pbMapSpace
- The pbMapSpace (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isMapSpace() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.