Changes between Version 15 and Version 16 of ExtendedRegions


Ignore:
Timestamp:
01/29/13 01:18:35 (12 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExtendedRegions

    v15 v16  
    166166'''Implementation Notes'''
    167167
    168 The actual implementation will consist of the services and a strategy object that can be configured the geonetwork configuration files.  The intention is that for a particular application the strategy object can be implemented and configured for use.  The default implementation will be the current implementation factored out into the strategy object.
     168The actual implementation will consist of the services and a strategy object that can be configured the geonetwork configuration files (config-spring.xml).  The intention is that for a particular application the strategy object can be implemented and configured for use.  The default implementation will be the current implementation factored out into the strategy object.
    169169
    170170The main strategy object is called:
    171171
    172172RegionsDAO which is the entry point into searching and querying regions.  See the javadocs of this class for information on how to use the class and implement new custom regions strategies.
     173
     174'''Default implementations'''
     175Two strategies will be shipped with Geonetwork by default:
     176
     177 * Thesaurus Regions - The regions and region categories are derived from the regions listed in the regions thesaurus that is shipped with geonetwork by default
     178* Metadata Regions - Each region is an extent in one of the metadata elements.  Because of the cost to search the metadata the first version will no allow list searching all regions in this strategy.  The search options are limited to category (the fileid of the MD), this will list the ids of the "regions/extents" within that metadata.  The other option is to get a region by id.  This is the form:  metadata:<fileIdentifier>:<edit ref of geometry>.  In the first version only iso19139 can be obtained and only polygons (not bbox)
     179
    173180
    174181'''Example URLS'''