Class LocatorRecord
Data class that contains information about an agency. See Section 4.15.4 and Section E.10.1 of NENA-STA-010.3.
Inherited Members
Namespace: AgencyLocator
Assembly: Ng911Lib.dll
Syntax
public class LocatorRecord
  Constructors
| Edit this page View SourceLocatorRecord()
Default constructor
Declaration
public LocatorRecord()
  Fields
| Edit this page View SourceserviceAgencyTypes
Array of Service or Agency Type (psap, police, fire, …). Required.
Declaration
public List<string> serviceAgencyTypes
  Field Value
| Type | Description | 
|---|---|
| List<string> | 
Properties
| Edit this page View SourceadminLineUri
URI (sip or tel) containing 10 digit admin line #, see Section 4.2.1.1 of NENA-STA-010.3.
Declaration
public string adminLineUri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
dscRptUri
Discrepancy Report Service URI, see Section 3.7 of NENA-STA-010.3.
Declaration
public string dscRptUri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
eidoInterfaceUri
EIDO Interface URI, See Section 4.12.1 of NENA-010.3.
Declaration
public string eidoInterfaceUri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
emergencySipInterfaceUri
Interface where 9-1-1 SIP calls are accepted. Required.
Declaration
public string emergencySipInterfaceUri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
headJcard
jCard of top agency or service operator official.
Declaration
public string headJcard { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
loggerUri
Service or Agency Logging Service interface, see Section 4.12.1 of NENA-STA-010.3. Required.
Declaration
public string loggerUri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
mdsFeatureInterfaceUri
MappingDataService Web Feature Service interface
Declaration
public string mdsFeatureInterfaceUri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
mdsImageInterfaceUri
MappingDataService Web Map Service interface.
Declaration
public string mdsImageInterfaceUri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
onDutySuperJcard
jCard of supervisor on duty now.
Declaration
public string onDutySuperJcard { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
recordId
ID of this record at this Service/Agency Locator. Required.
Declaration
public string recordId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
serviceAgencyId
Service ID or Agency ID of the Service or Agency. Required.
Declaration
public string serviceAgencyId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
serviceAgencyJcard
Service operator or Agency Contact information. The name of the service or agency is found in the first ‘org’ field of the jCard. Required.
Declaration
public string serviceAgencyJcard { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
serviceAgencyName
Official name of Service or Agency. Required
Declaration
public string serviceAgencyName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
svcStateUri
Service State Subscription URI for a service, such as the PSAP service.
Declaration
public string svcStateUri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |