class OGRGeometry(geom_input, srs=None) This object is a wrapper for the
class SpatialReference(srs_input) Spatial reference objects are initialized on the given srs_input, which may be
within(other) Returns True if this geometry is contained within the other, otherwise returns False
max_x The value of the minimum Y coordinate.
intersects(other) Returns True if this geometry intersects the other, otherwise returns False.
layer_name Returns the name of the Layer that the feature came from. This will be the same for all features in
tuple Returns the coordinates of a point geometry as a tuple, the coordinates of a line geometry as a tuple of tuples, and so
srs This property controls the spatial reference for this geometry, or None if no spatial reference system has
overlaps(other) Returns True if this geometry overlaps the other, otherwise returns False.
clone() Returns a new OGRGeometry clone of this geometry object.
Page 12 of 18