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
Subclasses with type arguments of type CylindricalEqualArea.Variant in org.apache.sis.referencing.operation.projectionModifier and TypeClassDescriptionprivate static enumThe variants of the projection based on the name and identifier of the given operation method.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.