类 Drivers

Drivers class

所有受支持格式的驱动程序。

public static class Drivers

属性

名称描述
static BmpW { get; }BmpW 栅格格式的驱动程序。
static Csv { get; }用于 CSV 格式的驱动程序。
static EsriAscii { get; }Esri AscII 栅格格式的驱动程序。
static EsriJson { get; }EsriJson 格式的驱动程序。
static FileGdb { get; }ESRI File Geodatabase 格式的驱动程序。
static GDAL { get; }GDAL 格式的驱动程序。
static GeoJson { get; }用于 GeoJSON 格式的驱动程序。
static GeoJsonSeq { get; }GeoJsonSeq 的驱动程序:GeoJSON 要素序列。
static GeoTiff { get; }GeoTIFF 或 TIFF 栅格格式的驱动程序。
static Gml { get; }GML 格式的驱动程序。
static Gpx { get; }GPX 格式的驱动程序。
static InFile { get; }用于处理数据并将更改保存到硬盘文件的驱动程序。
static InMemory { get; }用于在内存中处理数据的驱动程序。
static JpegW { get; }JpegW 栅格格式的驱动程序。
static Kml { get; }KML 格式的驱动程序。
static MapInfoInterchange { get; }MapInfo Interchange Format 的驱动程序。
static MapInfoTab { get; }用于 MapInfo Tab 格式的驱动程序。
static OsmXml { get; }OSM XML 格式的驱动程序。
static PngW { get; }PngW 栅格格式的驱动程序。
static PostGis { get; }PostGIS 数据库的驱动程序。
static Shapefile { get; }用于 Shapefile 格式的驱动程序。
static SqlServer { get; }用于 SQL Server 数据库的驱动程序。
static TiffW { get; }TiffW 栅格格式的驱动程序。
static TopoJson { get; }用于 TopoJSON 格式的驱动程序。
static WorldRaster { get; }带有世界文件的 raster.formats 驱动程序
static XyzTiles { get; }用于瓦片网络地图(如 OpenStreetMaps、Google Maps 等)的驱动程序。

另见