Martin Desruisseaux created SIS-411:
---------------------------------------
Summary: GPX data store should implement WritableFeatureSet
Key: SIS-411
URL: https://issues.apache.org/jira/browse/SIS-411
Project: Spatial Information Systems
Issue Type: New Feature
Components: Storage
Affects Versions: 0.8
Reporter: Martin Desruisseaux
Fix For: 1.0
{{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
(v7.6.3#76005)