geom_type Returns the type of geometry for this feature, as an OGRGeomType object. This will be the same for all
wkt Returns a string representation of this geometry in WKT format.
get_fields() A method that returns a list of the values of a given field for each feature in the layer:
skew Skew coefficients used to georeference the raster, as a point object with x and y members. In
get_geoms(geos=False) A method that returns a list containing the geometry of each feature in the layer. If the optional argument
name Returns the name of this Spatial Reference.
coords An alias for tuple.
__getitem__() Returns the point at the specified index for a LineString, the interior ring at the specified index
__iter__() Iterates over the points in a LineString, the rings in a Polygon, or the geometries in
__len__() Returns the number of points in a LineString, the number of rings in a Polygon, or the number
Page 8 of 18