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
Fields in org.locationtech.proj4j.geoapi declared as CoordinateTransformFactoryModifier and TypeFieldDescription(package private) final CoordinateTransformFactoryOperationFactoryWrapper.implThe wrapped PROJ4 implementation.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.(package private) static OperationFactoryWrapperOperationFactoryWrapper.wrap(CoordinateTransformFactory impl) Wraps the given implementation.Constructors in org.locationtech.proj4j.geoapi with parameters of type CoordinateTransformFactoryModifierConstructorDescriptionprivateCreates a new wrapper for the given PROJ4J implementation.