Add GeoJson object model and Filters support for geoWithin/geoIntersects/near/nearSphere

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Major - P3
    • 3.1.0
    • Affects Version/s: None
    • Component/s: API, Query Operations
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      • Support the GeoJSON object model with enough functionality for use as query filters
        • Support Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection
        • Support alternative Coordinate Reference System (CRS)
        • Support for n-dimensonal positions (even though currently the server supports only longitude/latitude
        • No support for bbox or extra fields (as neither is required for query filters)
      • Add Codec implementations for all GeoJSON object model classes
        • No support needed yet for decoding, as there is currently no way to specify that a given field is a GeoJSON geometry type
      • Support new Filters factory methods:
        • geoWithin (including $box, $polygon, $center, and $centerSphere)
        • geoIntersects
        • near
        • nearSphere

            Assignee:
            Jeffrey Yemin
            Reporter:
            Jeffrey Yemin
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: