<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    OGR_Dr_Open became deprecated in 2.0 but it is still the main method
    to open vector datasets in the bindings.<br>
    <br>
    I just realized that I would need one method to open all data sets.
    OpenEx seems to be it but I would still need to cast the object into
    a Dataset or a DataSource. Maybe OpenEx should be the preferred way
    to open any data set also with the bindings.<br>
    <br>
    However, I don't seem to find good way to tell whether the data set
    object OpenEx gives me is a raster or a vector. Is there such?<br>
    <br>
    Ari<br>
    <br>
  </body>
</html>