public class SimpleFeatureProjection extends Object implements Projection<org.opengis.feature.simple.SimpleFeature>
| Constructor and Description |
|---|
SimpleFeatureProjection() |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Geometry |
getProjection(org.opengis.feature.simple.SimpleFeature anItem) |
void |
initialize(org.apache.hadoop.mapreduce.JobContext context,
Class<?> scope) |
void |
setup(PropertyManagement runTimeProperties,
Class<?> scope,
org.apache.hadoop.conf.Configuration configuration) |
public org.locationtech.jts.geom.Geometry getProjection(org.opengis.feature.simple.SimpleFeature anItem)
getProjection in interface Projection<org.opengis.feature.simple.SimpleFeature>public void initialize(org.apache.hadoop.mapreduce.JobContext context,
Class<?> scope)
throws IOException
initialize in interface Projection<org.opengis.feature.simple.SimpleFeature>IOExceptionpublic void setup(PropertyManagement runTimeProperties, Class<?> scope, org.apache.hadoop.conf.Configuration configuration)
setup in interface Projection<org.opengis.feature.simple.SimpleFeature>Copyright © 2013–2022. All rights reserved.