Uses of Enum Class
org.apache.sis.referencing.operation.transform.EllipsoidToCentricTransform.TargetType
Packages that use EllipsoidToCentricTransform.TargetType
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of EllipsoidToCentricTransform.TargetType in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that return EllipsoidToCentricTransform.TargetTypeModifier and TypeMethodDescriptionEllipsoidToCentricTransform.getTargetType()
Returns whether the target coordinate system is Cartesian or Spherical.Returns the enum constant of this class with the specified name.EllipsoidToCentricTransform.TargetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.referencing.operation.transform with parameters of type EllipsoidToCentricTransform.TargetTypeModifier and TypeMethodDescriptionstatic MathTransform
EllipsoidToCentricTransform.createGeodeticConversion
(MathTransformFactory factory, double semiMajor, double semiMinor, Unit<Length> unit, boolean withHeight, EllipsoidToCentricTransform.TargetType target) Creates a transform from geographic to geocentric coordinates.Constructors in org.apache.sis.referencing.operation.transform with parameters of type EllipsoidToCentricTransform.TargetTypeModifierConstructorDescriptionEllipsoidToCentricTransform
(double semiMajor, double semiMinor, Unit<Length> unit, boolean withHeight, EllipsoidToCentricTransform.TargetType target) Creates a transform from angles in radians on ellipsoid having a semi-major axis length of 1.