Uses of Class
org.n52.shetland.ogc.swe.simpleType.SweAbstractSimpleType
-
Packages that use SweAbstractSimpleType Package Description org.n52.shetland.ogc.om.values org.n52.shetland.ogc.sensorML.elements org.n52.shetland.ogc.sos org.n52.shetland.ogc.swe org.n52.shetland.ogc.swe.simpleType -
-
Uses of SweAbstractSimpleType in org.n52.shetland.ogc.om.values
Subclasses of SweAbstractSimpleType in org.n52.shetland.ogc.om.values Modifier and Type Class Description classBooleanValueBoolean measurement representation for observationclassCategoryValueCategory measurement representation for observationclassCountValueCount measurement representation for observationclassQuantityRangeValueclassQuantityValueQuantity measurement representation for observationclassTextValueText measurement representation for observationclassTimeRangeValueTODO JavaDocclassTimeValue -
Uses of SweAbstractSimpleType in org.n52.shetland.ogc.sensorML.elements
Methods in org.n52.shetland.ogc.sensorML.elements that return types with arguments of type SweAbstractSimpleType Modifier and Type Method Description Set<SweAbstractSimpleType<?>>AbstractSmlDataComponentContainer. getSweAbstractSimpleTypeFromFields(Class clazz) -
Uses of SweAbstractSimpleType in org.n52.shetland.ogc.sos
Methods in org.n52.shetland.ogc.sos with parameters of type SweAbstractSimpleType Modifier and Type Method Description static SosOfferingSosOffering. from(SweAbstractSimpleType<?> type)Creates a set of SosOfferings from SWE simple type.Method parameters in org.n52.shetland.ogc.sos with type arguments of type SweAbstractSimpleType Modifier and Type Method Description static Set<SosOffering>SosOffering. fromSet(Set<SweAbstractSimpleType<?>> set)Creates a set of SosOfferings from a set containing identifiers as keys and names as values. -
Uses of SweAbstractSimpleType in org.n52.shetland.ogc.swe
Methods in org.n52.shetland.ogc.swe that return SweAbstractSimpleType Modifier and Type Method Description SweAbstractSimpleType<T>SweCoordinate. getValue()Methods in org.n52.shetland.ogc.swe that return types with arguments of type SweAbstractSimpleType Modifier and Type Method Description Set<SweAbstractSimpleType<?>>DataRecord. getSweAbstractSimpleTypeFromFields(Class<?> clazz)Set<SweAbstractSimpleType<?>>SweAbstractDataRecord. getSweAbstractSimpleTypeFromFields(Class clazz)Methods in org.n52.shetland.ogc.swe with parameters of type SweAbstractSimpleType Modifier and Type Method Description voidSweCoordinate. setValue(SweAbstractSimpleType<T> value)Constructors in org.n52.shetland.ogc.swe with parameters of type SweAbstractSimpleType Constructor Description SweCoordinate(String name, SweAbstractSimpleType<T> value)constructor -
Uses of SweAbstractSimpleType in org.n52.shetland.ogc.swe.simpleType
Subclasses of SweAbstractSimpleType in org.n52.shetland.ogc.swe.simpleType Modifier and Type Class Description classSweAbstractUomType<T>classSweBooleanclassSweCategoryclassSweCategoryRangeclassSweCountclassSweCountRangeclassSweObservablePropertySOS internal representation of SWE simpleType observablePropertyclassSweQuantitySOS internal representation of SWE simpleType quantityclassSweQuantityRangeSOS internal representation of SWE simpleType quantityclassSweTextSOS internal representation of SWE simpleType textclassSweTimeSOS internal representation of SWE simpleType timeclassSweTimeRangeMethods in org.n52.shetland.ogc.swe.simpleType that return SweAbstractSimpleType Modifier and Type Method Description SweAbstractSimpleType<T>SweAbstractSimpleType. setQuality(SweQualityHolder quality)Set quality informationSweAbstractSimpleType<RangeValue<String>>SweCategoryRange. setValue(RangeValue<String> value)Methods in org.n52.shetland.ogc.swe.simpleType with parameters of type SweAbstractSimpleType Modifier and Type Method Description voidSweAbstractSimpleType. copyQuality(SweAbstractSimpleType<T> copy)
-