index A method that returns the index of the given field name. This will be the same for all features in a given layer:
value Returns the value of this field. The Field class itself returns the value as a string, but each subclass
z Returns the Z coordinate of this point, or None if the point does not have a Z coordinate:
json Returns a string representation of this geometry in JSON format:
get_geoms(geos=False) A method that returns a list containing the geometry of each feature in the layer. If the optional argument
y Returns a list of Y coordinates in this line: >>>
get_fields() A method that returns a list of the values of a given field for each feature in the layer:
coords An alias for tuple.
class Layer Layer is a wrapper for a layer of data in a DataSource object. You never create a Layer
origin Coordinates of the top left origin of the raster in the spatial reference system of the source, as a point object with
Page 7 of 18