类 CoordinateTransformFactory

    • 构造器详细资料

      • CoordinateTransformFactory

        public CoordinateTransformFactory()
        Creates a new factory.
    • 方法详细资料

      • createTransform

        public CoordinateTransform createTransform​(CoordinateReferenceSystem sourceCRS,
                                                   CoordinateReferenceSystem targetCRS)
        Creates a transformation from a source CRS to a target CRS, following the logic in PROJ.4. The transformation may include any or all of inverse projection, datum transformation, and reprojection, depending on the nature of the coordinate reference systems provided.
        参数:
        sourceCRS - the source CoordinateReferenceSystem
        targetCRS - the target CoordinateReferenceSystem
        返回:
        a tranformation from the source CRS to the target CRS