Package org.geotools.wcs.bindings

Examples of org.geotools.wcs.bindings.ValueEnumBaseTypeBinding


        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());
        bindings.put(WCS.valueRangeType, new ValueRangeTypeBinding());

        register(bindings, wcsFactory, WCS.OutputType);
        register(bindings, wcsFactory, WCS.SupportedCRSsType);
View Full Code Here

TOP

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

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.