Click or drag to resize
DarwinCoreLocationDecimalLatitude Property
Darwin Core term name: decimalLatitude. Definition in Darwin Core: The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public double DecimalLatitude { get; set; }

Property Value

Type: Double

Implements

IDarwinCoreLocationDecimalLatitude
See Also