WebDarwinCoreLocationVerbatimSRS Property |
Darwin Core term name: verbatimSRS.
The ellipsoid, geodetic datum, or spatial reference
system (SRS) upon which coordinates given in
verbatimLatitude and verbatimLongitude, or
verbatimCoordinates are based.
Recommended best practice is use the EPSG code as
a controlled vocabulary to provide an SRS, if known.
Otherwise use a controlled vocabulary for the name or
code of the geodetic datum, if known.
Otherwise use a controlled vocabulary for the name or
code of the ellipsoid, if known. If none of these is
known, use the value "unknown".
This property is currently not used.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public string VerbatimSRS { get; set; }
Public Property VerbatimSRS As String
Get
Set
public:
property String^ VerbatimSRS {
String^ get ();
void set (String^ value);
}
member VerbatimSRS : string with get, set
Property Value
Type:
StringSee Also