WebDarwinCoreLocationDecimalLatitude 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.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public double DecimalLatitude { get; set; }
Public Property DecimalLatitude As Double
Get
Set
public:
property double DecimalLatitude {
double get ();
void set (double value);
}
member DecimalLatitude : float with get, set
Property Value
Type:
DoubleSee Also