Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • ohsome-filter ohsome-filter
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • giscience
  • big-data
  • ohsome
  • libs
  • ohsome-filterohsome-filter
  • Issues
  • #8
Closed
Open
Created Oct 15, 2020 by Martin Raifer@martinOwner

allow to use applyOSMGeometry with supplier method

It could make sense to allow to use applyOSMGeometry with a lazily evaluated supplier method. This could lead to improved performance when the building of the OSM feature geometries is only done when really needed.

Example usage:

    // current:
    .filter(snapshot -> filter.applyOSMGeometry(snapshot.getEntity(), snapshot.getGeometry()))
    // proposed:
    .filter(snapshot -> filter.applyOSMGeometry(snapshot.getEntity(), snapshot::getGeometry))
Assignee
Assign to
Time tracking