Package | Description |
---|---|
org.apache.sis.referencing.operation.transform |
Conversions or transformations of multi-dimensional coordinate points.
|
Modifier and Type | Method and Description |
---|---|
MathTransform |
DefaultMathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters,
DefaultMathTransformFactory.Context context)
Creates a transform from a group of parameters.
|
MathTransform |
DefaultMathTransformFactory.swapAndScaleAxes(MathTransform parameterized,
DefaultMathTransformFactory.Context context)
Given a transform between normalized spaces,
creates a transform taking in account axis directions, units of measurement and longitude rotation.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.