Class Sphere
Class that implements the Sphere 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 Sphere
Constructors
| Edit this page View SourceSphere()
Default constructor.
Declaration
public Sphere()
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 of the sphere. The uom attribute specifies the units of measure. The default uom is meters.
Declaration
public Axis radius
Field Value
Type | Description |
---|---|
Axis |
srsName
Gets or sets the srsName attribute for the Sphere element.
Declaration
public string srsName
Field Value
Type | Description |
---|---|
string |