Click or drag to resize
SpeciesObservationCoordinate Class
This class contains minimum information about a species observation. The class is used for performance reasons when many species observations may be retrived.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataSpeciesObservationCoordinate

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

The SpeciesObservationCoordinate type exposes the following members.

Constructors
  NameDescription
Public methodSpeciesObservationCoordinate
Initializes a new instance of the SpeciesObservationCoordinate class
Top
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 propertyId
SwedishSpeciesObservationService specific id for this species observation. The id is only used in communication with SwedishSpeciesObservationService and has no meaning in other contexts. This id is currently not stable. The same observation may have another id tomorrow. In the future this id should be stable.
Public propertyTaxonId
Taxon id value according to Dyntaxa.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also