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.PreparedGeometry.covers()

covers(other)

2016-10-09 18:38:30
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.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.valid

GEOSGeometry.valid Returns a boolean indicating whether the geometry is valid.

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

GEOSGeometry.difference(other) Returns a GEOSGeometry representing the points making up this geometry that do not

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

GEOSGeometry.touches(other) Returns True if the DE-9IM intersection matrix for the two geometries is FT*******

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.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.ewkb

GEOSGeometry.ewkb Return the EWKB representation of this Geometry as a Python buffer. This is an extension of the WKB specification

2016-10-09 18:38:20