Changes between Version 37 and Version 38 of rfc61_support_for_measured_geometries


Ignore:
Timestamp:
Feb 3, 2016, 7:48:25 AM (8 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61_support_for_measured_geometries

    v37 v38  
    271271}}}
    272272
     273The entry point for a creating a layer is !CreateLayer method in GDALDataset. If the dataset does not support measured geometries it will strip the measured flag from the geometry type it gets as a parameter. This is in line with current behavior non linear geometry types and datasets not supporting them.
     274
    273275ICreateLayer, which all drivers that have create layer capability implement, have geometry type as an argument. The method should call CPLError() with CPLE_NotSupported and return NULL if the driver does not support measures. Similarly for ICreateFeature and ISetFeature.
    274276