public interface IRasterBuilderInit2 extends IRasterBuilderInit, java.io.Serializable
Description: 'Provides access to members that initialize a raster builder.' 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 |
IID4d53f22d_3d94_41b8_9d5b_aca99d46ecd7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd8e71e5a_401b_43a8_a55d_46881c51134c
Modifier and Type | Method and Description |
---|---|
IGeoTransformationHelper |
getGeoTransformationHelper()
The geographic tranformation helper object, set by the calling application, that enables the raster builder to install geotransformation method in to the system's GeoTransformationOperationSet.
|
void |
setGeoTransformationHelperByRef(IGeoTransformationHelper ppGeoTransformationHelper)
The geographic tranformation helper object, set by the calling application, that enables the raster builder to install geotransformation method in to the system's GeoTransformationOperationSet.
|
getDefaultSpatialReference, getMosaicDataset, getRasterTypeOperation, getTrackCancel, setDefaultSpatialReferenceByRef, setMosaicDatasetByRef, setRasterTypeOperationByRef, setTrackCancelByRef
static final int IID4d53f22d_3d94_41b8_9d5b_aca99d46ecd7
static final int xxDummy
static final java.lang.String IID
void setGeoTransformationHelperByRef(IGeoTransformationHelper ppGeoTransformationHelper) throws java.io.IOException, AutomationException
ppGeoTransformationHelper
- A reference to a com.esri.arcgis.datasourcesraster.IGeoTransformationHelper (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeoTransformationHelper getGeoTransformationHelper() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.