Epsg4326 constructor

const Epsg4326()

Implementation

const Epsg4326()
    : projection = const _LonLat(),
      transformation = const Transformation(1 / 180, 0.5, -1 / 180, 0.5),
      super();