gis.geos.GEOSGeometry.sym_difference()

GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and

2016-10-09 18:38:26
gis.geos.GEOSGeometry.hexewkb

GEOSGeometry.hexewkb Returns the EWKB of this Geometry in hexadecimal form. This is an extension of the WKB specification that

2016-10-09 18:38:21
gis.geos.LinearRing

class LinearRing(*args, **kwargs) LinearRing objects are constructed in the exact same way as LineString

2016-10-09 18:38:28
gis.geos.PreparedGeometry.covers()

covers(other)

2016-10-09 18:38:30
gis.geos.GEOSGeometry.union()

GEOSGeometry.union(other) Returns a GEOSGeometry representing all the points in this geometry and the other.

2016-10-09 18:38:27
gis.geos.GEOSGeometry.intersects()

GEOSGeometry.intersects(other) Returns True if GEOSGeometry.disjoint() is False.

2016-10-09 18:38:22
gis.geos.GEOSGeometry.clone()

GEOSGeometry.clone() This method returns a GEOSGeometry that is a clone of the original.

2016-10-09 18:38:17
gis.geos.GEOSGeometry.json

GEOSGeometry.json Returns the GeoJSON representation of the geometry. Note that the result is not a complete GeoJSON structure

2016-10-09 18:38:23
gis.geos.GEOSGeometry.relate_pattern()

GEOSGeometry.relate_pattern(other, pattern) Returns True if the elements in the DE-9IM intersection matrix for

2016-10-09 18:38:25
gis.geos.GEOSGeometry.wkb

GEOSGeometry.wkb Returns the WKB (Well-Known Binary) representation of this Geometry as a Python buffer. SRID value is not included

2016-10-09 18:38:27