GeoNetwork.data.MetadataResultsStore

class GeoNetwork.data.MetadataResultsStore

A pre-configured Ext.data.JsonStore for GeoNetwork results.

Depends on OpenLayers.Format.GeoNetworkRecords.

Fields available are:

  • id : The metadata internal identifier
  • uuid : The metadata unique identifier
  • schema : The schema (eg. dublin-code, iso19139)
  • title
  • abstract
  • subject Array()
  • thumbnail
  • links Array()
  • contacts Array()
  • uri Not used
  • isharvested
  • source
  • rating
  • popularity
  • download
  • ownername
  • valid : The validation status
  • valid_details : The validation information for each level of validation
  • edit
  • bbox Array()

FIXME : this is not a constructor, it’s a function. Is that good enough ? Comment also applied to other Stores

TODO : handle multiple thumbnail ?