Uses of Class
net.opengis.wcps.v_1_0.ConstantType

Uses of ConstantType in net.opengis.wcps.v_1_0
 

Fields in net.opengis.wcps.v_1_0 with type parameters of type ConstantType
protected  List<ConstantType> ConstantCoverageExprType.value
           
 

Methods in net.opengis.wcps.v_1_0 that return ConstantType
 ConstantType ObjectFactory.createConstantType()
          Create an instance of ConstantType
 ConstantType ConstantType.withBooleanConstant(Boolean value)
           
 ConstantType ConstantType.withComplexConstant(ComplexConstantType value)
           
 ConstantType ConstantType.withFloatConstant(Double value)
           
 ConstantType ConstantType.withIntegerConstant(BigInteger value)
           
 ConstantType ConstantType.withStringConstant(String value)
           
 

Methods in net.opengis.wcps.v_1_0 that return types with arguments of type ConstantType
 List<ConstantType> ConstantCoverageExprType.getValue()
          Gets the value of the value property.
 

Methods in net.opengis.wcps.v_1_0 with parameters of type ConstantType
 ConstantCoverageExprType ConstantCoverageExprType.withValue(ConstantType... values)
           
 

Method parameters in net.opengis.wcps.v_1_0 with type arguments of type ConstantType
 void ConstantCoverageExprType.setValue(List<ConstantType> value)
           
 ConstantCoverageExprType ConstantCoverageExprType.withValue(Collection<ConstantType> values)
           
 ConstantCoverageExprType ConstantCoverageExprType.withValue(List<ConstantType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.