Enum CsMapStatus
Enumeration covering the different types of GeoCoordinate class errors
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public enum CsMapStatus
Remarks
These are the errors that will be returned when calling functions that require access to the CS-MAP API
Fields
| Name | Description |
|---|---|
| ErrorConversionOfCoordinate | Unexpected error when rying to convert a coordinate from one coordinate system to another |
| ErrorDictionaryNotFound | CS-MAP dictionary directory not found |
| ErrorHttpClientFailure | HTTP Connection to web service failure |
| ErrorInvalidProjectionName | An invalid or unexpected projection name or zone was used in an conversion |
| Ok | Ok, function call worked as expected |