Provides access to members that control an item template.
Members
Name | Description | |
---|---|---|
Enabled | Indicates whether the item template is active. | |
IntersectFootprints | Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items. | |
Name | The name of the item template. | |
OutputDatasetTag | The output dataset tag associated with the item template. This property determines the tag of the outgoing item constructed using this template. | |
PrimaryInputDatasetTag | Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset. | |
RasterFunctionTemplate | The raster function template associated with the item template. |
IItemTemplate.Enabled Property
Indicates whether the item template is active.
Public Property Enabled As Boolean
public bool Enabled {get; set;}
IItemTemplate.IntersectFootprints Property
Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items.
Public Property IntersectFootprints As Boolean
public bool IntersectFootprints {get; set;}
IItemTemplate.Name Property
The name of the item template.
Public Property Name As String
public string Name {get; set;}
IItemTemplate.OutputDatasetTag Property
The output dataset tag associated with the item template. This property determines the tag of the outgoing item constructed using this template.
Public Property OutputDatasetTag As String
public string OutputDatasetTag {get; set;}
IItemTemplate.PrimaryInputDatasetTag Property
Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset.
Public Property PrimaryInputDatasetTag As String
public string PrimaryInputDatasetTag {get; set;}
IItemTemplate.RasterFunctionTemplate Property
The raster function template associated with the item template.
Public Property RasterFunctionTemplate As IRasterFunctionTemplate
public IRasterFunctionTemplate RasterFunctionTemplate {get; set;}
Classes that implement IItemTemplate
Classes | Description |
---|