C# Class csCommon.Plugins.MgrsGrid.GridZone

Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static AlmostEqual ( double x, double y ) : bool
x double
y double
Résultat bool

GridZone() public méthode

public GridZone ( double pSouthLatitude, double pNorthLatitude, double pWestLongitude, double pEastLongitude ) : System
pSouthLatitude double
pNorthLatitude double
pWestLongitude double
pEastLongitude double
Résultat System

NorthEast() public méthode

public NorthEast ( ) : WGS84LatLongPoint
Résultat WGS84LatLongPoint

NorthWest() public méthode

public NorthWest ( ) : WGS84LatLongPoint
Résultat WGS84LatLongPoint

SouthEast() public méthode

public SouthEast ( ) : WGS84LatLongPoint
Résultat WGS84LatLongPoint

SouthWest() public méthode

public SouthWest ( ) : WGS84LatLongPoint
Résultat WGS84LatLongPoint

getCenter() public méthode

public getCenter ( ) : WGS84LatLongPoint
Résultat WGS84LatLongPoint