WebDarwinCoreLocationCoordinateUncertaintyInMeters Property |
Darwin Core term name: coordinateUncertaintyInMeters.
The horizontal distance (in meters) from the given
CoordinateX and CoordinateY describing the
smallest circle containing the whole of the Location.
Leave the value empty if the uncertainty is unknown, cannot
be estimated, or is not applicable (because there are
no coordinates). Zero is not a valid value for this term.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public string CoordinateUncertaintyInMeters { get; set; }
Public Property CoordinateUncertaintyInMeters As String
Get
Set
public:
property String^ CoordinateUncertaintyInMeters {
String^ get ();
void set (String^ value);
}
member CoordinateUncertaintyInMeters : string with get, set
Property Value
Type:
StringSee Also