Uses of Class
org.locationtech.proj4j.CoordinateTransformFactory
-
Packages that use CoordinateTransformFactory Package Description org.locationtech.proj4j.geoapi 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 CoordinateTransformFactory Modifier and Type Field Description (package private) CoordinateTransformFactoryOperationFactoryWrapper. implThe wrapped PROJ4 implementation.Methods in org.locationtech.proj4j.geoapi that return CoordinateTransformFactory Modifier and Type Method Description CoordinateTransformFactoryImporter. 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 CoordinateTransformFactory Modifier and Type Method Description static 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 CoordinateTransformFactory Constructor Description OperationFactoryWrapper(CoordinateTransformFactory impl)Creates a new wrapper for the given PROJ4J implementation.
-