com.esri.arcgis.datasourcesraster
Interface IRasterBuilderInit2

All Superinterfaces:
IRasterBuilderInit, java.io.Serializable
All Known Implementing Classes:
IRasterBuilderInit2Proxy, RasterDatasetBuilder, RasterType

public interface IRasterBuilderInit2
extends IRasterBuilderInit, java.io.Serializable

COM Interface 'IRasterBuilderInit2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4d53f22d_3d94_41b8_9d5b_aca99d46ecd7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterBuilderInit
IIDd8e71e5a_401b_43a8_a55d_46881c51134c
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterBuilderInit
getDefaultSpatialReference, getMosaicDataset, getRasterTypeOperation, getTrackCancel, setDefaultSpatialReferenceByRef, setMosaicDatasetByRef, setRasterTypeOperationByRef, setTrackCancelByRef
 

Field Detail

IID4d53f22d_3d94_41b8_9d5b_aca99d46ecd7

static final int IID4d53f22d_3d94_41b8_9d5b_aca99d46ecd7
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
Method Detail

setGeoTransformationHelperByRef

void setGeoTransformationHelperByRef(IGeoTransformationHelper ppGeoTransformationHelper)
                                     throws java.io.IOException,
                                            AutomationException
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.

Parameters:
ppGeoTransformationHelper - A reference to a com.esri.arcgis.datasourcesraster.IGeoTransformationHelper (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeoTransformationHelper

IGeoTransformationHelper getGeoTransformationHelper()
                                                    throws java.io.IOException,
                                                           AutomationException
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.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IGeoTransformationHelper
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.