Class GapOverlap
Data class for the I3 Gap Overlay NOTIFY body. See Section 4.3.4 and Section E.11.1.3 of NENA-STA-010.3.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public class GapOverlap
Constructors
| Edit this page View SourceGapOverlap()
Default constructor
Declaration
public GapOverlap()
Fields
| Edit this page View Sourceagencies
Array of URIs of Agency with gap/overlap. Will be repeated at least twice Required.
Declaration
public List<string> agencies
Field Value
Type | Description |
---|---|
List<string> |
layers
Array of layers in which gap/overlap exists. May occur multiple times. Required.
Declaration
public List<string> layers
Field Value
Type | Description |
---|---|
List<string> |
Properties
| Edit this page View Sourcearea
GML Polygon area of gap/overlap. Required.
Declaration
public string area { get; set; }
Property Value
Type | Description |
---|---|
string |
dateTime
Timestamp when gap/overlap will occur. Required.
Declaration
public string dateTime { get; set; }
Property Value
Type | Description |
---|---|
string |
gap
True if a gap, else False. Required.
Declaration
public bool gap { get; set; }
Property Value
Type | Description |
---|---|
bool |