Uses of Class
net.opengis.oseo.v_1_0.SWEEncoding

Uses of SWEEncoding in net.opengis.oseo.v_1_0
 

Fields in net.opengis.oseo.v_1_0 declared as SWEEncoding
protected  SWEEncoding ParameterDataType.encoding
           
 

Fields in net.opengis.oseo.v_1_0 with type parameters of type SWEEncoding
protected  List<SWEEncoding> EncodingType.supportedEncoding
           
 

Methods in net.opengis.oseo.v_1_0 that return SWEEncoding
static SWEEncoding SWEEncoding.fromValue(String v)
           
 SWEEncoding ParameterDataType.getEncoding()
          Gets the value of the encoding property.
static SWEEncoding SWEEncoding.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SWEEncoding[] SWEEncoding.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.opengis.oseo.v_1_0 that return types with arguments of type SWEEncoding
 List<SWEEncoding> EncodingType.getSupportedEncoding()
          Gets the value of the supportedEncoding property.
 

Methods in net.opengis.oseo.v_1_0 with parameters of type SWEEncoding
 void ParameterDataType.setEncoding(SWEEncoding value)
          Sets the value of the encoding property.
 ParameterDataType ParameterDataType.withEncoding(SWEEncoding value)
           
 EncodingType EncodingType.withSupportedEncoding(SWEEncoding... values)
           
 

Method parameters in net.opengis.oseo.v_1_0 with type arguments of type SWEEncoding
 void EncodingType.setSupportedEncoding(List<SWEEncoding> value)
           
 EncodingType EncodingType.withSupportedEncoding(Collection<SWEEncoding> values)
           
 EncodingType EncodingType.withSupportedEncoding(List<SWEEncoding> value)
           
 



Copyright © 2008-2015. All Rights Reserved.