Uses of Class
org.apache.sis.referencing.operation.transform.EllipsoidToCentricTransform.TargetType
-
Packages that use EllipsoidToCentricTransform.TargetType Package Description org.apache.sis.referencing.operation.transform Conversions or transformations of multi-dimensional coordinate points. -
-
Uses of EllipsoidToCentricTransform.TargetType in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that return EllipsoidToCentricTransform.TargetType Modifier and Type Method Description EllipsoidToCentricTransform.TargetType
EllipsoidToCentricTransform. getTargetType()
Returns whether the target coordinate system is Cartesian or Spherical.static EllipsoidToCentricTransform.TargetType
EllipsoidToCentricTransform.TargetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EllipsoidToCentricTransform.TargetType[]
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.TargetType Modifier and Type Method Description static 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.TargetType Constructor Description EllipsoidToCentricTransform(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.
-