public class CoordinateTransformFactory extends Object
CoordinateTransforms
from source and target CoordinateReferenceSystems.| 构造器 | 说明 |
|---|---|
CoordinateTransformFactory() |
Creates a new factory.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
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 © 2019. All rights reserved.