Class GIS

Namespace
SIMDispatcher.Core.Defaults
Assembly
SIMDispatcher.Core.dll

Provides default constants and settings related to Geographical Information Systems (GIS) used within the SIMDispatcher platform. This class focuses on geocoding configurations that are used across various parts of the application to ensure consistent address resolution.

public static class GIS
Inheritance
GIS
Inherited Members

Fields

GeocodingSearchFormat

The default format string used for geocoding search queries. This format is used to construct address queries when no custom format is specified in a command center's settings. It combines multiple address components into a single string that can be interpreted by geocoding services to locate precise geographical coordinates. The format includes placeholders for house number, street name, city name, district name, state name, and postal code.

public const string GeocodingSearchFormat = "{houseNumber} {street} {cityName} {districtName} {stateName} {districtZip}"

Field Value

string