kml Returns a string representation of this geometry in KML format.
fields Returns a list of the names of the fields of data associated with the feature. This will be the same for all features
wkb Returns a buffer containing a WKB representation of this geometry.
num_fields Returns the number of fields of data associated with the feature. This will be the same for all features in a given
ewkt Returns the EWKT representation of this geometry.
class CoordTransform(source, target) Represents a coordinate system transform. It is initialized with two SpatialReference
contains(other) Returns True if this geometry contains the other, otherwise returns False.
geotransform The affine transformation matrix used to georeference the source, as a tuple of six coefficients which map pixel/line
boundary() The boundary of this geometry, as a new OGRGeometry object.
num_fields Returns the number of fields in the layer, i.e the number of fields of data associated with each feature in the layer:
Page 1 of 18