Uses of Class
org.locationtech.proj4j.CoordinateTransformFactory
Packages that use CoordinateTransformFactory
Package
Description
Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.
-
Uses of CoordinateTransformFactory in org.locationtech.proj4j.geoapi
Methods in org.locationtech.proj4j.geoapi that return CoordinateTransformFactoryModifier and TypeMethodDescriptionImporter.convert(org.opengis.referencing.operation.CoordinateOperationFactory src) Returns the given coordinate operation factory as a PROJ4J implementation.static CoordinateTransformFactoryWrappers.proj4j(org.opengis.referencing.operation.CoordinateOperationFactory src) Returns the given coordinate operation factory as a PROJ4J implementation.Methods in org.locationtech.proj4j.geoapi with parameters of type CoordinateTransformFactoryModifier and TypeMethodDescriptionstatic org.opengis.referencing.operation.CoordinateOperationFactoryWrappers.geoapi(CoordinateTransformFactory impl) Wraps the given PROJ4J coordinate operation factory behind the equivalent GeoAPI interface.