IRasterBuilder Interface

Provides access to members that control a raster builder.

Members

Name Description
Read/write property AuxiliaryFieldAlias Optional look-up that maps field names to possile metadata property names.
Read/write property AuxiliaryFields Fields to be created and populated in the raster catalog when a builder is used.
Method BeginConstruction Initializes the raster builder for URI construction given a valid data source crawler object.
Method Build Construct a builder item using the specified item URI.
Read-only property CanBuildInPlace Indicates whether the raster type can build an item URI as soon as it is contructed.
Method ConstructURIs Constructs one or more item URI objects given the crawled data source item.
Method EndConstruction Shuts down the raster builder object upon completion of URI construction. Once all item URIs are constructed and returned via repated calls to the GetNextURI, this method might return an array of item URIs possibly created as a result of the shut down process.
Method GetNextURI Returns the next available item URI object.
Method GetRecommendedCrawler Returns a crawler best suited for data source as recommended by the raster builder.
Method IsStale Indicates whether the data source referenced by the specified item URI has been updated since the item URI was last constructed.
Read/write property Properties The raster dataset builder properties.

IRasterBuilder.AuxiliaryFieldAlias Property

Optional look-up that maps field names to possile metadata property names.

Public Property AuxiliaryFieldAlias As IPropertySet
public IPropertySet AuxiliaryFieldAlias {get; set;}

IRasterBuilder.AuxiliaryFields Property

Fields to be created and populated in the raster catalog when a builder is used.

Public Property AuxiliaryFields As IFields
public IFields AuxiliaryFields {get; set;}

IRasterBuilder.BeginConstruction Method

Initializes the raster builder for URI construction given a valid data source crawler object.

Public Sub BeginConstruction ( _
    ByVal pCrawler As IDataSourceCrawler _
)
public void BeginConstruction (
    IDataSourceCrawler pCrawler
);

IRasterBuilder.Build Method

Construct a builder item using the specified item URI.

Public Function Build ( _
    ByVal pItemURI As IItemURI _
) As IBuilderItem
public IBuilderItem Build (
    IItemURI pItemURI
);

IRasterBuilder.CanBuildInPlace Property

Indicates whether the raster type can build an item URI as soon as it is contructed.

Public ReadOnly Property CanBuildInPlace As Boolean
public bool CanBuildInPlace {get;}

IRasterBuilder.ConstructURIs Method

Constructs one or more item URI objects given the crawled data source item.

Public Sub ConstructURIs ( _
    ByVal crawlerItem As Object _
)
public void ConstructURIs (
    object crawlerItem
);

IRasterBuilder.EndConstruction Method

Shuts down the raster builder object upon completion of URI construction. Once all item URIs are constructed and returned via repated calls to the GetNextURI, this method might return an array of item URIs possibly created as a result of the shut down process.

Public Function EndConstruction ( _
) As IItemURIArray
public IItemURIArray EndConstruction (
);

IRasterBuilder.GetNextURI Method

Returns the next available item URI object.

Public Function GetNextURI ( _
) As IItemURI
public IItemURI GetNextURI (
);

IRasterBuilder.GetRecommendedCrawler Method

Returns a crawler best suited for data source as recommended by the raster builder.

Public Function GetRecommendedCrawler ( _
    ByVal pDataSourceProperties As IPropertySet _
) As IDataSourceCrawler
public IDataSourceCrawler GetRecommendedCrawler (
    IPropertySet pDataSourceProperties
);

IRasterBuilder.IsStale Method

Indicates whether the data source referenced by the specified item URI has been updated since the item URI was last constructed.

Public Function IsStale ( _
    ByVal pItemURI As IItemURI _
) As Boolean
public bool IsStale (
    IItemURI pItemURI
);

IRasterBuilder.Properties Property

The raster dataset builder properties.

Public Property Properties As IPropertySet
public IPropertySet Properties {get; set;}

Classes that implement IRasterBuilder

Classes Description
FrameCameraBuilder The generic frame camera raster builder object.
LandsatMSSBuilder A raster builder for Landsat 1-5 MSS products
LandsatSurfaceReflectanceBuilder The generic Landsat Surface Reflectance raster builder object; supports surface reflectance products for Landast 4-5 TM, Landsat 7 ETM+ and Landsat 8
MaxarBuilder A raster builder for MAXAR data products
PARMODBuilder A raster builder for PAR/MOD data products
PythonRasterBuilder A raster builder for Python Raster Types
RasterDatasetBuilder A raster builder for raster datasets.
Sentinel2Builder The generic Sentinel-2 raster builder object.
Sentinel3Builder A raster builder for Sentinel-3 data products
UavUasBuilder The generic UAV/UAS raster builder object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.