Uses of Enum
org.apache.sis.referencing.operation.projection.CylindricalEqualArea.Variant
Packages that use CylindricalEqualArea.Variant
-
Uses of CylindricalEqualArea.Variant in org.apache.sis.referencing.operation.projection
Fields in org.apache.sis.referencing.operation.projection declared as CylindricalEqualArea.VariantModifier and TypeFieldDescriptionprivate final CylindricalEqualArea.VariantCylindricalEqualArea.variantThe type of Cylindrical Equal Area projection.Methods in org.apache.sis.referencing.operation.projection that return CylindricalEqualArea.VariantModifier and TypeMethodDescriptionstatic CylindricalEqualArea.VariantReturns the enum constant of this type with the specified name.static CylindricalEqualArea.Variant[]CylindricalEqualArea.Variant.values()Returns an array containing the constants of this enum type, in the order they are declared.