public class ComparisonGaussianCellMapper extends GaussianCellMapper
GaussianCellMapper.LevelStore
Modifier and Type | Field and Description |
---|---|
protected static String |
TIME_ATTRIBUTE_KEY |
CQL_FILTER_KEY, filter, inputCrsCode, levelStoreMap, maxLevel, minLevel, outputCrsCode, transform, valueRangePerDimension
Constructor and Description |
---|
ComparisonGaussianCellMapper() |
Modifier and Type | Method and Description |
---|---|
protected void |
incrementLevelStore(int level,
org.locationtech.jts.geom.Point pt,
org.opengis.feature.simple.SimpleFeature feature,
GaussianFilter.ValueRange[] valueRangePerDimension) |
protected void |
populateLevelStore(org.apache.hadoop.mapreduce.Mapper.Context context,
int numXPosts,
int numYPosts,
int level) |
protected void |
setup(org.apache.hadoop.mapreduce.Mapper.Context context) |
map
protected static final String TIME_ATTRIBUTE_KEY
protected void setup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
setup
in class GaussianCellMapper
IOException
InterruptedException
protected void populateLevelStore(org.apache.hadoop.mapreduce.Mapper.Context context, int numXPosts, int numYPosts, int level)
populateLevelStore
in class GaussianCellMapper
protected void incrementLevelStore(int level, org.locationtech.jts.geom.Point pt, org.opengis.feature.simple.SimpleFeature feature, GaussianFilter.ValueRange[] valueRangePerDimension)
incrementLevelStore
in class GaussianCellMapper
Copyright © 2013–2022. All rights reserved.