IItemTemplate Interface

Provides access to members that control an item template.

Members

Name Description
Read/write property Enabled Indicates whether the item template is active.
Read/write property IntersectFootprints Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items.
Read/write property Name The name of the item template.
Read/write property OutputDatasetTag The output dataset tag associated with the item template. This property determines the tag of the outgoing item constructed using this template.
Read/write property PrimaryInputDatasetTag Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset.
Read/write property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.