Convert delimited records into simple features.
Convert delimited records into simple features. Assumes a non-empty iterator.
First line is expected to contain sft definition.
iterator of records (non-empty)
simple feature type, iterator of simple features
These classes operate on files in a specific format. The format is used by the geomesa tools export, for convenience.
The first line of each file is expected to be a delimited (tab or comma) list of attributes for a simple feature type, starting with the reserved word 'id'. For example:
id,name:String,dtg:Date,geom:Point:srid=4326
The first line of the file will be used to create a simple feature type. All subsequent lines must be type convertible to the appropriate simple feature attribute.