Show / Hide Table of Contents

Class SpatialCoverage

Represents a description of geographic coverage.

Inheritance
Object
NotificationObject
IdentifiableBase
SpatialCoverage
Implements
INotifyPropertyChanged
IIdentifiable
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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

true if the object has any content; otherwise, false.

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

Implements

System.ComponentModel.INotifyPropertyChanged
IIdentifiable
In This Article
Back to top Generated by DocFX