WebDarwinCoreLocationPointRadiusSpatialFit Property |
Darwin Core term name: pointRadiusSpatialFit.
The ratio of the area of the point-radius
(decimalLatitude, decimalLongitude,
coordinateUncertaintyInMeters) to the area of the true
(original, or most specific) spatial representation of
the Location. Legal values are 0, greater than or equal
to 1, or undefined. A value of 1 is an exact match or
100% overlap. A value of 0 should be used if the given
point-radius does not completely contain the original
representation. The pointRadiusSpatialFit is undefined
(and should be left blank) if the original representation
is a point without uncertainty and the given georeference
is not that same point (without uncertainty). If both the
original and the given georeference are the same point,
the pointRadiusSpatialFit is 1.
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 PointRadiusSpatialFit { get; set; }
Public Property PointRadiusSpatialFit As String
Get
Set
public:
property String^ PointRadiusSpatialFit {
String^ get ();
void set (String^ value);
}
member PointRadiusSpatialFit : string with get, set
Property Value
Type:
StringSee Also