pub fn fetch_netelements(
client: &dyn SparqlClient,
endpoint_url: &str,
polygon_wkt: &str,
) -> Result<Vec<RinfNetelementRow>, ProjectionError>Expand description
High-level helper: fetch + parse netelements for a search polygon.
pub fn fetch_netelements(
client: &dyn SparqlClient,
endpoint_url: &str,
polygon_wkt: &str,
) -> Result<Vec<RinfNetelementRow>, ProjectionError>High-level helper: fetch + parse netelements for a search polygon.