Package org.geotools.gce.grassraster.core

Examples of org.geotools.gce.grassraster.core.GrassBinaryRasterReadHandler


     * @return <code>true</code> if everything is consistent
     * @throws IIOException
     */
    private void ensureOpen() throws IOException {
        if (rasterHandler == null) {
            rasterHandler = new GrassBinaryRasterReadHandler((File) input);
            rasterHandler.parseHeaderAndAccessoryFiles();
        }
    }
View Full Code Here

TOP

Related Classes of org.geotools.gce.grassraster.core.GrassBinaryRasterReadHandler

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.