Package | Description |
---|---|
org.apache.sis.parameter |
Descriptions and values of parameters used by a coordinate operation or a process.
|
org.apache.sis.referencing.operation.projection |
Map projection implementations.
|
org.apache.sis.referencing.operation.transform |
Conversions or transformations of multi-dimensional coordinate points.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultParameterValueGroup
A group of related parameter values.
|
Modifier and Type | Method and Description |
---|---|
static Parameters |
Parameters.castOrWrap(ParameterValueGroup parameters)
Returns the given parameter value group as a
Parameters instance. |
Parameters |
Parameters.clone()
Returns a copy of this group of parameter values.
|
Constructor and Description |
---|
LambertConicConformal(OperationMethod method,
Parameters parameters)
Creates a Lambert projection from the given parameters.
|
Mercator(OperationMethod method,
Parameters parameters)
Creates a Mercator projection from the given parameters.
|
NormalizedProjection(OperationMethod method,
Parameters parameters,
Map<NormalizedProjection.ParameterRole,? extends ParameterDescriptor<? extends Number>> roles)
Constructs a new map projection from the supplied parameters.
|
PolarStereographic(OperationMethod method,
Parameters parameters)
Creates a Polar Stereographic projection from the given parameters.
|
TransverseMercator(OperationMethod method,
Parameters parameters)
Creates a Transverse Mercator projection from the given parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextualParameters
The parameters that describe a sequence of
normalize → non-linear kernel → denormalize transforms as a whole.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.