Class GisDiscrepancyReport
Data class for the GIS Discrepancy Report. See Sections 3.7.11 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class GisDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceGisDiscrepancyReport()
Default constructor.
Declaration
public GisDiscrepancyReport()
Properties
| Edit this page View Sourcedetail
A string containing the name of the item that is duplicated, omitted, or contains an incorrect data type; or the geometry or address range is bad; or the URI is malformed. Conditional: REQUIRED if the problem is an item that is duplicated, omitted, or contains an incorrect data type; or if the problem concerns bad geometry, an incorrect address range, or a malformed URI.
Declaration
public string detail { get; set; }
Property Value
Type | Description |
---|---|
string |
layerIds
The IDs of the layers as a whitespace separated list. Conditional: REQUIRED if the error is specific to a layer or set of layers.
Declaration
public string layerIds { get; set; }
Property Value
Type | Description |
---|---|
string |
location
One or more locations where the gap or overlap can be found or for which an incorrect LoST referral is made. Conditional: REQUIRED if the error is specific to a location or set of locations.
Declaration
public string location { get; set; }
Property Value
Type | Description |
---|---|
string |
lostUri
The URI provisioned. Conditional: REQUIRED if a URI was provisioned.
Declaration
public string lostUri { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Specifies the problem. Must be set to the string equivalent of one of the values in the GisProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |