Skip to content

Coordinate System

  • cna.get_epsg() returns the EPSG code if the coordinate system is defined using one. If the EPSG code is not known, -1 is returned.
  • cna.set_epsg(epsg) sets the coordinate system based on the specified EPSG code. If the action was successful, true is returned, otherwise false.