Class Ellipse
Class that implements the Ellipse 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 Ellipse
Constructors
| Edit this page View SourceEllipse()
Default constructor
Declaration
public Ellipse()
Fields
| Edit this page View Sourceorientation
Orientation angle of the semi-major axis. See Section 5.2.4 of RFC 5491.
Declaration
public Orientation orientation
Field Value
Type | Description |
---|---|
Orientation |
pos
Gets or sets the "pos" element that contains the latitude, longitude and altitude (optional).
Declaration
public Position pos
Field Value
Type | Description |
---|---|
Position |
semiMajorAxis
Semi Major Axis of the ellipse. See Section 5.2.4 of RFC 5491.
Declaration
public Axis semiMajorAxis
Field Value
Type | Description |
---|---|
Axis |
semiMinorAxis
Semi Minor Axis of the ellipse. See Section 5.2.4 of RFC 5491.
Declaration
public Axis semiMinorAxis
Field Value
Type | Description |
---|---|
Axis |
srsName
Gets or sets the srsName attribute for the Ellipse element.
Declaration
public string srsName
Field Value
Type | Description |
---|---|
string |