GisFormat

GisFormat enumeration

Defines various gis subformats.

public enum GisFormat

Values

Name Value Description
Unknown 0 The format is not recognized.
Shp 1 Shp file.
GeoJson 2 GeoJson file.
TopoJson 3 TopoJson file.
Gml 4 Gml file.
Osm 5 Osm file.
Kml 6 Kml file.
Gpx 7 Gpx file.

See Also