extractFeatures, extracts features from json string, if type matches requested type F, if not it'll be empty
extractFeatures, extracts features from json string, if type matches requested type F, if not it'll be empty
type of feature desired to extract
Seq[F] containing features
extractGeometries, extracts geometries from json string, if type matches requested type G, if not it'll be empty
extractGeometries, extracts geometries from json string, if type matches requested type G, if not it'll be empty
type of geometry desired to extract
Seq[G] containing geometries
parseGeoJson, expects all the types in the json string to line up, throws if not
parseGeoJson, expects all the types in the json string to line up, throws if not
type of geometry or feature expected in the json string to be parsed
The geometry or feature of type T