class documentation

class PreparedGeometry(GEOSBase): (source)

View In Hierarchy

A geometry that is prepared for performing certain operations. At the moment this includes the contains covers, and intersects operations.

Method __init__ Undocumented
Method contains Undocumented
Method contains_properly Undocumented
Method covers Undocumented
Method crosses Undocumented
Method disjoint Undocumented
Method intersects Undocumented
Method overlaps Undocumented
Method touches Undocumented
Method within Undocumented
Instance Variable ptr Undocumented
Instance Variable _base_geom Undocumented

Inherited from CPointerBase (via GEOSBase):

Method __del__ Free the memory used by the C++ object.
Method ptr.setter Undocumented
Class Variable destructor Undocumented
Instance Variable _ptr Undocumented
def __init__(self, geom): (source)

Undocumented

def contains(self, other): (source)

Undocumented

def contains_properly(self, other): (source)

Undocumented

def covers(self, other): (source)

Undocumented

def crosses(self, other): (source)

Undocumented

def disjoint(self, other): (source)

Undocumented

def intersects(self, other): (source)

Undocumented

def overlaps(self, other): (source)

Undocumented

def touches(self, other): (source)

Undocumented

def within(self, other): (source)

Undocumented

_base_geom = (source)

Undocumented