CanvasMap
Getting Started Tutorials 3D Reference

Projections

CanvasMap provides very flexible support for projections. This includes back projecting coordinates to get lat/lon values when a displayed data set is projected, projecting data on load, and dynamic projections where settings for the projection can be changed and then then data is projected on the fly.

CMProjector

CMProjector is the based class and is a subclass of CMBase.

Functions for subclasses to use

Functions for subclasses to override

Almost all subclasses will override the following functions:

The following functions will provide regions for filling and drawing the bounds of the valid projection area and a BoundingBox in projected space.

Types: