Uses of Class
net.opengis.wcs.v_1_1.FieldType

Uses of FieldType in net.opengis.wcs.v_1_1
 

Fields in net.opengis.wcs.v_1_1 with type parameters of type FieldType
protected  List<FieldType> RangeType.field
           
 

Methods in net.opengis.wcs.v_1_1 that return FieldType
 FieldType ObjectFactory.createFieldType()
          Create an instance of FieldType
 FieldType FieldType.withAxis(AxisType... values)
           
 FieldType FieldType.withAxis(Collection<AxisType> values)
           
 FieldType FieldType.withAxis(List<AxisType> value)
           
 FieldType FieldType.withDefinition(UnNamedDomainType value)
           
 FieldType FieldType.withIdentifier(String value)
           
 FieldType FieldType.withInterpolationMethods(InterpolationMethods value)
           
 FieldType FieldType.withNullValue(CodeType... values)
           
 FieldType FieldType.withNullValue(Collection<CodeType> values)
           
 FieldType FieldType.withNullValue(List<CodeType> value)
           
 

Methods in net.opengis.wcs.v_1_1 that return types with arguments of type FieldType
 List<FieldType> RangeType.getField()
          Gets the value of the field property.
 

Methods in net.opengis.wcs.v_1_1 with parameters of type FieldType
 RangeType RangeType.withField(FieldType... values)
           
 

Method parameters in net.opengis.wcs.v_1_1 with type arguments of type FieldType
 void RangeType.setField(List<FieldType> value)
           
 RangeType RangeType.withField(Collection<FieldType> values)
           
 RangeType RangeType.withField(List<FieldType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.