NTEPSG3857


@interface NTEPSG3857 : NTProjection

EPSG:3857 is a Spherical Mercator projection coordinate system popularized by web services such as Google and later OpenStreetMap. Z-coordinate denotes height in meters.

  • Undocumented

    Declaration

    Objective-C

    -(id)init;
  • Undocumented

    Declaration

    Objective-C

    - (NTMapPos *)fromWgs84:(NTMapPos *)wgs84Pos;
  • Undocumented

    Declaration

    Objective-C

    - (NTMapPos *)toWgs84:(NTMapPos *)mapPos;
  • Undocumented

    Declaration

    Objective-C

    - (NSString *)getName;
  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;