Show / Hide Table of Contents

Class SpatialCoverage

Represents a description of geographic coverage.

Inheritance
System.Object
NotificationObject
IdentifiableBase
SpatialCoverage
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class SpatialCoverage : IdentifiableBase, 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
System.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
System.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
System.String

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica