Package com.bbn.openmap.omGraphics.grid

Examples of com.bbn.openmap.omGraphics.grid.SlopeGenerator


     * @return raster image to display in OpenMap.
     */
    public OMRaster getOMRaster(EqualArc proj) {
        OMGrid grid = getOMGrid();
        grid.generate(proj);
        SlopeGenerator sg = new SlopeGenerator();
        return sg.generateRasterForProjection(grid, proj);
    }
View Full Code Here

TOP

Related Classes of com.bbn.openmap.omGraphics.grid.SlopeGenerator

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.