T
- the type of the item to wrappublic interface AnalyticItemWrapperFactory<T>
Modifier and Type | Method and Description |
---|---|
AnalyticItemWrapper<T> |
create(T item)
Wrap the item.
|
AnalyticItemWrapper<T> |
createNextItem(T feature,
String groupID,
org.locationtech.jts.geom.Coordinate coordinate,
String[] extraNames,
double[] extraValues)
Creates a new item based on the old item with new coordinates and dimension values
|
void |
initialize(org.apache.hadoop.mapreduce.JobContext context,
Class<?> scope,
org.slf4j.Logger logger) |
AnalyticItemWrapper<T> create(T item)
AnalyticItemWrapper<T> createNextItem(T feature, String groupID, org.locationtech.jts.geom.Coordinate coordinate, String[] extraNames, double[] extraValues)
void initialize(org.apache.hadoop.mapreduce.JobContext context, Class<?> scope, org.slf4j.Logger logger) throws IOException
IOException
Copyright © 2013–2022. All rights reserved.