Re: [gdal-dev] Standardization of Bounding Box structure

2017-11-24 Thread Ari Jolma
Roberto Ribeiro kirjoitti 23.11.2017 klo 20:43: In OGR, the GetGeometry() method from the Geometry class returns a bounding box in the (xmin, xmax, ymin, ymax) structure. However, the SetSpatialFilterRect() method from the Layer class expects a bounding box in the (xmin, ymin, xmax, ymax) struc

[gdal-dev] Standardization of Bounding Box structure

2017-11-23 Thread Roberto Ribeiro
In OGR, the GetGeometry() method from the Geometry class returns a bounding box in the (xmin, xmax, ymin, ymax) structure. However, the SetSpatialFilterRect() method from the Layer class expects a bounding box in the (xmin, ymin, xmax, ymax) structure. This is a problem that can be worked around, b