类 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 等的瓦片网络地图的驱动程序。

另见