Package | Description |
---|---|
org.apache.sis.referencing.operation.projection |
Map projection implementations.
|
Modifier and Type | Method and 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 and Description |
---|
NormalizedProjection(OperationMethod method,
Parameters parameters,
Map<NormalizedProjection.ParameterRole,? extends ParameterDescriptor<? extends Number>> roles)
Constructs a new map projection from the supplied parameters.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.