case classFeatures(points: RDD[Feature[Point, ElementMeta]], lines: RDD[Feature[Line, ElementMeta]], polygons: RDD[Feature[Polygon, ElementMeta]], multiPolys: RDD[Feature[MultiPolygon, ElementMeta]]) extends Product with Serializable
A meaningful wrapping around the various geometry types that can be produced
from the OSM-to-Features conversion. By keeping each Geometry subtype separate,
the user can discard types they don't need.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
A meaningful wrapping around the various geometry types that can be produced from the OSM-to-Features conversion. By keeping each Geometry subtype separate, the user can discard types they don't need.