hex Returns a string representation of this geometry in HEX WKB format:
__iter__() Iterates over the points in a LineString, the rings in a Polygon, or the geometries in
__getitem__() Returns the point at the specified index for a LineString, the interior ring at the specified index
import_xml(xml) Import spatial reference from XML.
name The name of the source which is equivalent to the input file path or the name provided upon instantiation.
__len__() Returns the number of points in a LineString, the number of rings in a Polygon, or the number
z Returns a list of Z coordinates in this line, or None if the line does not have Z coordinates:
test_capability(capability) Returns a boolean indicating whether this layer supports the given capability (a string). Examples
extent Returns the spatial extent of this layer, as an Envelope object:
num_feat Returns the number of features in the layer. Same as len(layer):
Page 9 of 18