Package org.geotools.wcs.bindings

Examples of org.geotools.wcs.bindings.CapabilitiesSectionTypeBinding


        bindings.put(WCS.InterpolationMethodType, new InterpolationMethodTypeBinding());

        register(bindings, wcsFactory, WCS.DCPTypeType);
        register(bindings, wcsFactory, WCS.DCPTypeType_HTTP);

        bindings.put(WCS.CapabilitiesSectionType, new CapabilitiesSectionTypeBinding());
//        register(bindings, wcsFactory, WCS.WCS_CapabilitiesType);
//        register(bindings, wcsFactory, WCS.WCSCapabilityType);
//        register(bindings, wcsFactory, WCS.WCSCapabilityType_Exception);
//        register(bindings, wcsFactory, WCS.WCSCapabilityType_Request);
//        register(bindings, wcsFactory, WCS.WCSCapabilityType_VendorSpecificCapabilities);
View Full Code Here

TOP

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

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.