Uses of Interface
org.apache.sis.referencing.operation.projection.ProjectionVariant
Packages that use ProjectionVariant
-
Uses of ProjectionVariant in org.apache.sis.referencing.operation.projection
Classes in org.apache.sis.referencing.operation.projection that implement ProjectionVariantModifier and TypeClassDescriptionprivate static enumThe hyperbolic variants of this projection.private static enumThe variants of the projection based on the name and identifier of the given operation method.private static enumVariants of Lambert Conical Conformal projection.private static enumVariants of Mercator projection.private static enumAllowed projection variants.private static enumVariants of Oblique Mercator projection.private static enumVariants of Polar Stereographic projection.private static enumVariants of Sinusoidal projection.private static enumVariants of the map projection.Fields in org.apache.sis.referencing.operation.projection declared as ProjectionVariantModifier and TypeFieldDescription(package private) final ProjectionVariantInitializer.variantMap projection variant, ornullif none.Methods in org.apache.sis.referencing.operation.projection with type parameters of type ProjectionVariantModifier and TypeMethodDescription(package private) static <V extends ProjectionVariant>
VNormalizedProjection.variant(org.opengis.referencing.operation.OperationMethod method, V[] variants, V defaultValue) Returns the variant of the map projection described by the given operation method.Methods in org.apache.sis.referencing.operation.projection with parameters of type ProjectionVariantModifier and TypeMethodDescription(package private) static <V extends ProjectionVariant>
VNormalizedProjection.variant(org.opengis.referencing.operation.OperationMethod method, V[] variants, V defaultValue) Returns the variant of the map projection described by the given operation method.Constructors in org.apache.sis.referencing.operation.projection with parameters of type ProjectionVariantModifierConstructorDescription(package private)Initializer(org.opengis.referencing.operation.OperationMethod method, Parameters parameters, Map<NormalizedProjection.ParameterRole, ? extends org.opengis.parameter.ParameterDescriptor<? extends Number>> roles, ProjectionVariant variant) Creates a new initializer.