Class Ellipsoid
Class that implements the Ellipsoid 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 Ellipsoid
  Constructors
| Edit this page View SourceEllipsoid()
Default constructor.
Declaration
public Ellipsoid()
  Fields
| Edit this page View Sourceorientation
Orientation.
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
Declaration
public Axis semiMajorAxis
  Field Value
| Type | Description | 
|---|---|
| Axis | 
semiMinorAxis
Semi-Minor Axis
Declaration
public Axis semiMinorAxis
  Field Value
| Type | Description | 
|---|---|
| Axis | 
srsName
Gets or sets the srsName attribute for the Ellipsoid element. The default value specifies the geogrphic 3d profile.
Declaration
public string srsName
  Field Value
| Type | Description | 
|---|---|
| string | 
verticalAxis
Vertical Axis.
Declaration
public Axis verticalAxis
  Field Value
| Type | Description | 
|---|---|
| Axis |