public interface IExportItemsParameters3 extends IExportItemsParameters2, 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 |
IID1acbf4cd_e0e4_491b_a062_5cb436ec980e |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDb46cd35a_98f4_4c5c_a563_09b62b362302
IIDdb45460e_82a8_426f_90fe_67a8454101ef
Modifier and Type | Method and Description |
---|---|
boolean |
isRemoveDistortion()
Indicates whether remove distortion if export items to image space.
|
void |
setRemoveDistortion(boolean pbRemoveDistortion)
Indicates whether remove distortion if export items to image space.
|
isMapSpace, setMapSpace
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 IID1acbf4cd_e0e4_491b_a062_5cb436ec980e
static final int xxDummy
static final java.lang.String IID
void setRemoveDistortion(boolean pbRemoveDistortion) throws java.io.IOException, AutomationException
pbRemoveDistortion
- The pbRemoveDistortion (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRemoveDistortion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.