You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sis.apache.org by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2022/12/07 19:00:00 UTC

[jira] [Updated] (SIS-411) GPX data store should implement WritableFeatureSet

     [ https://issues.apache.org/jira/browse/SIS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Desruisseaux updated SIS-411:
------------------------------------
    Issue Type: Improvement  (was: New Feature)

> GPX data store should implement WritableFeatureSet
> --------------------------------------------------
>
>                 Key: SIS-411
>                 URL: https://issues.apache.org/jira/browse/SIS-411
>             Project: Spatial Information Systems
>          Issue Type: Improvement
>          Components: Storage
>    Affects Versions: 0.8, 1.0, 1.1, 1.2
>            Reporter: Martin Desruisseaux
>            Assignee: Martin Desruisseaux
>            Priority: Major
>             Fix For: 1.3
>
>
> {{org.apache.sis.internal.storage.gpx.Store}} implement the {{FeatureSet}} interface. It also provides the following method:
> {code:java}
> public void write(Metadata metadata, Stream<? extends Feature> features)
> {code}
> but it does not yet matches any public API. We need to retrofit that method into the methods provided by {{WritableFeatureSet}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)