Click here to Skip to main content
Click here to Skip to main content

Mapview

By , 6 Jun 2004
 

Introduction

Graphic applications which make the backbone for CAD/CAM/GIS applications need to have a canvas or view on which all the graphic elements are rendered. Any complex model in CAD/CAM/GIS applications is composed of basic graphic elements such as lines, arc, circle, ellipse, rectangles, polylines, polygons…etc.

The complex models are easily created by performing the simple operations on the graphic elements, and these basic editing features include copy, cut, paste, move, delete, scale, mirror.

Mapview is an attempt to create a C# component that can be used to create and edit the graphic elements interactively.

Background

Mapview control is a C# component, which allows the user to create various types of vector graphical elements and which will be created and edited interactively.

To avoid this inconvenience, this implementation is logically divided to geometrical model and view. When you're editing objects inside the Mapview, geometrical model (presented in “real world” coordinates) is changing and the view (client coordinates) stays the same, and when you rescale and scroll the Mapview, the geometrical model stays unchanged.

Mapview model could have several views showing different parts of the model. All views are updated automatically when the model changes, it means that if you moving or editing shape in one of the views you will see changes in others.

Using Mapview

The sample code is having the detailed description about using the application. This is initial version of the control and some of the functionality is yet to be implemented.

Using the code

The sample code is having the detailed description about using the application. This is initial version of the control and some of the functionality is yet to be implemented.

Enthusiastic users are encouraged to take the code implement/modify/fine tune the code wherever required.

Points of Interest

I would like to make an efficient FREE CAD/GIS graphic engine in .NET using C#. So, that the users need not depend on the proprietary software to make the applications. This is the first step in that direction.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Bojja Kalyan Kumar

United States United States
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralMy vote of 1memberMember 40308897-May-11 7:16 
QuestionCan we use this in web appln?memberrasagna15-Jul-04 20:28 
GeneralBuild ErrorsmemberAndreas Jerke7-Jun-04 21:11 
GeneralRe: Build Errorsmemberpxp8-Jun-04 0:13 
GeneralRe: Build Errorsmemberskboey12-Jul-04 23:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130619.1 | Last Updated 7 Jun 2004
Article Copyright 2004 by Bojja Kalyan Kumar
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid