package interop
Type Members
- class FeatureCountJob extends AnyRef
Sample job showing how to read features using GeoMesaInputFormat
Sample job showing how to read features using GeoMesaInputFormat
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 uses map/reduce counters to keep track of how many features are processed, and outputs each feature ID and geometry to a text file in HDFS.
- class FeatureWriterJob extends AnyRef
Sample job showing how to read and write features using GeoMesa Input/Output formats
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.
- class GeoMesaAccumuloInputFormat extends InputFormat[Text, SimpleFeature]
Input format that will read simple features from GeoMesa based on a CQL query.
Input format that will read simple features from GeoMesa based on a CQL query. The key will be the feature ID. Configure using the static methods.