This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a raster builder.
Name | Description | |
---|---|---|
AuxiliaryFieldAlias | Optional look-up that maps field names to possile metadata property names. | |
AuxiliaryFields | Fields to be created and populated in the raster catalog when a builder is used. | |
BeginConstruction | Initializes the raster builder for URI construction given a valid data source crawler object. | |
Build | Construct a builder item using the specified item URI. | |
CanBuildInPlace | Indicates whether the raster type can build an item URI as soon as it is contructed. | |
ConstructURIs | Constructs one or more item URI objects given the crawled data source item. | |
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. | |
GetNextURI | Returns the next available item URI object. | |
GetRecommendedCrawler | Returns a crawler best suited for data source as recommended by the raster builder. | |
IsStale | Indicates whether the data source referenced by the specified item URI has been updated since the item URI was last constructed. | |
Properties | The raster dataset builder properties. |
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 |
PythonRasterBuilder | A raster builder for Python Raster Types |
RasterDatasetBuilder | A raster builder for raster datasets. |
Sentinel2Builder | The generic Sentinel-2 raster builder object. |
UavUasBuilder | The generic UAV/UAS raster builder object. |