Interface DataRecord

All Superinterfaces:
AbstractSWE, AbstractSWEIdentifiable, DataComponent, HasCopy, Serializable
All Known Implementing Classes:
DataRecordImpl

public interface DataRecord extends DataComponent
POJO class for XML type DataRecordType(@http://www.opengis.net/swe/2.0). This is a complex type.
  • Method Details

    • copy

      DataRecord copy()
      Description copied from interface: DataComponent
      Return a structural copy of this component The copy is done recursively, but only the structure is copied (not the data)
      Specified by:
      copy in interface DataComponent
      Specified by:
      copy in interface HasCopy
      Returns:
      copy of this component, including sub-components
    • getFieldList

      Gets the list of field properties
    • getNumFields

      int getNumFields()
      Returns number of field properties
    • getField

      DataComponent getField(String name)
      Gets the field property with the given name
    • addField

      void addField(String name, DataComponent field)
      Adds a new field property