Class locInfoType
Class that implements the locInfoType XML schema specified in Section 2.2.5 of RFC 4119.
Inherited Members
Namespace: Pidf
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class locInfoType
  Constructors
| Edit this page View SourcelocInfoType()
Default constructor.
Declaration
public locInfoType()
  Fields
| Edit this page View SourceArcBand
Contains a 2D arc-band shape for the location.
Declaration
public ArcBand ArcBand
  Field Value
| Type | Description | 
|---|---|
| ArcBand | 
Circle
Contains a 2D circle location.
Declaration
public Circle Circle
  Field Value
| Type | Description | 
|---|---|
| Circle | 
Dynamic
Contains the Dynamic orientation, heading and speed information. See RFC 5962
Declaration
public DynamicType Dynamic
  Field Value
| Type | Description | 
|---|---|
| DynamicType | 
Ellipse
Contains a 2D ellipse location.
Declaration
public Ellipse Ellipse
  Field Value
| Type | Description | 
|---|---|
| Ellipse | 
Ellipsoid
Contains a 3D ellipsoid location.
Declaration
public Ellipsoid Ellipsoid
  Field Value
| Type | Description | 
|---|---|
| Ellipsoid | 
Point
Contains a point location.
Declaration
public Point Point
  Field Value
| Type | Description | 
|---|---|
| Point | 
Polygon
Contains a polygon.
Declaration
public Polygon Polygon
  Field Value
| Type | Description | 
|---|---|
| Polygon | 
Prism
Contains a 3D prism shape for the location.
Declaration
public Prism Prism
  Field Value
| Type | Description | 
|---|---|
| Prism | 
Sphere
Contains a 3D sphere location.
Declaration
public Sphere Sphere
  Field Value
| Type | Description | 
|---|---|
| Sphere | 
civicAddress
Contains a civic address location
Declaration
public CivicAddress civicAddress
  Field Value
| Type | Description | 
|---|---|
| CivicAddress | 
confidence
Contains the confidence information for the location. Should not be present if the location type is a Point. See RFC 7459
Declaration
public Confidence confidence
  Field Value
| Type | Description | 
|---|---|
| Confidence | 
id
ID for the location.
Declaration
public string id
  Field Value
| Type | Description | 
|---|---|
| string | 
profile
Profile such as geodetic-2d or civic
Declaration
public string profile
  Field Value
| Type | Description | 
|---|---|
| string |