class WKBReader Example: >>> from django
GEOSGeometry.ring Returns a boolean indicating whether the geometry is a LinearRing.
GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.
GEOSGeometry.relate_pattern(other, pattern) Returns True if the elements in the DE-9IM intersection matrix for
GEOSGeometry.num_coords Returns the number of coordinates in the geometry.
byteorder This property may be set to change the byte-order of the geometry representation.
GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.
GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and
GEOSGeometry.wkb Returns the WKB (Well-Known Binary) representation of this Geometry as a Python buffer. SRID value is not included
GEOSGeometry.within(other) Returns True if the DE-9IM intersection matrix for the two geometries is T*F**F***
Page 2 of 10