Map Suite MVC Edition Sample Applications

All Samples

Add Additional Custom Properties and Methods

Screenshot

This sample shows how you can add additional custom properties and methods to your objects.

View Sample

Use PDF Extension

Screenshot

In this sample, we show you how to use the PdfGeoCanvas in PdfExtension to print a typical map as a PDF document.

View Sample

Find World Coordinates Where the User Clicked

Screenshot

This sample shows how to get the coordinates (in world system) at the point where the user clicked.

View Sample

Convert World Coordinates to Screen

Screenshot

This sample shows you how to convert a coordinate in the world system to a drawing coordinate on the screen.

View Sample

Convert Screen Coordinates to World

Screenshot

This sample shows you how to convert a drawing coordinate on the screen to a coordinate in the world system.

View Sample

Get Distance Between Two Points

Screenshot

This sample simply shows you how to get the distance between two points.

View Sample

Print a Map

Screenshot

This sample demonstrates the robust controls available for creating a page layout and printing the map to it.

View Sample

Use a Different Projection for a Feature Layer

Screenshot

This sample shows how to convert a single layer's projection from EPSG:4326 to EPSG:2163.

View Sample

Use RotationProjection for a Feature Layer

Screenshot

This sample shows how to project a layer from its own internal projection to an external projection while doing a rotation at the same time.

View Sample

Find the Feature the User Clicked

Screenshot

This sample show you how to find the feature at the point where the user clicked.

View Sample