Map Suite MVC Edition Sample Applications

All Samples

Zoom In to the Feature the User Clicked

Screenshot

This sample is similar to the sample "Find The Feature The User Clicked On". Here, instead of just showing information about the selected feature, we will instead highlight the feature and the extent of the map will be set to the bounding box of that feature. Just click on a country and the map will zoom in to it.

View Sample

Measure Map Tool

Screenshot

This sample demonstrates the Measure map tool, which is used to measure distances and areas.

View Sample

Execute a Spatial Query

Screenshot

This sample shows how to perform various types of geoprocessing in order to query the features in a ShapeFileFeatureSource.

View Sample

Find Features Within a Distance

Screenshot

This sample demonstrates finding the features in a ShapeFileFeatureSource that are within a specified distance.

View Sample

Get the Feature Count

Screenshot

This sample shows how to determine the number of features in a feature layer.

View Sample

Get All Features

Screenshot

This sample simply retrieves all the features from a feature layer and displays some of their data.

View Sample

Get Column Data

Screenshot

This sample simply shows how to get all the column data from a feature layer and display them.

View Sample

Get Data of the Location Where the User Clicked

Screenshot

This sample shows how to perform a spatial query and display resulting information about the area we clicked on.

View Sample

Find Feature by ID

Screenshot

This sample shows how to find and display detailed information about a feature based on its ID.

View Sample

Draw the Map Using Different Simplification Types

Screenshot

The sample shows how to render the map geometry using two different simplification types (TopologyPeserving or DouglasPeucker).

View Sample