Uses of Enum
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 type with the specified name.static NormalizedProjection.ParameterRole[]
NormalizedProjection.ParameterRole.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.apache.sis.referencing.operation.projection with type arguments of type NormalizedProjection.ParameterRoleModifierConstructorDescription(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.protected
NormalizedProjection
(org.opengis.referencing.operation.OperationMethod method, Parameters parameters, Map<NormalizedProjection.ParameterRole, ? extends org.opengis.parameter.ParameterDescriptor<? extends Number>> roles) Constructs a new map projection from the supplied parameters.