Uses of Class
net.opengis.gml.CompositeValueType

Packages that use CompositeValueType
net.opengis.gml   
 

Uses of CompositeValueType in net.opengis.gml
 

Subclasses of CompositeValueType in net.opengis.gml
 class ValueArrayType
          A Value Array is used for homogeneous arrays of primitive and aggregate values.
 

Fields in net.opengis.gml with type parameters of type CompositeValueType
protected  JAXBElement<? extends CompositeValueType> ValuePropertyType.compositeValue
           
protected  JAXBElement<? extends CompositeValueType> RangeParametersType.compositeValue
           
 

Methods in net.opengis.gml that return CompositeValueType
 CompositeValueType ObjectFactory.createCompositeValueType()
          Create an instance of CompositeValueType
 

Methods in net.opengis.gml that return types with arguments of type CompositeValueType
 JAXBElement<CompositeValueType> ObjectFactory.createCompositeValue(CompositeValueType value)
          Create an instance of JAXBElement<CompositeValueType>}
 JAXBElement<? extends CompositeValueType> ValuePropertyType.getCompositeValue()
          Obtient la valeur de la propriété compositeValue.
 JAXBElement<? extends CompositeValueType> RangeParametersType.getCompositeValue()
          Obtient la valeur de la propriété compositeValue.
 

Methods in net.opengis.gml with parameters of type CompositeValueType
 JAXBElement<CompositeValueType> ObjectFactory.createCompositeValue(CompositeValueType value)
          Create an instance of JAXBElement<CompositeValueType>}
 

Method parameters in net.opengis.gml with type arguments of type CompositeValueType
 void ValuePropertyType.setCompositeValue(JAXBElement<? extends CompositeValueType> value)
          Définit la valeur de la propriété compositeValue.
 void RangeParametersType.setCompositeValue(JAXBElement<? extends CompositeValueType> value)
          Définit la valeur de la propriété compositeValue.
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.