Package | Description |
---|---|
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 | Method and Description |
---|---|
protected ContextualParameters |
NormalizedProjection.getContextualParameters()
Returns the parameters used for creating the complete map projection.
|
Modifier and Type | Method and Description |
---|---|
ContextualParameters |
ContextualParameters.clone()
Returns a modifiable clone of this parameter value group.
|
protected ContextualParameters |
EllipsoidToCentricTransform.getContextualParameters()
Returns the parameters used for creating the complete conversion.
|
protected ContextualParameters |
DatumShiftTransform.getContextualParameters()
Returns the parameters used for creating the complete transformation.
|
protected ContextualParameters |
AbstractMathTransform.getContextualParameters()
Returns the parameters for a sequence of normalize →
this → denormalize
transforms (optional operation). |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.