Package org.geotools.wcs.bindings

Examples of org.geotools.wcs.bindings.RangeSubsetType_axisSubsetBinding


        register(bindings, wcsFactory, WCS.DomainSubsetType);
        register(bindings, wcsFactory, WCS.SpatialSubsetType);

        register(bindings, wcsFactory, WCS.RangeSetType);
        register(bindings, wcsFactory, WCS.RangeSubsetType);
        bindings.put(WCS.RangeSubsetType_axisSubset, new RangeSubsetType_axisSubsetBinding());
        bindings.put(WCS.AxisDescriptionType, new AxisDescriptionTypeBinding());
        bindings.put(WCS.TypedLiteralType, new TypedLiteralTypeBinding());
       
        bindings.put(WCS.valueEnumBaseType, new ValueEnumBaseTypeBinding());
        bindings.put(WCS.valueEnumType, new ValueEnumTypeBinding());
View Full Code Here

TOP

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

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.