Uses of Interface
org.locationtech.proj4j.CoordinateTransform
Packages that use CoordinateTransform
Package
Description
Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces.
-
Uses of CoordinateTransform in org.locationtech.proj4j
Classes in org.locationtech.proj4j that implement CoordinateTransformModifier and TypeClassDescriptionclassRepresents the operation of transforming aProjCoordinatefrom oneCoordinateReferenceSysteminto a different one, using reprojection and datum conversion as required.Methods in org.locationtech.proj4j that return CoordinateTransformModifier and TypeMethodDescriptionCoordinateTransformFactory.createTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Creates a transformation from a source CRS to a target CRS, following the logic in PROJ.4. -
Uses of CoordinateTransform in org.locationtech.proj4j.geoapi
Fields in org.locationtech.proj4j.geoapi declared as CoordinateTransformModifier and TypeFieldDescription(package private) final CoordinateTransformTransformWrapper.implThe wrapped PROJ4 implementation.Methods in org.locationtech.proj4j.geoapi that return CoordinateTransformModifier and TypeMethodDescriptionImporter.convert(org.opengis.referencing.operation.CoordinateOperation src) Returns the given coordinate operation as a PROJ4J implementation.static CoordinateTransformWrappers.proj4j(org.opengis.referencing.operation.CoordinateOperation src) Returns the given coordinate operation as a PROJ4J implementation.Methods in org.locationtech.proj4j.geoapi with parameters of type CoordinateTransformModifier and TypeMethodDescriptionstatic org.opengis.referencing.operation.CoordinateOperationWrappers.geoapi(CoordinateTransform impl, boolean is3D) Wraps the given PROJ4J coordinate transform behind the equivalent GeoAPI interface.(package private) static TransformWrapperTransformWrapper.wrap(CoordinateTransform impl, boolean is3D) Wraps the given implementation.(package private) static OperationMethodWrapperOperationMethodWrapper.wrapTarget(CoordinateTransform impl) Wraps the target CRS of the given transform.Constructors in org.locationtech.proj4j.geoapi with parameters of type CoordinateTransformModifierConstructorDescription(package private)Creates a new wrapper for the given PROJ4J implementation.(package private)Creates a new wrapper for the given PROJ4J implementation.(package private)Creates a new wrapper for the given PROJ4J implementation.(package private)Creates a new wrapper for the given PROJ4J implementation.(package private)Creates a new wrapper for the given PROJ4J implementation.