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
Fields in org.locationtech.proj4j.geoapi declared as CRSFactoryModifier and TypeFieldDescription(package private) final CRSFactoryAuthorityFactoryWrapper.implThe wrapped PROJ4 implementation.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.(package private) static AuthorityFactoryWrapperAuthorityFactoryWrapper.wrap(CRSFactory impl) Wraps the given implementation.Constructors in org.locationtech.proj4j.geoapi with parameters of type CRSFactoryModifierConstructorDescriptionprivateCreates a new wrapper for the given PROJ4J implementation. -
Uses of CRSFactory in org.locationtech.proj4j.util
Fields in org.locationtech.proj4j.util declared as CRSFactory