Package com.vividsolutions.jump.coordsys
Class EsriProj
- java.lang.Object
-
- com.vividsolutions.jump.coordsys.EsriProj
-
public class EsriProj extends Object
This class is used to find the precise Esri prj string for a given srid. Prj strings are taken from Esri Github Repo, licensed under the Apache License, Version 2.0 (the "License"). This class uses the two following files from the github repository :- /csv/pe_list_projcs.csv
- /csv/pe_list_geogcs.csv
-
-
Constructor Summary
Constructors Constructor Description EsriProj()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
findProj(int id)
static void
main(String[] args)
static void
setProjFile(File zipFileName, String zipEntryName)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, URISyntaxException
- Throws:
IOException
URISyntaxException
-
findProj
public static String findProj(int id) throws IOException
- Throws:
IOException
-
-