Provides access to members that control a builder item.
Description
The IBuilderItem interface provides access to the members of a builder item. This item is generated by a Raster Builder.
Members
Name | Description | |
---|---|---|
AddVariable | Adds a variable to this item's collection given the variable name, value, and a flag that indicates whether the item URI's tag is prefixed with the variable name and separated by a period. | |
Category | The catagory of builder item. The value in this property appears in the Category field of the mosaic catalog. | |
Dataset | The function raster dataset associated with builder item. | |
Footprint | The footprint geometry of the function raster dataset that defines regions of valid pixels in the dataset. The footprint geometry may have a coordinate system different from the corresponding dataset. | |
Seamline | The seamline geometry associated with this builder item. | |
StereoID | The stereo ID associated with this builder item. | |
StereoPairs | The stereo IDs of all items that can be paired with this builder item. | |
URI | The URI object associated with the builder item. | |
Variables | The collection of variables associated with this item. |
IBuilderItem.AddVariable Method
Adds a variable to this item's collection given the variable name, value, and a flag that indicates whether the item URI's tag is prefixed with the variable name and separated by a period.
Public Sub AddVariable ( _
ByVal VariableName As String, _
ByVal vtVariableValue As Object, _
ByVal bPrefixWithTag As Boolean _
)
public void AddVariable (
string VariableName,
object vtVariableValue,
bool bPrefixWithTag
);
IBuilderItem.Category Property
The catagory of builder item. The value in this property appears in the Category field of the mosaic catalog.
Public Property Category As esriRasterCatalogItemCategory
public esriRasterCatalogItemCategory Category {get; set;}
IBuilderItem.Dataset Property
The function raster dataset associated with builder item.
Public Property Dataset As IFunctionRasterDataset
public IFunctionRasterDataset Dataset {get; set;}
IBuilderItem.Footprint Property
The footprint geometry of the function raster dataset that defines regions of valid pixels in the dataset. The footprint geometry may have a coordinate system different from the corresponding dataset.
Public Property Footprint As IGeometry
public IGeometry Footprint {get; set;}
IBuilderItem.Seamline Property
The seamline geometry associated with this builder item.
Public Property Seamline As IGeometry
public IGeometry Seamline {get; set;}
IBuilderItem.StereoID Property
The stereo ID associated with this builder item.
Public Property StereoID As String
public string StereoID {get; set;}
IBuilderItem.StereoPairs Property
The stereo IDs of all items that can be paired with this builder item.
Public Property StereoPairs As IStringArray
public IStringArray StereoPairs {get; set;}
IBuilderItem.URI Property
The URI object associated with the builder item.
Public Property URI As IItemURI
public IItemURI URI {get; set;}
Description
Unique Resource Identifier of the Builder Item.
IBuilderItem.Variables Property
The collection of variables associated with this item.
Public Property Variables As IPropertySet
public IPropertySet Variables {get; set;}
Classes that implement IBuilderItem
Classes | Description |
---|---|
BuilderItem | An item built by a raster builder. |