Class Proj4FileReader

java.lang.Object
org.locationtech.proj4j.io.Proj4FileReader

public class Proj4FileReader extends Object
  • Constructor Details

    • Proj4FileReader

      public Proj4FileReader()
  • Method Details

    • readParametersFromFile

      public String[] readParametersFromFile(String authorityCode, String name) throws IOException
      Throws:
      IOException
    • getParameters

      public String[] getParameters(String crsName)
      Gets the list of PROJ.4 parameters which define the coordinate system specified by name.
      Parameters:
      crsName - the name of the coordinate system
      Returns:
      the PROJ.4 projection parameters which define the coordinate system
    • readEpsgCodeFromFile

      public String readEpsgCodeFromFile(String[] params) throws IOException
      Throws:
      IOException