WebDarwinCoreLocationFootprintWKT Property |
Darwin Core term name: footprintWKT.
A Well-Known Text (WKT) representation of the shape
(footprint, geometry) that defines the Location.
A Location may have both a point-radius representation
(see decimalLatitude) and a footprint representation,
and they may differ from each other.
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 FootprintWKT { get; set; }
Public Property FootprintWKT As String
Get
Set
public:
property String^ FootprintWKT {
String^ get ();
void set (String^ value);
}
member FootprintWKT : string with get, set
Property Value
Type:
StringSee Also