WebDarwinCoreLocationFootprintSpatialFit Property |
Darwin Core term name: footprintSpatialFit.
The ratio of the area of the footprint (footprintWKT)
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 footprint does not completely contain
the original representation. The footprintSpatialFit is
undefined (and should be left blank) if the original
representation is a point and the given georeference is
not that same point. If both the original and the given
georeference are the same point, the footprintSpatialFit
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 FootprintSpatialFit { get; set; }
Public Property FootprintSpatialFit As String
Get
Set
public:
property String^ FootprintSpatialFit {
String^ get ();
void set (String^ value);
}
member FootprintSpatialFit : string with get, set
Property Value
Type:
StringSee Also