Uses of Class
org.n52.shetland.ogc.swe.SweAbstractDataComponent
-
-
Uses of SweAbstractDataComponent in org.n52.shetland.ogc.om.values
Subclasses of SweAbstractDataComponent 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 SweAbstractDataComponent in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows with type parameters of type SweAbstractDataComponent Modifier and Type Method Description default <V extends SweAbstractDataComponent>
voidHasExtension. addSwesExtension(String name, V value) -
Uses of SweAbstractDataComponent in org.n52.shetland.ogc.sensorML.elements
Subclasses of SweAbstractDataComponent in org.n52.shetland.ogc.sensorML.elements Modifier and Type Class Description classSmlPositionSOS internal representation of SensorML positionMethods in org.n52.shetland.ogc.sensorML.elements that return SweAbstractDataComponent Modifier and Type Method Description SweAbstractDataComponentSmlPosition. copyValueTo(SweAbstractDataComponent copy)SweAbstractDataComponentAbstractDataComponentContainer. getAbstractDataComponent()SweAbstractDataComponentSmlPosition. getAbstractDataComponent()SweAbstractDataComponentSmlIo. getIoValue()SweAbstractDataComponentSmlParameter. getParameter()Methods in org.n52.shetland.ogc.sensorML.elements that return types with arguments of type SweAbstractDataComponent Modifier and Type Method Description Set<SweAbstractDataComponent>AbstractSmlDataComponentContainer. getAbstractDataComponents()Methods in org.n52.shetland.ogc.sensorML.elements with parameters of type SweAbstractDataComponent Modifier and Type Method Description TAbstractSmlDataComponentContainer. addAbstractDataComponents(SweAbstractDataComponent abstractDataComponent)SweAbstractDataComponentSmlPosition. copyValueTo(SweAbstractDataComponent copy)voidAbstractDataComponentContainer. setAbstractDataComponent(SweAbstractDataComponent abstractDataComponent)SmlPositionSmlPosition. setAbstractDataComponent(SweAbstractDataComponent dataComponent)SmlIoSmlIo. setIoValue(SweAbstractDataComponent ioValue)SmlParameterSmlParameter. setParameter(SweAbstractDataComponent parameters)Method parameters in org.n52.shetland.ogc.sensorML.elements with type arguments of type SweAbstractDataComponent Modifier and Type Method Description TAbstractSmlDataComponentContainer. addAbstractDataComponents(Collection<SweAbstractDataComponent> abstractDataComponents)TAbstractSmlDataComponentContainer. setAbstractDataComponents(Collection<SweAbstractDataComponent> abstractDataComponents)Constructors in org.n52.shetland.ogc.sensorML.elements with parameters of type SweAbstractDataComponent Constructor Description AbstractDataComponentContainer(String name, SweAbstractDataComponent abstractDataComponent)constructorSmlCapability(String name, SweAbstractDataComponent abstractDataComponent)constructorSmlCharacteristic(String name, SweAbstractDataComponent abstractDataComponent)constructorSmlIo(SweAbstractDataComponent ioValue)constructorConstructor parameters in org.n52.shetland.ogc.sensorML.elements with type arguments of type SweAbstractDataComponent Constructor Description AbstractSmlDataComponentContainer(Collection<SweAbstractDataComponent> abstractDataComponents) -
Uses of SweAbstractDataComponent in org.n52.shetland.ogc.sensorML.v20
Subclasses of SweAbstractDataComponent in org.n52.shetland.ogc.sensorML.v20 Modifier and Type Class Description classSmlDataInterfaceclassSmlFeatureOfInterestClass that represents SensorML 2.0 FeatrureOfInterest -
Uses of SweAbstractDataComponent in org.n52.shetland.ogc.sos
Constructors in org.n52.shetland.ogc.sos with parameters of type SweAbstractDataComponent Constructor Description SosResultStructure(SweAbstractDataComponent object)SosResultStructure(SweAbstractDataComponent object, String xml) -
Uses of SweAbstractDataComponent in org.n52.shetland.ogc.swe
Subclasses of SweAbstractDataComponent in org.n52.shetland.ogc.swe Modifier and Type Class Description classSweAbstractDataRecordclassSweDataArrayclassSweDataRecordSOS internal representation of SWE dataRecordclassSweEnvelopeclassSweFieldSOS internal representation of SWE fieldclassSweSimpleDataRecordclassSweVectorMethods in org.n52.shetland.ogc.swe with parameters of type SweAbstractDataComponent Modifier and Type Method Description SweAbstractDataComponentSweAbstractDataComponent. copyValueTo(SweAbstractDataComponent copy)Copies all values from thisSweAbstractDataComponentto the passedSweAbstractDataComponentSweVector. copyValueTo(SweAbstractDataComponent copy)SweFieldSweField. setElement(SweAbstractDataComponent element)SweDataArraySweDataArray. setElementType(SweAbstractDataComponent elementType)SweDataStreamSweDataStream. setElementType(SweAbstractDataComponent elementType)Constructors in org.n52.shetland.ogc.swe with parameters of type SweAbstractDataComponent Constructor Description SweField(String name, SweAbstractDataComponent element)constructorSweField(CodeType name, SweAbstractDataComponent element) -
Uses of SweAbstractDataComponent in org.n52.shetland.ogc.swe.simpleType
Subclasses of SweAbstractDataComponent in org.n52.shetland.ogc.swe.simpleType Modifier and Type Class Description classSweAbstractSimpleType<T>Interface for the SOS internal representation of SWE simpleTypesclassSweAbstractUomType<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 SweAbstractDataComponent Modifier and Type Method Description SweAbstractDataComponentSweAbstractUomType. copyValueTo(SweAbstractDataComponent copy)Methods in org.n52.shetland.ogc.swe.simpleType with parameters of type SweAbstractDataComponent Modifier and Type Method Description SweAbstractDataComponentSweAbstractUomType. copyValueTo(SweAbstractDataComponent copy) -
Uses of SweAbstractDataComponent in org.n52.shetland.ogc.swe.stream
Subclasses of SweAbstractDataComponent in org.n52.shetland.ogc.swe.stream Modifier and Type Class Description classStreamingSweDataArrayMethods in org.n52.shetland.ogc.swe.stream that return SweAbstractDataComponent Modifier and Type Method Description SweAbstractDataComponentStreamingSweDataArray. copy()SweAbstractDataComponentStreamingSweDataArray. getElementType()Methods in org.n52.shetland.ogc.swe.stream with parameters of type SweAbstractDataComponent Modifier and Type Method Description StreamingSweDataArrayStreamingSweDataArray. setElementType(SweAbstractDataComponent elementType) -
Uses of SweAbstractDataComponent in org.n52.shetland.util
Methods in org.n52.shetland.util with parameters of type SweAbstractDataComponent Modifier and Type Method Description static StringOMHelper. getObservationTypeFrom(SweAbstractDataComponent component)
-