EPSG Extension Plugin¶
The plugin an Coordinate Reference System Authority that adds common extra or unofficial EPSG codes into the mix. Internally it uses the same java property file as the EPSG WKT Plugin plugin.
This plugin is compatible with a restricted environment and does not require disk access.
The Plugin will work out of the box, just include it in your CLASSPATH path.
References¶
esri.properties Additional ESRI Compatibility Codes
unnamed.properties Additional EPSG Codes
Maven:
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-extension</artifactId>
<version>${geotools.version}</version>
</dependency>