Download MapAround

Description

.NET tools for developing web and desktop mapping applications

Source Files

The download file maparound.zip has the following entries.


COPYING// ww  w . j a v a 2 s . c o  m
MapAround.sln
MapAround.suo
README.md
bin/Newtonsoft.Json.dll
bin/Newtonsoft.Json.xml
src/MapAround.Core/Caching/FeatureCaching.cs
src/MapAround.Core/Caching/JSONCaching.cs
src/MapAround.Core/Caching/TileCaching.cs
src/MapAround.Core/CoordinateSystems/CoordinateSystems.cs
src/MapAround.Core/CoordinateSystems/Projections/Projections.cs
src/MapAround.Core/CoordinateSystems/Transformations/RubberSheeting.cs
src/MapAround.Core/CoordinateSystems/Transformations/Transformations.cs
src/MapAround.Core/CoordinateSystems/Transformations/Transformers.cs
src/MapAround.Core/CoordinateSystems/Transformations/Useful.cs
src/MapAround.Core/CoordinateSystems/WGS84ConversionInfo.cs
src/MapAround.Core/DataProviders/ProviderRegistry.cs
src/MapAround.Core/DataProviders/RasterProviders.cs
src/MapAround.Core/DataProviders/ShapeFileDataProvider.cs
src/MapAround.Core/DataProviders/SpatialDataProviders.cs
src/MapAround.Core/Extensions/Surfaces/IsolineBuilder.cs
src/MapAround.Core/Extensions/Surfaces/ShadedReliefBuilder.cs
src/MapAround.Core/FeatureLayerExtension/FeatureLayerExtension.cs
src/MapAround.Core/FeatureLayerExtension/ThematicLayerExtension.cs
src/MapAround.Core/Geography/EllipticAlgorithms.cs
src/MapAround.Core/Geography/EllipticGeometries.cs
src/MapAround.Core/Geography/EllipticOverlays.cs
src/MapAround.Core/Geography/GeoBuffer.cs
src/MapAround.Core/Geography/GeodeticCalculator.cs
src/MapAround.Core/Geometry/Buffer.cs
src/MapAround.Core/Geometry/DataStructures.cs
src/MapAround.Core/Geometry/Environment.cs
src/MapAround.Core/Geometry/Geometries.cs
src/MapAround.Core/Geometry/Overlays.cs
src/MapAround.Core/Geometry/PlanimetryAlgorithms.cs
src/MapAround.Core/Geometry/PolygonBuilding.cs
src/MapAround.Core/Geometry/Simplifier.cs
src/MapAround.Core/Geometry/SpatialRelations.cs
src/MapAround.Core/Geometry/Tessellations/Voronoi.cs
src/MapAround.Core/Geometry/Topology.cs
src/MapAround.Core/IO/BigEndianBinaryWriter.cs
src/MapAround.Core/IO/CommonWktClasses.cs
src/MapAround.Core/IO/DbaseFieldDescriptor.cs
src/MapAround.Core/IO/DbaseHeader.cs
src/MapAround.Core/IO/DbaseReader.cs
src/MapAround.Core/IO/DbaseWriter.cs
src/MapAround.Core/IO/Handlers/MultiLineHandler.cs
src/MapAround.Core/IO/Handlers/MultiPointHandler.cs
src/MapAround.Core/IO/Handlers/PointHandler.cs
src/MapAround.Core/IO/Handlers/PolygonHandler.cs
src/MapAround.Core/IO/Handlers/ShapeHandler.cs
src/MapAround.Core/IO/ShapeFile.cs
src/MapAround.Core/IO/StreamExtensions.cs
src/MapAround.Core/Indexing/Interfaces.cs
src/MapAround.Core/Indexing/KDTree.cs
src/MapAround.Core/Indexing/QuadTree.cs
src/MapAround.Core/MapAround.Core.csproj
src/MapAround.Core/Mapping/FeatureAppearance.cs
src/MapAround.Core/Mapping/FeatureRendering.cs
src/MapAround.Core/Mapping/MapObjects.cs
src/MapAround.Core/Mapping/MapWorkspace.cs
src/MapAround.Core/Mapping/RasterAlgorithms.cs
src/MapAround.Core/Mapping/RasterRendering.cs
src/MapAround.Core/Mapping/RasterStyle.cs
src/MapAround.Core/MathUtils/MathUtils.cs
src/MapAround.Core/Properties/AssemblyInfo.cs
src/MapAround.Core/Properties/Resources.Designer.cs
src/MapAround.Core/Properties/Resources.resx
src/MapAround.Core/RenderingExperiments/Fills.cs
src/MapAround.Core/RenderingExperiments/LineTransformations.cs
src/MapAround.Core/RenderingExperiments/Pipeline.cs
src/MapAround.Core/RenderingExperiments/Polygonizing.cs
src/MapAround.Core/RenderingExperiments/Rasterization.cs
src/MapAround.Core/RenderingExperiments/Scaning.cs
src/MapAround.Core/RenderingExperiments/ScannableObjects.cs
src/MapAround.Core/Resources/Thumbs.db
src/MapAround.Core/Resources/brush1.bmp
src/MapAround.Core/Resources/brush10.bmp
src/MapAround.Core/Resources/brush11.bmp
src/MapAround.Core/Resources/brush12.bmp
src/MapAround.Core/Resources/brush13.bmp
src/MapAround.Core/Resources/brush14.bmp
src/MapAround.Core/Resources/brush15.bmp
src/MapAround.Core/Resources/brush16.bmp
src/MapAround.Core/Resources/brush17.bmp
src/MapAround.Core/Resources/brush18.bmp
src/MapAround.Core/Resources/brush19.bmp
src/MapAround.Core/Resources/brush2.bmp
src/MapAround.Core/Resources/brush20.bmp
src/MapAround.Core/Resources/brush21.bmp
src/MapAround.Core/Resources/brush22.bmp
src/MapAround.Core/Resources/brush23.bmp
src/MapAround.Core/Resources/brush24.bmp
src/MapAround.Core/Resources/brush25.bmp
src/MapAround.Core/Resources/brush3.bmp
src/MapAround.Core/Resources/brush4.bmp
src/MapAround.Core/Resources/brush5.bmp
src/MapAround.Core/Resources/brush6.bmp
src/MapAround.Core/Resources/brush7.bmp
src/MapAround.Core/Resources/brush8.bmp
src/MapAround.Core/Resources/brush9.bmp
src/MapAround.Core/Serialization/GeometrySerializers.cs
src/MapAround.Core/Serialization/SpatialReferenceSerializers.cs
src/MapAround.Core/UI/Legend.cs
src/MapAround.Core/Web/MapServerBase.cs
src/MapAround.Core/Web/Wms/WmsCapabilities.cs
src/MapAround.Core/Web/Wms/WmsContactInformation.cs
src/MapAround.Core/Web/Wms/WmsFeatureRender.cs
src/MapAround.Core/Web/Wms/WmsFeaturesInfoNeededEventArgs.cs
src/MapAround.Core/Web/Wms/WmsServer.cs
src/MapAround.Core/Web/Wms/WmsServiceDescription.cs
src/MapAround.Core/Web/Wms/WmsUnknownRequestEventArgs.cs
src/MapAround.Core/Web/Wmts/WMTSServer.cs
src/MapAround.Core/Web/Wmts/WmtsCapabilities.cs
src/MapAround.Core/Web/Wmts/WmtsServiceDescription.cs
src/WebMapControl/AssemblyInfo.cs
src/WebMapControl/Caching.cs
src/WebMapControl/LegendImageHandler.cs
src/WebMapControl/MapControl.cs
src/WebMapControl/MapImageHandler.cs
src/WebMapControl/Properties/AssemblyInfo.cs
src/WebMapControl/Properties/Resources.Designer.cs
src/WebMapControl/Properties/Resources.resx
src/WebMapControl/Scripts/excanvas.compiled.js
src/WebMapControl/Scripts/excanvas.js
src/WebMapControl/Scripts/maptools.js
src/WebMapControl/WebMapControl.csproj
src/WinFormsMapControl/GeometryEditor.cs
src/WinFormsMapControl/MapControl.Designer.cs
src/WinFormsMapControl/MapControl.cs
src/WinFormsMapControl/Properties/AssemblyInfo.cs
src/WinFormsMapControl/WinFormsMapControl.csproj
src/WpfMapControl/MapControl.xaml
src/WpfMapControl/MapControl.xaml.cs
src/WpfMapControl/Properties/AssemblyInfo.cs
src/WpfMapControl/Properties/Resources.Designer.cs
src/WpfMapControl/Properties/Resources.resx
src/WpfMapControl/Properties/Settings.Designer.cs
src/WpfMapControl/Properties/Settings.settings
src/WpfMapControl/WpfMapControl.csproj

Download

Click the following link to download maparound.zip.

maparound.zip




















Home »
  C# Free Code »
    Web »




AJAX
Blog
DotNetNuke
Email
HTML
Http
IIS
JavaScript
jQuery
RSS
URL
VoIP
Web
WebSite
WebSocket