import_wkt(wkt) Import spatial reference from WKT.
expand_to_include(*args)
as_int() Returns the value of the field as an integer: >>>
class Feature Feature wraps an OGR feature. You never create a Feature object directly. Instead, you
units Returns a 2-tuple of the units value and the units name and will automatically determines whether to return the linear
touches(other) Returns True if this geometry touches the other, otherwise returns False.
identify_epsg() This method inspects the WKT of this SpatialReference and will add EPSG authority nodes where an
__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