Open
Description
What is the method to get the integer code for a CRS identified by name?
The method getESPGCode()
has hardcodes return 0
:
/**
* Returns the ESPG code for this projection, or 0 if unknown.
*/
public int getEPSGCode() {
return 0;
}
[lines 750-755 of file òrg.locationtech.proj4j.proj.Projection']