Hello Hao When a query is sent to the CSW server, the server should return a document like this example:
http://schemas.opengis.net/csw/2.0.2/examples/Clause_6.3.3_Example01_Response.xml What the current VNSCweb returns? Does VNSCweb returns XML documents like above example? By looking at the source code, it seems to me that VNSCweb returns slightly different documents. We also need to start migration of some VNSCweb code to Apache SIS. I ported the 'SummaryRecord' and 'BoundingBox' code to Hao's clone of SIS through a pull request. I modified the code for making it closer to above example. I also added a 'SummaryRecordTest'. By running this test, you can see what this proposed new version of 'SummaryRecord' produce. If this new version of 'SummaryRecord' is fine for you, I suggest that you use it instead than the version on VNSCweb. You may need to make the class public for that purpose. Please modify the class as you need - the only constraint is that the XML must be a valid <csw:Record> as described by the OGC standard. After you become familiar with the new version of 'SummaryRecord', I suggest that you add the following fields from table 9 of OGC 07-045 document: subject, creator, description, publisher, contributor, date, language and rights. Please see table 9 for instruction about which ISO 19115 metadata to read for those fields. Martin Le 08/07/16 à 16:46, phuong hao nguyen thi a écrit : > And the part wcs What would we do ? . (reponse image jsp on interface > client ?)
