Uses of Class
org.n52.shetland.ogc.swe.SweField
-
Packages that use SweField Package Description org.n52.shetland.ogc.swe -
-
Uses of SweField in org.n52.shetland.ogc.swe
Methods in org.n52.shetland.ogc.swe that return SweField Modifier and Type Method Description SweFieldSweField. copy()SweFieldSweAbstractDataRecord. getFieldByIdentifier(String fieldNameOrElementDefinition)SweFieldSweField. setElement(SweAbstractDataComponent element)Methods in org.n52.shetland.ogc.swe that return types with arguments of type SweField Modifier and Type Method Description List<SweField>DataRecord. getFields()List<SweField>SweAbstractDataRecord. getFields()Methods in org.n52.shetland.ogc.swe with parameters of type SweField Modifier and Type Method Description protected TAbstractOptionalSweDataComponentVisitor. _visit(SweField component)protected voidAbstractThrowingVoidSweDataComponentVisitor. _visit(SweField component)protected voidAbstractVoidSweDataComponentVisitor. _visit(SweField component)protected abstract voidVoidSweDataComponentVisitor. _visit(SweField component)DataRecordDataRecord. addField(SweField field)Adds field to field listSweAbstractDataRecordSweAbstractDataRecord. addField(SweField field)SweDataRecordSweDataRecord. addField(SweField field)SweSimpleDataRecordSweSimpleDataRecord. addField(SweField field)(package private) booleanSweAbstractDataRecord. isElementDefinition(String fieldNameOrElementDefinition, SweField sweField)(package private) booleanSweAbstractDataRecord. isFieldName(String fieldNameOrElementDefinition, SweField sweField)Optional<T>AbstractOptionalSweDataComponentVisitor. visit(SweField component)TAbstractThrowingSweDataComponentVisitor. visit(SweField component)TSweDataComponentVisitor. visit(SweField component)VoidVoidSweDataComponentVisitor. visit(SweField component)Method parameters in org.n52.shetland.ogc.swe with type arguments of type SweField Modifier and Type Method Description DataRecordDataRecord. setFields(List<SweField> fields)SweAbstractDataRecordSweAbstractDataRecord. setFields(List<SweField> fields)
-