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

Uses of CountType in net.opengis.swecommon.v_2_0
 

Fields in net.opengis.swecommon.v_2_0 declared as CountType
protected  CountType DataStreamType.ElementCount.count
           
protected  CountType CountPropertyType.count
           
protected  CountType AnyScalarPropertyType.count
           
protected  CountType AnyNumericalPropertyType.count
           
 

Methods in net.opengis.swecommon.v_2_0 that return CountType
 CountType ObjectFactory.createCountType()
          Create an instance of CountType
 CountType DataStreamType.ElementCount.getCount()
          Gets the value of the count property.
 CountType CountPropertyType.getCount()
          Gets the value of the count property.
 CountType AnyScalarPropertyType.getCount()
          Gets the value of the count property.
 CountType AnyNumericalPropertyType.getCount()
          Gets the value of the count property.
 CountType CountType.withAxisID(String value)
           
 CountType CountType.withConstraint(AllowedValuesPropertyType value)
           
 CountType CountType.withDefinition(String value)
           
 CountType CountType.withDescription(String value)
           
 CountType CountType.withExtension(Collection<Object> values)
           
 CountType CountType.withExtension(List<Object> value)
           
 CountType CountType.withExtension(Object... values)
           
 CountType CountType.withId(String value)
           
 CountType CountType.withIdentifier(String value)
           
 CountType CountType.withLabel(String value)
           
 CountType CountType.withNilValues(NilValuesPropertyType value)
           
 CountType CountType.withOptional(boolean value)
           
 CountType CountType.withQuality(Collection<QualityPropertyType> values)
           
 CountType CountType.withQuality(List<QualityPropertyType> value)
           
 CountType CountType.withQuality(QualityPropertyType... values)
           
 CountType CountType.withReferenceFrame(String value)
           
 CountType CountType.withUpdatable(boolean value)
           
 CountType CountType.withValue(BigInteger value)
           
 

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

Methods in net.opengis.swecommon.v_2_0 with parameters of type CountType
 JAXBElement<CountType> ObjectFactory.createCount(CountType value)
          Create an instance of JAXBElement<CountType>}
 void DataStreamType.ElementCount.setCount(CountType value)
          Sets the value of the count property.
 void CountPropertyType.setCount(CountType value)
          Sets the value of the count property.
 void AnyScalarPropertyType.setCount(CountType value)
          Sets the value of the count property.
 void AnyNumericalPropertyType.setCount(CountType value)
          Sets the value of the count property.
 VectorType.Coordinate VectorType.Coordinate.withCount(CountType value)
           
 DataStreamType.ElementCount DataStreamType.ElementCount.withCount(CountType value)
           
 CountPropertyType CountPropertyType.withCount(CountType value)
           
 AnyScalarPropertyType AnyScalarPropertyType.withCount(CountType value)
           
 AnyNumericalPropertyType AnyNumericalPropertyType.withCount(CountType value)
           
 



Copyright © 2008-2015. All Rights Reserved.