Uses of Class
org.locationtech.proj4j.CRSFactory
Packages that use CRSFactory
Package
Description
Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.
-
Uses of CRSFactory in org.locationtech.proj4j.geoapi
Methods in org.locationtech.proj4j.geoapi that return CRSFactoryModifier and TypeMethodDescriptionImporter.convert(org.opengis.referencing.crs.CRSAuthorityFactory src) Returns the given authority factory as a PROJ4J implementation.static CRSFactoryWrappers.proj4j(org.opengis.referencing.crs.CRSAuthorityFactory src) Returns the given authority factory as a PROJ4J implementation.Methods in org.locationtech.proj4j.geoapi with parameters of type CRSFactoryModifier and TypeMethodDescriptionstatic org.opengis.referencing.crs.CRSAuthorityFactoryWrappers.geoapi(CRSFactory impl) Wraps the given PROJ4J CRS factory behind the equivalent GeoAPI interface.