Class DefaultSingleOperation

    • Constructor Detail

      • DefaultSingleOperation

        public DefaultSingleOperation​(Map<String,​?> properties,
                                      CoordinateReferenceSystem sourceCRS,
                                      CoordinateReferenceSystem targetCRS,
                                      MathTransform transform)
        Constructs a single operation from a set of properties. The properties given in argument follow the same rules than for the AbstractCoordinateOperation constructor.
        Parameters:
        properties - Set of properties. Should contains at least "name".
        sourceCRS - The source CRS.
        targetCRS - The target CRS.
        transform - Transform from positions in the source CRS to positions in the target CRS.