WebDarwinCoreLocationVerbatimCoordinates Property |
Darwin Core term name: verbatimCoordinates.
The verbatim original spatial coordinates of the Location.
The coordinate ellipsoid, geodeticDatum, or full
Spatial Reference System (SRS) for these coordinates
should be stored in verbatimSRS and the coordinate
system should be stored in verbatimCoordinateSystem.
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 VerbatimCoordinates { get; set; }
Public Property VerbatimCoordinates As String
Get
Set
public:
property String^ VerbatimCoordinates {
String^ get ();
void set (String^ value);
}
member VerbatimCoordinates : string with get, set
Property Value
Type:
StringSee Also