[geotk] [JIRA] Created: (GEOTK-107) InternationalString shall contain the default string provided in the <gco:CharacterString> XML element

Martin Desruisseaux (JIRA) jira at geomatys.com
Fri Jul 16 05:23:27 EDT 2010


InternationalString shall contain the default string provided in the <gco:CharacterString> XML element
------------------------------------------------------------------------------------------------------

                 Key: GEOTK-107
                 URL: http://jira.geotoolkit.org/browse/GEOTK-107
             Project: Geotoolkit
          Issue Type: Bug
          Components: Metadata
    Affects Versions: 3.13
            Reporter: Martin Desruisseaux


Using the following XML snippet:

{code:xml}
<gmd:nameOfMeasure xsi:type="gmd:PT_FreeText_PropertyType">
  <gco:CharacterString>Quantitative quality measure focusing on
    the effective class percent regarded to the total surface size
  </gco:CharacterString>
  <gmd:PT_FreeText>
    <gmd:textGroup>
      <gmd:LocalisedCharacterString locale="#locale-fra">Mesure qualité quantitative de type pourcentage
        de représentation de la classe par rapport à la surface totale</gmd:LocalisedCharacterString>
    </gmd:textGroup>
  </gmd:PT_FreeText>
</gmd:nameOfMeasure>
{code}

We need to ensure that the value provided in the {{gco:CharacterString}} XML element is available in the {{InternationalString}} Java instance. Current version contains the values provided in {{gmd:textGroup}}, but the default value may be missing.

This issue has been reported on the [developpez.net forum|http://www.developpez.net/forums/d951119/applications/sig-systeme-dinformation-geographique/geotoolkit-gestion-catalogue-iso19115/].


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.geotoolkit.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       


More information about the Geotoolkit mailing list