Uses of Enum
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 type with the specified name.EllipsoidToCentricTransform.TargetType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.referencing.operation.transform with parameters of type EllipsoidToCentricTransform.TargetTypeModifier and TypeMethodDescriptionstatic org.opengis.referencing.operation.MathTransform
EllipsoidToCentricTransform.createGeodeticConversion
(org.opengis.referencing.operation.MathTransformFactory factory, double semiMajor, double semiMinor, javax.measure.Unit<javax.measure.quantity.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, javax.measure.Unit<javax.measure.quantity.Length> unit, boolean withHeight, EllipsoidToCentricTransform.TargetType target) Creates a transform from angles in radians on ellipsoid having a semi-major axis length of 1.