Interface RecordType

All Superinterfaces:
AbstractRecordType, DCMIRecordType, EObject, Notifier
All Known Implementing Classes:
RecordTypeImpl

public interface RecordType extends DCMIRecordType
A representation of the model object 'Record Type'. This type extends DCMIRecordType to add ows:BoundingBox; it may be used to specify a spatial envelope for the catalogued resource.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList<String>
    Returns the value of the 'Any Text' containment reference list.
    Returns the value of the 'Bounding Box' containment reference list.

    Methods inherited from interface DCMIRecordType

    getDCElement

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getAnyText

      EList<String> getAnyText()
      Returns the value of the 'Any Text' containment reference list. The list contents are of type net.opengis.cat.csw._2._0.EmptyType.

      If the meaning of the 'Any Text' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Any Text' containment reference list.
      See Also:
      • net.opengis.cat.csw._2._0._0Package#getRecordType_AnyText()
    • getBoundingBox

      EList<BoundingBoxType> getBoundingBox()
      Returns the value of the 'Bounding Box' containment reference list. The list contents are of type BoundingBoxType.

      If the meaning of the 'Bounding Box' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Bounding Box' containment reference list.
      See Also: