Class Circle
Class that implements the Circle 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 Circle
Constructors
| Edit this page View SourceCircle()
Default constructor.
Declaration
public Circle()
Circle(double, double, int)
Constructs a new Circle object given the latitude, longitude and radius.
Declaration
public Circle(double Lat, double Lon, int RadiusMeters)
Parameters
Type | Name | Description |
---|---|---|
double | Lat | Latitude |
double | Lon | Longitude |
int | RadiusMeters | Radius in meters |
Fields
| Edit this page View Sourcepos
Gets or sets the "pos" element that contains the latitude, longitude and altitude (optional).
Declaration
public Position pos
Field Value
Type | Description |
---|---|
Position |
radius
Gets or sets the radius element. The Value property of this object contains the radius and the "uom" property specifies the units of measure.
Declaration
public Radius radius
Field Value
Type | Description |
---|---|
Radius |
srsName
Gets or sets the srsName attribute for the Circle element.
Declaration
public string srsName
Field Value
Type | Description |
---|---|
string |