Package org.geotools.coverage.io.catalog

Examples of org.geotools.coverage.io.catalog.CoverageSlicesCatalogSource


    @Override
    public GranuleSource getGranules(String coverageName, boolean readOnly) throws IOException,
            UnsupportedOperationException {
        NetCDFImageReader reader = (NetCDFImageReader) ((NetCDFAccess)access).reader;
        final CoverageSlicesCatalog catalog = reader.getCatalog();
        return new CoverageSlicesCatalogSource(catalog, coverageName);
    }
View Full Code Here

TOP

Related Classes of org.geotools.coverage.io.catalog.CoverageSlicesCatalogSource

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.