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

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


            Product product = getProduct(name.getLocalPart());
            if (product!=null)
                uom = product.getUoM();
        }

        this.wrappedFieldType = new BaseFieldType(name, description, uom,
                Collections.singletonList(axis), Collections.singletonMap(axis.getKey(0), sd));
    }
View Full Code Here

TOP

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

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.