Class DynamicType
This class contains information about the orientation, heading and speed of an object whose location is described in a PIDF-LO XML document. See RFC 5962.
Inherited Members
Namespace: Pidf
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class DynamicType
  Fields
| Edit this page View SourceAny
Extension point for unknown elements. Will be null if there are no unknown elements.
Declaration
public XmlElement[] Any
  Field Value
| Type | Description | 
|---|---|
| XmlElement[] | 
AnyAttr
Extension point fo unknown attributes. Will be null if there are no unknown attributes.
Declaration
public XmlAttribute[] AnyAttr
  Field Value
| Type | Description | 
|---|---|
| XmlAttribute[] | 
heading
Specifies the direction in which the object is moving
Declaration
public DirectionType heading
  Field Value
| Type | Description | 
|---|---|
| DirectionType | 
orientation
Describes the physical orientation of the object.
Declaration
public DirectionType orientation
  Field Value
| Type | Description | 
|---|---|
| DirectionType | 
speed
Describes the speed of the object in meters/second
Declaration
public double speed
  Field Value
| Type | Description | 
|---|---|
| double | 
speedSpecified
Set this to true if the speed element has been set. A value of false indicates either that the speed element is not present or that the speed element should not be serialized.
Declaration
public bool speedSpecified
  Field Value
| Type | Description | 
|---|---|
| bool |