C# Class csCommon.Plugins.MgrsGrid.MgrsViewport

Creates
Show file Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
MgrsViewport ( Map pEsriMap ) : System

Initializes a new instance of the MgrsViewport class.

Private Methods

Method Description
AlmostEqual ( double x, double y ) : bool

The almost equal.

CalculateVisibleLatitudeLines ( GeographicBoundingBox pBoundingBox ) : IEnumerable

Return list of latitudes in bounding box UTM Latitude: each 8 degrees

CalculateVisibleLongitudeLines ( GeographicBoundingBox pBoundingBox ) : IEnumerable

Return list of latitudes in bounding box UTM Longitude: each 6 degrees

CalculateVisibleUtmBoxes ( List pLatitudeLines, List pLongitudeLines ) : List

Create UTM boxes (can be full utm cell of partly utm cell (at edges map))

Method Details

MgrsViewport() public method

Initializes a new instance of the MgrsViewport class.
public MgrsViewport ( Map pEsriMap ) : System
pEsriMap Map /// The p esri map. ///
return System