Class LocationInformationType
A data type for a location associated with an incident. See Section 2.18 of NENA-STA-021.1a-2022.
Inherited Members
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class LocationInformationType : PrologueType
Properties
additionalDataReference
Additional information associated with an incident call, location, or person. Linked elements type are AdditionalDataType
Declaration
public List<ReferenceType> additionalDataReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |
cellTowerSectorId
The nearest cell tower and sector/face of the tower receiving a call associated with an incident.
Declaration
public string cellTowerSectorId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
crossStreetByReferenceUrl
A URL where a nearest cross street to an incident's location can be dereferenced.
Declaration
public List<string> crossStreetByReferenceUrl { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
crossStreetByValue
A nearest cross street to an incident's location in PIDF-LO format.
Declaration
public List<string> crossStreetByValue { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
intersectingStreetByReferenceUrl
A URL where an additional street, that with the location forms an intersection, can be dereferenced.
Declaration
public List<string> intersectingStreetByReferenceUrl { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
intersectingStreetByValue
An additional street, that with the location forms an intersection, in PIDF-LO format.
Declaration
public List<string> intersectingStreetByValue { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
locationByReferenceUrl
A URL where a location associated with an incident can be dereferenced.
Declaration
public string locationByReferenceUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
locationByValue
A type for an external adapter for a Presence Information Data Format-Location Object(PIDF-LO). This is the (escaped) XML presence document.
Declaration
public string locationByValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
locationDescriptionText
Optional text further describing the location type.
Declaration
public string locationDescriptionText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
locationTypeDescriptionRegistryText
Location type (Caller, Initial, CurrentIncident, Staging, Investigation, Tower Location, etc. Shall only contains values present in the Location type registry. See Section 3.8 of NENA-STA-021.1a-2022. Required.
Declaration
public string locationTypeDescriptionRegistryText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
notesReference
Notes and comments associated with an incident. Linked elements type are NotesType
Declaration
public List<ReferenceType> notesReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |