public class CoordinateTransformFactory extends Object
CoordinateTransforms
from source and target CoordinateReferenceSystems.| 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 © 2022. All rights reserved.