Provides access to members that initialize a raster builder.
Members
Name | Description | |
---|---|---|
DefaultSpatialReference | The default spatial reference associated with the collection of items built by this raster type. A raster type applies the default spatial reference to every incoming dataset that doesn't have an associated spatial reference. | |
GeoTransformationHelper | 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. | |
MosaicDataset | The mosaic dataset associated with this operation. | |
RasterTypeOperation | The raster type operation helper object associated with this raster type. It provides the raster type with functions that aid construction of URIs and builder items. | |
TrackCancel | The cancel tracker associated with this operation. |
IRasterBuilderInit2.GeoTransformationHelper Property
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.
Public Property GeoTransformationHelper As IGeoTransformationHelper
public IGeoTransformationHelper GeoTransformationHelper {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterBuilderInit | Provides access to members that initialize a raster builder. |
Classes that implement IRasterBuilderInit2
Classes | Description |
---|---|
RasterType | A raster type object. |