Class GeodeticData
Data class used by the Geocode Conversion Service to return geodetic data in response to a Geocode Request. See Section 4.5.1 and Section E.5.1 of NENA-STA-010.3.
Inherited Members
Namespace: Geocode
Assembly: Ng911Lib.dll
Syntax
public class GeodeticData
Constructors
| Edit this page View SourceGeodeticData()
Default constructor
Declaration
public GeodeticData()
Properties
| Edit this page View SourcegcsReferralUri
URI of another Geocode Conversion Service to query if the pidfLoGeo property is not provided.
Declaration
public string gcsReferralUri { get; set; }
Property Value
Type | Description |
---|---|
string |
pidfLoGeo
Contains the PIDF-LO XML document that contains a geodetic location if available.
Declaration
public string pidfLoGeo { get; set; }
Property Value
Type | Description |
---|---|
string |