Uses of Class
org.apache.sis.internal.referencing.PositionTransformer
Packages that use PositionTransformer
Package
Description
Base classes for reference systems used for general positioning.
-
Uses of PositionTransformer in org.apache.sis.referencing
Fields in org.apache.sis.referencing declared as PositionTransformerModifier and TypeFieldDescriptionprivate final PositionTransformer
GeodeticCalculator.userToGeodetic
The transform from user coordinates to geodetic coordinates used in computation.Methods in org.apache.sis.referencing that return PositionTransformerModifier and TypeMethodDescriptionprivate PositionTransformer
GeodeticCalculator.geographic
(double φ, double λ) SetsGeodeticCalculator.userToGeodetic
to the given coordinates.