Class FeatureWriterJob


  • public class FeatureWriterJob
    extends Object
    Sample job showing how to read and write features using GeoMesa Input/Output formats This job assumes a feature has been created with the name 'myfeature' that contains a Geometry attribute named 'geom' and a Date attribute named 'dtg'. The job copies each feature into a different simple feature type called 'test' and writes it back to GeoMesa.
    • Constructor Detail

      • FeatureWriterJob

        public FeatureWriterJob()