Class Coverage
Describes the temporal, geographic and topical coverage.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Coverage : NotificationObject, INotifyPropertyChanged
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 |
---|---|
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 |