Skip to content

kaono112/SharpMapServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpMapServer

基于OGC标准的c#地图发布器

本项目旨在通过C#语言实现基于OGC标准的GIS地图服务,包括但不限于WMS、WFS、WCS及WTMS。

解决方案中的项目:

OGC涉及的XML Schemas类:

SharpMapServer.Ogc.Gml:命名空间为http://www.opengis.net/gml的相关类
SharpMapServer.Ogc.Gml3_2:命名空间为http://www.opengis.net/gml/3.2的相关类
SharpMapServer.Ogc.Gmlcov1:命名空间为http://www.opengis.net/gmlcov/1.0的相关类

SharpMapServer.Ogc.Ows1_1:命名空间为http://www.opengis.net/ows/1.1的相关类
SharpMapServer.Ogc.Ows2:命名空间为http://www.opengis.net/ows/2.0的相关类

SharpMapServer.Isotc211.Gco:命名空间为http://www.isotc211.org/2005/gco的相关类
SharpMapServer.Isotc211.Gmd:命名空间为http://www.isotc211.org/2005/gmd的相关类
SharpMapServer.Isotc211.Gsr:命名空间为http://www.isotc211.org/2005/gsr的相关类
SharpMapServer.Isotc211.Gss:命名空间为http://www.isotc211.org/2005/gss的相关类
SharpMapServer.Isotc211.Gts:命名空间为http://www.isotc211.org/2005/gts的相关类

SharpMapServer.Ogc.Wcs2:命名空间为http://www.opengis.net/wcs/2.0的相关类
SharpMapServer.Ogc.Wfs2:命名空间为http://www.opengis.net/wfs/2.0的相关类
SharpMapServer.Ogc.Wms:命名空间为http://www.opengis.net/wms的相关类
SharpMapServer.Ogc.Wmts1:命名空间为http://www.opengis.net/wmts/1.0的相关类

SharpMapServer.Ogc:命名空间为http://www.opengis.net/ogc的相关类
SharpMapServer.Ogc.Fes2:命名空间为http://www.opengis.net/fes/2.0的相关类
SharpMapServer.Ogc.Security1:命名空间为http://www.opengis.net/security/1.0的相关类
SharpMapServer.Ogc.Swe2:命名空间为http://www.opengis.net/swe/2.0的相关类

SharpMapServer.SMIL20:命名空间为http://www.w3.org/2001/SMIL20的相关类
SharpMapServer.SMIL20.Language:命名空间为http://www.w3.org/2001/SMIL20的相关类
SharpMapServer.Xlink:命名空间为http://www.w3.org/1999/xlink的相关类

服务相关

SharpMapServer.Extensions:类扩展
SharpMapServer.Ogc.Services:定义OGC标准服务相关接口
SharpMapServer.Ogc.Services.Gdals:基于GDAL实现的OGC标准服务类
SharpMapServer.Services:服务涉及的WebApi

About

基于OGC标准的c#地图发布器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%