Uses of Class
net.opengis.swecommon.v_2_0.QuantityType

Uses of QuantityType in net.opengis.swecommon.v_2_0
 

Fields in net.opengis.swecommon.v_2_0 declared as QuantityType
protected  QuantityType QuantityPropertyType.quantity
           
protected  QuantityType QualityPropertyType.quantity
           
protected  QuantityType AnyScalarPropertyType.quantity
           
protected  QuantityType AnyNumericalPropertyType.quantity
           
 

Methods in net.opengis.swecommon.v_2_0 that return QuantityType
 QuantityType ObjectFactory.createQuantityType()
          Create an instance of QuantityType
 QuantityType QuantityPropertyType.getQuantity()
          Gets the value of the quantity property.
 QuantityType QualityPropertyType.getQuantity()
          Gets the value of the quantity property.
 QuantityType AnyScalarPropertyType.getQuantity()
          Gets the value of the quantity property.
 QuantityType AnyNumericalPropertyType.getQuantity()
          Gets the value of the quantity property.
 QuantityType QuantityType.withAxisID(String value)
           
 QuantityType QuantityType.withConstraint(AllowedValuesPropertyType value)
           
 QuantityType QuantityType.withDefinition(String value)
           
 QuantityType QuantityType.withDescription(String value)
           
 QuantityType QuantityType.withExtension(Collection<Object> values)
           
 QuantityType QuantityType.withExtension(List<Object> value)
           
 QuantityType QuantityType.withExtension(Object... values)
           
 QuantityType QuantityType.withId(String value)
           
 QuantityType QuantityType.withIdentifier(String value)
           
 QuantityType QuantityType.withLabel(String value)
           
 QuantityType QuantityType.withNilValues(NilValuesPropertyType value)
           
 QuantityType QuantityType.withOptional(boolean value)
           
 QuantityType QuantityType.withQuality(Collection<QualityPropertyType> values)
           
 QuantityType QuantityType.withQuality(List<QualityPropertyType> value)
           
 QuantityType QuantityType.withQuality(QualityPropertyType... values)
           
 QuantityType QuantityType.withReferenceFrame(String value)
           
 QuantityType QuantityType.withUom(UnitReference value)
           
 QuantityType QuantityType.withUpdatable(boolean value)
           
 QuantityType QuantityType.withValue(Double value)
           
 

Methods in net.opengis.swecommon.v_2_0 that return types with arguments of type QuantityType
 JAXBElement<QuantityType> ObjectFactory.createQuantity(QuantityType value)
          Create an instance of JAXBElement<QuantityType>}
 

Methods in net.opengis.swecommon.v_2_0 with parameters of type QuantityType
 JAXBElement<QuantityType> ObjectFactory.createQuantity(QuantityType value)
          Create an instance of JAXBElement<QuantityType>}
 void QuantityPropertyType.setQuantity(QuantityType value)
          Sets the value of the quantity property.
 void QualityPropertyType.setQuantity(QuantityType value)
          Sets the value of the quantity property.
 void AnyScalarPropertyType.setQuantity(QuantityType value)
          Sets the value of the quantity property.
 void AnyNumericalPropertyType.setQuantity(QuantityType value)
          Sets the value of the quantity property.
 VectorType.Coordinate VectorType.Coordinate.withQuantity(QuantityType value)
           
 QuantityPropertyType QuantityPropertyType.withQuantity(QuantityType value)
           
 QualityPropertyType QualityPropertyType.withQuantity(QuantityType value)
           
 AnyScalarPropertyType AnyScalarPropertyType.withQuantity(QuantityType value)
           
 AnyNumericalPropertyType AnyNumericalPropertyType.withQuantity(QuantityType value)
           
 



Copyright © 2008-2015. All Rights Reserved.