Class SpatialCoverage
Represents a description of geographic coverage.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class SpatialCoverage : IdentifiableBase, INotifyPropertyChanged, IIdentifiable
Constructors
SpatialCoverage()
Initializes a new instance of the SpatialCoverage class.
Declaration
public SpatialCoverage()
Properties
BoundingBox
Gets or sets the geographical bounding box.
Declaration
public GeographicBoundingBox BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
GeographicBoundingBox |
CountryCodes
Gets a list of country codes describing the coverage area.
Declaration
public ObservableCollection<CountryCode> CountryCodes { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<CountryCode> |
Description
Gets a description of the geographical area.
Declaration
public MultilingualString Description { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
HasValue
Gets a value indicating whether the object has any content.
Declaration
public bool HasValue { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
HighestLevel
Gets the highest geographical level described by the data (e.g., country, state, etc.)
Declaration
public string HighestLevel { get; set; }
Property Value
Type | Description |
---|---|
String |
LowestLevel
Gets the lowest geographical level described by the data (e.g., county, city, tract, etc.).
Declaration
public string LowestLevel { get; set; }
Property Value
Type | Description |
---|---|
String |