locationtech / proj4j

Java port of the Proj.4 library for coordinate reprojection
Other
184 stars 73 forks source link

Geocent projection support #60

Closed tuan-nng closed 3 years ago

tuan-nng commented 4 years ago

This is to support transforming into geocentric coordinate system.

https://github.com/locationtech/proj4j/blob/master/src/main/resources/proj4/nad/epsg#L11252 Currently, it is not able to transform to EPSG:4978.

new CRSFactory().createFromName("EPSG:4978")

"Unknown projection: geocent"