Provides access to members that control a builder item.
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. | |
ColorCorrectionProperties | Variables supporting color correction operation. | |
Dataset | The function raster dataset associated with builder item. | |
DatasetName | The raster dataset name 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. | |
HasThumbnail | Indicates whether the builder item has a valid thumbnail. | |
Seamline | The seamline geometry associated with this builder item. | |
SeamlineProperties | Variables supporting seamline operation. | |
StereoID | The stereo ID associated with this builder item. | |
StereoPairs | The stereo IDs of all items that can be paired with this builder item. | |
Thumbnail | The thumbnail associated with the builder item. | |
URI | The URI object associated with the builder item. | |
Variables | The collection of variables associated with this item. |
IBuilderItem2.ColorCorrectionProperties Property
Variables supporting color correction operation.
Public Property ColorCorrectionProperties As IPropertySet
public IPropertySet ColorCorrectionProperties {get; set;}
IBuilderItem2.DatasetName Property
The raster dataset name associated with builder item.
Public Property DatasetName As IName
public IName DatasetName {get; set;}
IBuilderItem2.HasThumbnail Property
Indicates whether the builder item has a valid thumbnail.
Public ReadOnly Property HasThumbnail As Boolean
public bool HasThumbnail {get;}
IBuilderItem2.SeamlineProperties Property
Variables supporting seamline operation.
Public Property SeamlineProperties As IPropertySet
public IPropertySet SeamlineProperties {get; set;}
IBuilderItem2.Thumbnail Property
The thumbnail associated with the builder item.
Public Property Thumbnail As Object
public object Thumbnail {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IBuilderItem | Provides access to members that control a builder item. |
Classes that implement IBuilderItem2
Classes | Description |
---|---|
BuilderItem | An item built by a raster builder. |