com.esri.arcgis.datasourcesraster
Interface IRasterBuilderInit2

All Superinterfaces:
IRasterBuilderInit, Serializable
All Known Implementing Classes:
RasterDatasetBuilder, RasterType

public interface IRasterBuilderInit2
extends IRasterBuilderInit, Serializable

Provides access to members that initialize a raster builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

setGeoTransformationHelperByRef

void setGeoTransformationHelperByRef(IGeoTransformationHelper ppGeoTransformationHelper)
                                     throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getGeoTransformationHelper

IGeoTransformationHelper getGeoTransformationHelper()
                                                    throws 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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