org.locationtech.geomesa.convert2
The converter to use is identified by the 'type' field in the config, e.g.
The converter to use is identified by the 'type' field in the config, e.g. 'xml' or 'json'
Create a simple feature converter, if possible from this configuration
Create a simple feature converter, if possible from this configuration
simple feature type
config
Infer a configuration and simple feature type from an input stream, if possible
Infer a configuration and simple feature type from an input stream, if possible
input
simple feature type, if known ahead of time
file path, if there is a file available
Add default paths to the config, and handle deprecated options
Add default paths to the config, and handle deprecated options
config
Infer a configuration and simple feature type from an input stream, if possible
Infer a configuration and simple feature type from an input stream, if possible
input
simple feature type, if known ahead of time
Use infer(InputStream, Option[SimpleFeatureType], Option[String])
Abstract converter factory implementation. Subclasses need to implement
typeToProcessand make available pureconfig readers for the converter configuration