Class Coverage
Describes the temporal, geographic and topical coverage.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Coverage : NotificationObject
Constructors
Coverage()
Initializes a new instance of the Coverage class.
Declaration
public Coverage()
Properties
HasValue
Gets a value indicating whether the object has any content.
Declaration
public bool HasValue { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
SpatialCoverage
Gets the spatial coverage.
Declaration
public SpatialCoverage SpatialCoverage { get; }
Property Value
| Type | Description |
|---|---|
| SpatialCoverage |
TemporalCoverage
Gets the temporal coverage.
Declaration
public TemporalCoverage TemporalCoverage { get; }
Property Value
| Type | Description |
|---|---|
| TemporalCoverage |
TopicalCoverage
Gets the topical coverage.
Declaration
public TopicalCoverage TopicalCoverage { get; }
Property Value
| Type | Description |
|---|---|
| TopicalCoverage |