Uses of Class
org.n52.shetland.ogc.swe.SweAbstractDataRecord
-
Packages that use SweAbstractDataRecord Package Description org.n52.shetland.ogc.om.values org.n52.shetland.ogc.swe -
-
Uses of SweAbstractDataRecord in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return SweAbstractDataRecord Modifier and Type Method Description SweAbstractDataRecordComplexValue. getValue()Methods in org.n52.shetland.ogc.om.values with parameters of type SweAbstractDataRecord Modifier and Type Method Description ComplexValueComplexValue. setValue(SweAbstractDataRecord value)Constructors in org.n52.shetland.ogc.om.values with parameters of type SweAbstractDataRecord Constructor Description ComplexValue(SweAbstractDataRecord value) -
Uses of SweAbstractDataRecord in org.n52.shetland.ogc.swe
Subclasses of SweAbstractDataRecord in org.n52.shetland.ogc.swe Modifier and Type Class Description classSweDataRecordSOS internal representation of SWE dataRecordclassSweSimpleDataRecordMethods in org.n52.shetland.ogc.swe that return SweAbstractDataRecord Modifier and Type Method Description SweAbstractDataRecordSweAbstractDataRecord. addField(SweField field)abstract SweAbstractDataRecordSweAbstractDataRecord. copy()SweAbstractDataRecordSweAbstractDataRecord. setFields(List<SweField> fields)
-