Class Point
Class that implements the Point XML schema. See RFC 5491 and GML 3.1.1 PIDF-LO Shape Application Schema for use by the Internet Engineering Task Force (IETF)", 2007-04-10, OGC 06-142r1.
Inherited Members
Namespace: Pidf
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class Point
Constructors
| Edit this page View SourcePoint()
Default constructor.
Declaration
public Point()
Point(double, double)
Creates a new Point object given a latitude and a longitude
Declaration
public Point(double Lat, double Long)
Parameters
Type | Name | Description |
---|---|---|
double | Lat | Latitude |
double | Long | Longitude |
Fields
| Edit this page View Sourceid
Gets or sets the "id" attribute of the Point element.
Declaration
public string id
Field Value
Type | Description |
---|---|
string |
pos
Gets or sets the "pos" element that contains the coordinates for this Point object.
Declaration
public Position pos
Field Value
Type | Description |
---|---|
Position |
srsName
Gets or sets the "srsName" attribute of the Point element. The default value specifies the 2D profile using WGS84 degrees.
Declaration
public string srsName
Field Value
Type | Description |
---|---|
string |