MCPcopy Create free account
hub / github.com/PDAL/PDAL / validateForFilter

Function validateForFilter

io/private/stac/Item.cpp:204–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void validateForFilter(NL::json json)
205{
206 stacId(json);
207 stacValue(json, "assets");
208 stacValue(json, "properties");
209 stacValue(json, "geometry");
210}
211
212bool matchProperty(std::string key, NL::json val, NL::json properties,
213 NL::detail::value_t type)

Callers 1

filterMethod · 0.85

Calls 2

stacIdFunction · 0.85
stacValueFunction · 0.85

Tested by

no test coverage detected