| static readonly Gdb |
ESRI file Geodatabase (FileGDB) is a collection of files in a folder on disc that hold related geospatial data such as feature datasets, feature classes and associated tables. It requires certain other files to be kept alongside the .gdb file in the same directory for it to work. Learn more about this file format here. |
| static readonly GeoJson |
GeoJSON is a JSON based format designed to represent the geographical features with their non-spatial attributes. This format defines different JSON (JavaScript Object Notation) objects and their joining fashion. JSON format represents a collective information about the Geographical features, their spatial extents, and properties. Learn more about this file format here. |
| static readonly GeoJsonSeq |
GeoJSON Text Sequence is a stream of independent GeoJSON records rather than one enclosing document, each record delimited by a newline or by the RS control character. It is used for feeds that are appended to over time, where the end of the collection is not known when writing starts. |
| static readonly Gml |
GML stands for Geography Markup Language that is based on XML specifications developed by the Open Geospatial Consortium (OGC). The format is used to store geographic data features for interchange among different file formats. It serves as a modeling language for geographic systems as well as an open interchange format for geographic transactions on the internet. Learn more about this file format here. |
| static readonly Gpx |
Files with GPX extension represent GPS Exchange format for interchange of GPS data between applications and web services on the internet. It is a light-weight XML file format that contains GPS data i.e. waypoints, routes and tracks to be imported and red by multiple programs. Learn more about this file format here. |
| static readonly Kml |
KML (Keyhole Markup Language) contains geospatial information in XML notation. Files saved as KML can be opened in Geographic Information System (GIS) applications provided they support it. Many applications have started providing support for KML file format after it has been adopted as international standard. KML uses a tag-based structure with nested elements and attributes. Learn more about this file format here. |
| static readonly Kmz |
KMZ is a ZIP archive carrying a KML document, by convention named doc.kml at the archive root, together with any resources that document refers to. Compressing the markup is the point: a KML feed of any size shrinks dramatically, which is why publishers distribute KMZ rather than KML. Learn more about this file format here. |
| static readonly Osm |
The OSM file format is a structured data format used to store geographical data in the OpenStreetMap project. OSM files are typically in XML format and contain information such as the location of roads, buildings, points of interest, and other features on the map. Learn more about this file format here. |
| static readonly Shp |
SHP is the file extension for one of the primary file types used for representation of ESRI Shapefile. It represents Geospatial information in the form of vector data to be used by Geographic Information Systems (GIS) applications. Learn more about this file format here. |
| static readonly TopoJson |
TopoJSON is an extension of GeoJSON that encodes topology. Rather than representing geometries discretely, geometries in TopoJSON files are stitched together from shared line segments called arcs. |