文件名称:SharpMap_source_v0.9.2327
- 所属分类:
- 其它资源
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 322.5kb
- 下载次数:
- 0次
- 提 供 者:
- j*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C#开发的GIS引擎SharpMap的源代码。-C# development of the GIS engine SharpMap source.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 107215766sharpmap_source_v0.9.2327.zip 列表 src/ src/COPYING.txt src/SharpMap/ src/SharpMap.sln src/SharpMap.UI/ src/SharpMap.UI/Forms/ src/SharpMap.UI/Forms/MapImage.cs src/SharpMap.UI/Properties/ src/SharpMap.UI/Properties/AssemblyInfo.cs src/SharpMap.UI/SharpMap.UI.csproj src/SharpMap.UI/Web/ src/SharpMap.UI/Web/UI/ src/SharpMap.UI/Web/UI/Ajax/ src/SharpMap.UI/Web/UI/Ajax/AjaxMap.js src/SharpMap.UI/Web/UI/Ajax/AjaxMapControl.cs src/SharpMap.UI/Web/UI/Ajax/AjaxMapControlDesigner.cs src/SharpMap/Converters/ src/SharpMap/Converters/WellKnownBinary/ src/SharpMap/Converters/WellKnownBinary/GeometryFromWKB.cs src/SharpMap/Converters/WellKnownBinary/GeometryToWKB.cs src/SharpMap/Converters/WellKnownBinary/WKBByteOrder.cs src/SharpMap/Converters/WellKnownBinary/WKBGeometryType.cs src/SharpMap/Converters/WellKnownText/ src/SharpMap/Converters/WellKnownText/CoordinateSystemWktReader.cs src/SharpMap/Converters/WellKnownText/GeometryFromWKT.cs src/SharpMap/Converters/WellKnownText/GeometryToWKT.cs src/SharpMap/Converters/WellKnownText/SpatialReference.cs src/SharpMap/Converters/WellKnownText/StreamTokenizer.cs src/SharpMap/Converters/WellKnownText/TokenType.cs src/SharpMap/Converters/WellKnownText/WKTStreamTokenizer.cs src/SharpMap/CoordinateSystems/ src/SharpMap/CoordinateSystems/AngularUnit.cs src/SharpMap/CoordinateSystems/AxisInfo.cs src/SharpMap/CoordinateSystems/AxisOrientationEnum.cs src/SharpMap/CoordinateSystems/CoordinateSystem.cs src/SharpMap/CoordinateSystems/CoordinateSystemFactory.cs src/SharpMap/CoordinateSystems/Datum.cs src/SharpMap/CoordinateSystems/DatumType.cs src/SharpMap/CoordinateSystems/Ellipsoid.cs src/SharpMap/CoordinateSystems/GeocentricCoordinateSystem.cs src/SharpMap/CoordinateSystems/GeographicCoordinateSystem.cs src/SharpMap/CoordinateSystems/GeographicTransform.cs src/SharpMap/CoordinateSystems/HorizontalCoordinateSystem.cs src/SharpMap/CoordinateSystems/HorizontalDatum.cs src/SharpMap/CoordinateSystems/IAngularUnit.cs src/SharpMap/CoordinateSystems/ICompoundCoordinateSystem.cs src/SharpMap/CoordinateSystems/ICoordinateSystem.cs src/SharpMap/CoordinateSystems/ICoordinateSystemAuthorityFactory.cs src/SharpMap/CoordinateSystems/ICoordinateSystemFactory.cs src/SharpMap/CoordinateSystems/IDatum.cs src/SharpMap/CoordinateSystems/IEllipsoid.cs src/SharpMap/CoordinateSystems/IFittedCoordinateSystem.cs src/SharpMap/CoordinateSystems/IGeocentricCoordinateSystem.cs src/SharpMap/CoordinateSystems/IGeodeticSpatialReference.cs src/SharpMap/CoordinateSystems/IGeographicCoordinateSystem.cs src/SharpMap/CoordinateSystems/IGeographicTransform.cs src/SharpMap/CoordinateSystems/IHorizontalCoordinateSystem.cs src/SharpMap/CoordinateSystems/IHorizontalDatum.cs src/SharpMap/CoordinateSystems/IInfo.cs src/SharpMap/CoordinateSystems/ILinearUnit.cs src/SharpMap/CoordinateSystems/ILocalCoordinateSystem.cs src/SharpMap/CoordinateSystems/ILocalDatum.cs src/SharpMap/CoordinateSystems/Info.cs src/SharpMap/CoordinateSystems/IParameterInfo.cs src/SharpMap/CoordinateSystems/IPrimeMeridian.cs src/SharpMap/CoordinateSystems/IProjectedCoordinateSystem.cs src/SharpMap/CoordinateSystems/IProjection.cs src/SharpMap/CoordinateSystems/IUnit.cs src/SharpMap/CoordinateSystems/IVerticalCoordinateSystem.cs src/SharpMap/CoordinateSystems/IVerticalDatum.cs src/SharpMap/CoordinateSystems/LinearUnit.cs src/SharpMap/CoordinateSystems/Parameter.cs src/SharpMap/CoordinateSystems/PrimeMeridian.cs src/SharpMap/CoordinateSystems/ProjectedCoordinateSystem.cs src/SharpMap/CoordinateSystems/Projection.cs src/SharpMap/CoordinateSystems/ProjectionParameter.cs src/SharpMap/CoordinateSystems/Projections/ src/SharpMap/CoordinateSystems/Projections/AlbersProjection.cs src/SharpMap/CoordinateSystems/Projections/Geocentric.cs src/SharpMap/CoordinateSystems/Projections/LambertConformalConic.cs src/SharpMap/CoordinateSystems/Projections/MapProjection.cs src/SharpMap/CoordinateSystems/Projections/Mercator.cs src/SharpMap/CoordinateSystems/Projections/TransverseMercator.cs src/SharpMap/CoordinateSystems/Transformations/ src/SharpMap/CoordinateSystems/Transformations/CoordinateTransformation.cs src/SharpMap/CoordinateSystems/Transformations/CoordinateTransformationAuthorityFactory.cs src/SharpMap/CoordinateSystems/Transformations/CoordinateTransformationFactory.cs src/SharpMap/CoordinateSystems/Transformations/DomainFlags.cs src/SharpMap/CoordinateSystems/Transformations/Geocentric.cs src/SharpMap/CoordinateSystems/Transformations/GeometryTransform.cs src/SharpMap/CoordinateSystems/Transformations/ICoordinateTransformation.cs src/SharpMap/CoordinateSystems/Transformations/ICoordinateTransformationFactory.cs src/SharpMap/CoordinateSystems/Transformations/IMathTransform.cs src/SharpMap/CoordinateSystems/Transformations/IMathTransformFactory.cs src/SharpMap/CoordinateSystems/Transformations/MathTransform.cs src/SharpMap/CoordinateSystems/Transformations/TransformType.cs src/SharpMap/CoordinateSystems/Unit.cs src/SharpMap/CoordinateSystems/WGS84ConversionInfo.cs src/SharpMap/Data/ src/SharpMap/Data/FeatureDataSet.cs src/SharpMap/Data/Providers/ src/SharpMap/Data/Providers/DbaseReader.cs src/SharpMap/Data/Providers/GeometryProvider.cs src/SharpMap/Data/Providers/iProvider.cs src/SharpMap/Data/Providers/MsSql.cs src/SharpMap/Data/Providers/OleDbPoint.cs src/SharpMap/Data/Providers/Oracle.cs src/SharpMap/Data/Providers/Pooling/ src/SharpMap/Data/Providers/Pooling/Connector.cs src/SharpMap/Data/Providers/Pooling/ConnectorPool.cs src/SharpMap/Data/Providers/PostGIS.cs src/SharpMap/Data/Providers/ShapeFile.cs src/SharpMap/Geometries/ src/SharpMap/Geometries/BoundingBox.cs src/SharpMap/Geometries/Curve.cs src/SharpMap/Geometries/Geometry.cs src/SharpMap/Geometries/GeometryCollection.cs src/SharpMap/Geometries/GeometryType.cs src/SharpMap/Geometries/IGeometry.cs src/SharpMap/Geometries/IGeometryCollection.cs src/SharpMap/Geometries/ISpatialReference.cs src/SharpMap/Geometries/LinearRing.cs src/SharpMap/Geometries/LineString.cs src/SharpMap/Geometries/MultiCurve.cs src/SharpMap/Geometries/MultiLineString.cs src/SharpMap/Geometries/MultiPoint.cs src/SharpMap/Geometries/MultiPolygon.cs src/SharpMap/Geometries/MultiSurface.cs src/SharpMap/Geometries/Point.cs src/SharpMap/Geometries/Point3D.cs src/SharpMap/Geometries/Polygon.cs src/SharpMap/Geometries/SpatialRelations.cs src/SharpMap/Geometries/Surface.cs src/SharpMap/Layers/ src/SharpMap/Layers/EcwRasterLayer.cs src/SharpMap/Layers/iLayer.cs src/SharpMap/Layers/LabelLayer.cs src/SharpMap/Layers/Layer.cs src/SharpMap/Layers/LayerGroup.cs src/SharpMap/Layers/VectorLayer.cs src/SharpMap/Layers/WmsLayer.cs src/SharpMap/Map/ src/SharpMap/Map/Map.cs src/SharpMap/Properties/ src/SharpMap/Properties/AssemblyInfo.cs src/SharpMap/Rendering/ src/SharpMap/Rendering/Label.cs src/SharpMap/Rendering/RenderExceptions.cs src/SharpMap/Rendering/Thematics/ src/SharpMap/Rendering/Thematics/ColorBlend.cs src/SharpMap/Rendering/Thematics/CustomTheme.cs src/SharpMap/Rendering/Thematics/GradientTheme.cs src/SharpMap/Rendering/Thematics/ITheme.cs src/SharpMap/Rendering/VectorRenderer.cs src/SharpMap/SharpMap.csproj src/SharpMap/Styles/ src/SharpMap/Styles/DefaultSymbol.png src/SharpMap/Styles/IStyle.cs src/SharpMap/Styles/LabelStyle.cs src/SharpMap/Styles/Style.cs src/SharpMap/Styles/VectorStyle.cs src/SharpMap/Utilities/ src/SharpMap/Utilities/Algorithms.cs src/SharpMap/Utilities/Indexing/ src/SharpMap/Utilities/Indexing/BinaryTree.cs src/SharpMap/Utilities/Indexing/SpatialIndexing.cs src/SharpMap/Utilities/LeastSquaresTransform.cs src/SharpMap/Utilities/Providers.cs src/SharpMap/Utilities/Surrogates.cs src/SharpMap/Utilities/Transform.cs src/SharpMap/Utilities/Version.cs src/SharpMap/Web/ src/SharpMap/Web/Cache.cs src/SharpMap/Web/HttpHandler.cs src/SharpMap/Web/Wfs/ src/SharpMap/Web/Wms/ src/SharpMap/Web/Wms/Capabilities.cs src/SharpMap/Web/Wms/Schemas/ src/SharpMap/Web/Wms/Schemas/1.3.0/ src/SharpMap/Web/Wms/Schemas/1.3.0/capabilities_1_3_0.xsd src/SharpMap/Web/Wms/Schemas/1.3.0/capabilities_1_3_0.xsx src/SharpMap/Web/Wms/Schemas/1.3.0/exceptions_1_3_0.xsd src/SharpMap/Web/Wms/Schemas/1.3.0/exceptions_1_3_0.xsx src/SharpMap/Web/Wms/WmsException.cs src/SharpMap/Web/Wms/WmsServer.cs