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 enum
The hyperbolic variants of this projection.private static enum
The variants of the projection based on the name and identifier of the given operation method.private static enum
Variants of Lambert Conical Conformal projection.private static enum
Variants of Mercator projection.private static enum
Allowed projection variants.private static enum
Variants of Oblique Mercator projection.private static enum
Variants of Polar Stereographic projection.private static enum
Variants of Sinusoidal projection.private static enum
Variants of the map projection.Fields in org.apache.sis.referencing.operation.projection declared as ProjectionVariantModifier and TypeFieldDescription(package private) final ProjectionVariant
Initializer.variant
Map projection variant, ornull
if 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.