C# Class SuperMap.Connector.Control.Utility.SuperMapProjection

Inheritance: GMap.NET.PureProjection
显示文件 Open project: SuperMap/iClient-for-DotNet Class Usage Examples

Public Methods

Method Description
FromLatLngToPixel ( double lat, double lng, int zoom ) : GMap.NET.GPoint
FromPixelToLatLng ( long x, long y, int zoom ) : GMap.NET.PointLatLng
FromPixelToTileXY ( GMap.NET.GPoint p ) : GMap.NET.GPoint
FromTileXYToPixel ( GMap.NET.GPoint p ) : GMap.NET.GPoint
GetGroundResolution ( int zoom, double latitude ) : double
GetTileMatrixMaxXY ( int zoom ) : GMap.NET.GSize
GetTileMatrixMinXY ( int zoom ) : GMap.NET.GSize
GetTileMatrixSizePixel ( int zoom ) : GMap.NET.GSize
GetTileMatrixSizeXY ( int zoom ) : GMap.NET.GSize
SuperMapProjection ( double mapScales, MapParameter defaultMapParameter ) : System

Method Details

FromLatLngToPixel() public method

public FromLatLngToPixel ( double lat, double lng, int zoom ) : GMap.NET.GPoint
lat double
lng double
zoom int
return GMap.NET.GPoint

FromPixelToLatLng() public method

public FromPixelToLatLng ( long x, long y, int zoom ) : GMap.NET.PointLatLng
x long
y long
zoom int
return GMap.NET.PointLatLng

FromPixelToTileXY() public method

public FromPixelToTileXY ( GMap.NET.GPoint p ) : GMap.NET.GPoint
p GMap.NET.GPoint
return GMap.NET.GPoint

FromTileXYToPixel() public method

public FromTileXYToPixel ( GMap.NET.GPoint p ) : GMap.NET.GPoint
p GMap.NET.GPoint
return GMap.NET.GPoint

GetGroundResolution() public method

public GetGroundResolution ( int zoom, double latitude ) : double
zoom int
latitude double
return double

GetTileMatrixMaxXY() public method

public GetTileMatrixMaxXY ( int zoom ) : GMap.NET.GSize
zoom int
return GMap.NET.GSize

GetTileMatrixMinXY() public method

public GetTileMatrixMinXY ( int zoom ) : GMap.NET.GSize
zoom int
return GMap.NET.GSize

GetTileMatrixSizePixel() public method

public GetTileMatrixSizePixel ( int zoom ) : GMap.NET.GSize
zoom int
return GMap.NET.GSize

GetTileMatrixSizeXY() public method

public GetTileMatrixSizeXY ( int zoom ) : GMap.NET.GSize
zoom int
return GMap.NET.GSize

SuperMapProjection() public method

public SuperMapProjection ( double mapScales, MapParameter defaultMapParameter ) : System
mapScales double
defaultMapParameter SuperMap.Connector.Utility.MapParameter
return System