C# Class csCommon.Plugins.MgrsGrid.GridZone

Mostra file Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
AlmostEqual ( double x, double y ) : bool
GridZone ( double pSouthLatitude, double pNorthLatitude, double pWestLongitude, double pEastLongitude ) : System
NorthEast ( ) : WGS84LatLongPoint
NorthWest ( ) : WGS84LatLongPoint
SouthEast ( ) : WGS84LatLongPoint
SouthWest ( ) : WGS84LatLongPoint
getCenter ( ) : WGS84LatLongPoint

Method Details

AlmostEqual() public static method

public static AlmostEqual ( double x, double y ) : bool
x double
y double
return bool

GridZone() public method

public GridZone ( double pSouthLatitude, double pNorthLatitude, double pWestLongitude, double pEastLongitude ) : System
pSouthLatitude double
pNorthLatitude double
pWestLongitude double
pEastLongitude double
return System

NorthEast() public method

public NorthEast ( ) : WGS84LatLongPoint
return WGS84LatLongPoint

NorthWest() public method

public NorthWest ( ) : WGS84LatLongPoint
return WGS84LatLongPoint

SouthEast() public method

public SouthEast ( ) : WGS84LatLongPoint
return WGS84LatLongPoint

SouthWest() public method

public SouthWest ( ) : WGS84LatLongPoint
return WGS84LatLongPoint

getCenter() public method

public getCenter ( ) : WGS84LatLongPoint
return WGS84LatLongPoint