Package org.geotools.coverage.io.range.impl

Examples of org.geotools.coverage.io.range.impl.SimpleScalarAxis


            return productMap.get(product);
        return null;
    }

    private static SimpleScalarAxis createSimpleScalarAxis(final Name productName, final InternationalString productDescription) {
        return new SimpleScalarAxis(new NameImpl(new StringBuilder("axis:").append(productName.toString()).toString()),
                new SimpleInternationalString(new StringBuilder("axis for product:").append(
                        productDescription.toString()).toString()));
    }
View Full Code Here

TOP

Related Classes of org.geotools.coverage.io.range.impl.SimpleScalarAxis

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.