Uses of Class
org.locationtech.proj4j.CRSFactory
-
Packages that use CRSFactory Package Description org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.org.locationtech.proj4j.util -
-
Uses of CRSFactory in org.locationtech.proj4j.geoapi
Fields in org.locationtech.proj4j.geoapi declared as CRSFactory Modifier and Type Field Description (package private) CRSFactory
AuthorityFactoryWrapper. impl
The wrapped PROJ4 implementation.Methods in org.locationtech.proj4j.geoapi that return CRSFactory Modifier and Type Method Description CRSFactory
Importer. convert(org.opengis.referencing.crs.CRSAuthorityFactory src)
Returns the given authority factory as a PROJ4J implementation.static CRSFactory
Wrappers. 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 CRSFactory Modifier and Type Method Description static org.opengis.referencing.crs.CRSAuthorityFactory
Wrappers. geoapi(CRSFactory impl)
Wraps the given PROJ4J CRS factory behind the equivalent GeoAPI interface.(package private) static AuthorityFactoryWrapper
AuthorityFactoryWrapper. wrap(CRSFactory impl)
Wraps the given implementation.Constructors in org.locationtech.proj4j.geoapi with parameters of type CRSFactory Constructor Description AuthorityFactoryWrapper(CRSFactory impl)
Creates 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 Modifier and Type Field Description private static CRSFactory
CRSCache. crsFactory
-