public class CoordinateTransformFactory extends Object
CoordinateTransform
s
from source and target CoordinateReferenceSystem
s.Constructor and Description |
---|
CoordinateTransformFactory() |
Modifier and Type | Method and Description |
---|---|
CoordinateTransform |
createTransform(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS)
Creates a transformation from a source CRS to a target CRS,
following the logic in PROJ.4.
|
public CoordinateTransform createTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)
sourceCRS
- the source CoordinateReferenceSystemtargetCRS
- the target CoordinateReferenceSystemCopyright © 2021. All rights reserved.