Class GeoJsonPathFilter
- java.lang.Object
-
- org.openstreetmap.atlas.checks.distributed.GeoJsonPathFilter
-
- All Implemented Interfaces:
org.apache.hadoop.fs.PathFilter
public class GeoJsonPathFilter extends java.lang.Object implements org.apache.hadoop.fs.PathFilterAPathFilterto find GeoJson files
-
-
Constructor Summary
Constructors Constructor Description GeoJsonPathFilter()Default constructorGeoJsonPathFilter(boolean compressed)Constructs aGeoJsonPathFilterwith compression flag
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.apache.hadoop.fs.Path path)java.lang.StringgetExtension()
-
-
-
Constructor Detail
-
GeoJsonPathFilter
public GeoJsonPathFilter()
Default constructor
-
GeoJsonPathFilter
public GeoJsonPathFilter(boolean compressed)
Constructs aGeoJsonPathFilterwith compression flag- Parameters:
compressed- iftrue, filters on the compressed file form
-
-