Click or drag to resize
ISpeciesObservationCoordinate Interface
This interface contains minimum information about a species observation. The interface is used for performance reasons when many species observations may be retrived.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ISpeciesObservationCoordinate : IDataId64

The ISpeciesObservationCoordinate type exposes the following members.

Properties
  NameDescription
Public propertyCoordinateX
East-west value of the coordinate. Which values that are valid depends on which coordinate system that is used.
Public propertyCoordinateY
North-south value of the coordinate. Which values that are valid depends on which coordinate system that is used.
Public propertyTaxonId
Taxon id value according to Dyntaxa.
Top
See Also