<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">
      <p>Hello Emmanuel</p>
      <p>Just for elaborating a little bit on what is going on. The
        current Feature model was designed about 10 years ago, and is
        largely inspired from the XML schema available at that time.
        Some of its complexity is rather XML-specific and not really
        part of the conceptual model. Since that time, an ISO 19109:2013
        draft brings a lot of clarifications. A new set of interfaces
        derived from ISO 19109:2013 has been created in GeoAPI [1] and
        is proposed for GeoAPI 3.1 or 4.0 (this is not yet an approved
        standard; there is discussion for a new GeoAPI charter at OGC).
        This model has less than half the number of interfaces than the
        old model, for similar capabilities. This new model is also
        implemented in Apache SIS [2], so we can test it.<br>
      </p>
      <p>Geotk is transitioning from the old Feature implementation
        (provided by Geotk) to the new Feature implementation (provided
        by SIS). There is changes in the way to access geometries among
        others. However this transition is progressive, and we were
        hopping that it would be mostly transparent so far. We may have
        missed a point. Johann is in best position to see what may be
        happening.<br>
      </p>
      <p>Regards,<br>
      </p>
      <p>    Martin<br>
      </p>
      <p><br>
      </p>
      <pre>[1] <a class="moz-txt-link-freetext" href="http://www.geoapi.org/snapshot/javadoc/org/opengis/feature/package-summary.html">http://www.geoapi.org/snapshot/javadoc/org/opengis/feature/package-summary.html</a>
[2] <a class="moz-txt-link-freetext" href="http://sis.apache.org/apidocs/org/apache/sis/feature/package-summary.html">http://sis.apache.org/apidocs/org/apache/sis/feature/package-summary.html</a>
</pre>
      <br>
      <br>
      Le 29/06/15 09:49, johann sorel a écrit :<br>
    </div>
    <blockquote cite="mid:5590F873.8000606@geomatys.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      Hello emmanuel,<br>
      <br>
      Could you send the result of :<br>
      feature.getType().toString()<br>
      and <br>
      feature.toString();<br>
      <br>
      <br>
      The method : <i>feature.getType().<b>getProperties(true)</b></i><br>
      is from the new feature model of SIS and geotk implementation do
      not fully comply with those interfaces yet.<br>
      use : feature.getType().<b>getDescriptors()</b><br>
    </blockquote>
    <br>
  </body>
</html>