Class FeatureWriterJob
- java.lang.Object
-
- org.locationtech.geomesa.accumulo.jobs.mapreduce.interop.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeatureWriterJob.MyMapper
-
Constructor Summary
Constructors Constructor Description FeatureWriterJob()
-