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
Subclasses with type arguments of type EllipsoidToCentricTransform.TargetType in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionstatic enumWhether the output coordinate system is Cartesian or spherical.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.EllipsoidToCentricTransform.TargetType.of(Class<? extends CoordinateSystem> csType) Returns the enumeration value for the given type of coordinate system.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 MathTransformEllipsoidToCentricTransform.createGeodeticConversion(MathTransformFactory factory, double semiMajor, double semiMinor, Unit<Length> unit, boolean withHeight, EllipsoidToCentricTransform.TargetType csType) Deprecated, for removal: This API element is subject to removal in a future version.static MathTransformEllipsoidToCentricTransform.createGeodeticConversion(MathTransformFactory factory, Ellipsoid source, 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 csType) Deprecated, for removal: This API element is subject to removal in a future version.EllipsoidToCentricTransform(Ellipsoid source, boolean withHeight, EllipsoidToCentricTransform.TargetType csType) Creates a transform from angles in radians on an ellipsoid having a semi-major axis length of 1.
EllipsoidToCentricTransform.createGeodeticConversion(MathTransformFactory, Ellipsoid, boolean, TargetType).