22 public string GeoId {
get;
set; }
63 public DateTime?
From {
get;
set; }
70 public DateTime?
To {
get;
set; }
Represents a reference to a geo-spatial object.
GeoPosition Position
Position of object
GeoObjectReference()
Represents a reference to a geo-spatial object.
DateTime? Updated
When information was last updated (if updated). Timestamps should use UTC.
string GeoId
Geo-spatial object reference identifier.
DateTime? To
Timestamp indicating to what point in time publication is valid. Can be used to publish an expected e...
DateTime Created
When information was created. Timestamps should use UTC.
string Creator
Bare JID of creator, if available. Publications resulting from internal processing,...
XmlElement Definition
XML definition of object reference.
DateTime? From
Timestamp indicating from what point in time publication is valid. Can be used to publish a future lo...
int? TimeToLive
Number of seconds until the object expires, unless updated, if defined.
Contains information about a position in a geo-spatial coordinate system.