Uses of Class
org.apache.sis.referencing.operation.projection.NormalizedProjection.ParameterRole
-
Packages that use NormalizedProjection.ParameterRole Package Description org.apache.sis.referencing.operation.projection Map projection implementations. -
-
Uses of NormalizedProjection.ParameterRole in org.apache.sis.referencing.operation.projection
Methods in org.apache.sis.referencing.operation.projection that return NormalizedProjection.ParameterRole Modifier and Type Method Description static NormalizedProjection.ParameterRole
NormalizedProjection.ParameterRole. valueOf(String name)
Returns 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.ParameterRole Constructor Description NormalizedProjection(OperationMethod method, Parameters parameters, Map<NormalizedProjection.ParameterRole,? extends ParameterDescriptor<? extends Number>> roles)
Constructs a new map projection from the supplied parameters.
-