Map Suite MVC Edition Sample Applications

All Samples

Create a ScaleLineAdormentLayer

Screenshot

This sample demonstrates how to display a scale line on the map using ScaleLineAdornmentLayer.

View Sample

Create a RestrictionLayer

Screenshot

This sample shows how to render the map at a limited extent or prevent certain areas from displaying.

View Sample

Create a GraticuleAdornmentLayer

Screenshot

This sample demonstrates adding a graticule layer to the map to display a grid of latitude and longitude values.

View Sample

Load TabFileFeatureLayer

Screenshot

This sample shows how to display a map using data loaded from a MapInfo TAB file.

View Sample

Create an InMemoryFeatureLayer

Screenshot

This sample shows how to display a map using data that is stored only in memory.

View Sample

Create a Spatial Index for a ShapeFileFeatureLayer

Screenshot

This sample shows how to create a spatial index for a ShapeFileFeatureLayer.

View Sample

Load a GridFileFeatureLayer

Screenshot

This sample shows how to display a map using data loaded from a Grid file.

View Sample

Load a Map from Streams

Screenshot

As an alternative to loading data from a specified data source on the file system, you can choose to pass your own stream. This sample shows you how to use the StreamLoading event of the ShapeFileFeatureSource for this purpose.

View Sample

Load a MSSQL2008FeatureLayer

Screenshot

This sample shows how to display a map using data loaded from Microsoft SQL Server 2008.

View Sample

Load a OracleFeatureLayer

Screenshot

This sample shows how to display a map using data loaded from an Oracle Spatial database.

View Sample