Interface Matrix

All Superinterfaces:
AbstractSWE, AbstractSWEIdentifiable, BlockComponent, DataArray, DataComponent, HasCopy, HasRefFrames, Serializable
All Known Implementing Classes:
MatrixImpl

public interface Matrix extends DataArray, HasRefFrames
POJO class for XML type MatrixType(@http://www.opengis.net/swe/2.0). This is a complex type.
  • Method Details

    • copy

      Matrix 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 DataArray
      Specified by:
      copy in interface DataComponent
      Specified by:
      copy in interface HasCopy
      Returns:
      copy of this component, including sub-components