Provides access to members that control a raster builder.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
CoClasses that implement IRasterBuilder
CoClasses and Classes | Description |
---|---|
ApplanixBuilder | A raster builder for Applanix 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. |
LandsatBuilder | A raster builder for Landsat files |
MatchATBuilder | A raster builder for MatchAT files. |
NITFBuilder | A raster builder for NITF files. |
OverviewBuilder | A raster builder for overview datasets. |
QuickBirdBuilder | A raster builder for QuickBird files |
RapidEyeBuilder | A raster builder for RapidEye files |
RasterDatasetBuilder | A raster builder for raster datasets. |
RasterType | A raster type object. |
RPDefBuilder | A raster builder for Raster Process Definition files |
RPFBuilder | A raster buider for RPF files. |
SpotBuilder | A raster builder for SPOT files |
TableBuilder | A raster builder for tables. |