Package org.geotools.wcs.bindings

Examples of org.geotools.wcs.bindings.AbstractDescriptionBaseTypeBinding


        register(bindings, wcsFactory, WCS._DescribeCoverage);
        register(bindings, wcsFactory, WCS._GetCoverage);

        bindings.put(WCS._axisDescription, new _axisDescriptionBinding());

        bindings.put(WCS.AbstractDescriptionBaseType, new AbstractDescriptionBaseTypeBinding());
        bindings.put(WCS.AbstractDescriptionType, new AbstractDescriptionTypeBinding());
       
        register(bindings, wcsFactory, WCS.DomainSubsetType);
        register(bindings, wcsFactory, WCS.SpatialSubsetType);
View Full Code Here

TOP

Related Classes of org.geotools.wcs.bindings.AbstractDescriptionBaseTypeBinding

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.