Uses of Enum Class
org.apache.sis.referencing.operation.projection.NormalizedProjection.ParameterRole
Packages that use NormalizedProjection.ParameterRole
-
Uses of NormalizedProjection.ParameterRole in org.apache.sis.referencing.operation.projection
Methods in org.apache.sis.referencing.operation.projection that return NormalizedProjection.ParameterRoleModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static NormalizedProjection.ParameterRole[]
NormalizedProjection.ParameterRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.apache.sis.referencing.operation.projection with type arguments of type NormalizedProjection.ParameterRoleModifierConstructorDescriptionprotected
NormalizedProjection
(OperationMethod method, Parameters parameters, Map<NormalizedProjection.ParameterRole, ? extends ParameterDescriptor<? extends Number>> roles) Constructs a new map projection from the supplied parameters.