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
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