Provides access to members that control a raster builder.
Members
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. | |
CanBuild | Indicates whether the raster builder recognizes the specified data source and is possibly capable of building a valid function raster dataset from it. | |
CanBuildInPlace | Indicates whether the raster type can build an item URI as soon as it is contructed. | |
CanMergeItems | Indicates whether the raster builder is capable of building composite crawled items. | |
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. | |
MergeItems | Indicates whether the raster builder constructs a multi-part URI given a composite crawled item. | |
Properties | The raster dataset builder properties. | |
Validate | Validates the raster builder. |
IRasterBuilder2.CanBuild Method
Indicates whether the raster builder recognizes the specified data source and is possibly capable of building a valid function raster dataset from it.
Public Function CanBuild ( _
ByVal vtDataSource As Object _
) As Boolean
public bool CanBuild (
object vtDataSource
);
IRasterBuilder2.CanMergeItems Property
Indicates whether the raster builder is capable of building composite crawled items.
Public ReadOnly Property CanMergeItems As Boolean
public bool CanMergeItems {get;}
IRasterBuilder2.MergeItems Property
Indicates whether the raster builder constructs a multi-part URI given a composite crawled item.
Public Property MergeItems As Boolean
public bool MergeItems {get; set;}
IRasterBuilder2.Validate Method
Validates the raster builder.
Public Sub Validate ( _
)
public void Validate (
);
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterBuilder | Provides access to members that control a raster builder. |
Classes that implement IRasterBuilder2
Classes | Description |
---|---|
ApplanixBuilder | A raster builder for Applanix files. |
AsterBuilder | A raster builder for Aster data |
DmciiBuilder | A raster builder for DMCii files. |
DubaisatBuilder | A raster builder for DubaiSat files |
FrameCameraBuilder | The generic frame camera raster builder object. |
HREBuilder | A raster builder for HRE files. |
IkonosBuilder | A raster builder for IKONOS files |
ISATBuilder | A raster builder for ISAT files. |
ISDefBuilder | A raster builder for an Image Service Definition file. |
KompsatBuilder | A raster builder for KOMPSAT files |
LandsatBuilder | A raster builder for Landsat files |
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 |
LasBuilder | A raster builder for LAS files |
MatchATBuilder | A raster builder for MatchAT files. |
MaxarBuilder | A raster builder for MAXAR data products |
OverviewBuilder | A raster builder for overview datasets. |
PARMODBuilder | A raster builder for PAR/MOD data products |
PixFileBuilder | A raster buider for PIX files. |
PleiadesBuilder | A raster builder for Pleiades files. |
PythonRasterBuilder | A raster builder for Python Raster Types |
QuickBirdBuilder | A raster builder for QuickBird files |
RadarBuilder | A raster builder for Radar files. |
RapidEyeBuilder | A raster builder for RapidEye files |
RasterDatasetBuilder | A raster builder for raster datasets. |
RasterType | A raster type object. |
RCMBuilder | A raster builder for RCM data. |
RPDefBuilder | A raster builder for Raster Process Definition files |
RPFBuilder | A raster buider for RPF files. |
ScientificDataBuilder | A raster builder for Scientific Data. |
SearchBuilder | A raster builder for search items. |
Sentinel1Builder | A raster builder for Sentinel-1 files |
Sentinel2Builder | The generic Sentinel-2 raster builder object. |
Sentinel3Builder | A raster builder for Sentinel-3 data products |
SkySatBuilder | A raster builder for SkySat data |
SocetSetBuilder | A raster builder for SocetSet files. |
SpotBuilder | A raster builder for SPOT files |
SuperViewBuilder | A raster builder for SuperView-1 files. |
TableBuilder | A raster builder for tables. |
TerrainBuilder | A raster builder for Terrain data. |
UavUasBuilder | The generic UAV/UAS raster builder object. |