Package org.geotools.referencing.operation.transform

Examples of org.geotools.referencing.operation.transform.WarpGridTransform2D


    /** Add the last parameter - warp positions * */
    gridParameters.setWarpPositions(getWarpPositions());

    /** Use provider and values to get proper transformation * */
    WarpGridTransform2D wt = (WarpGridTransform2D) (new WarpGridTransform2D.Provider())
        .createMathTransform(gridParameters.getWarpGridParameters());

    wt.setWorldtoGridTransform(this.worldToGrid);

    MathTransform trans = null;

    try {
      trans = ConcatenatedTransform.create(ConcatenatedTransform.create(
View Full Code Here

TOP

Related Classes of org.geotools.referencing.operation.transform.WarpGridTransform2D

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.