class documentation

class PreparedGeometry(GEOSBase):

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 ​_base​_geom Undocumented
Instance Variable ptr 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):

Undocumented

def contains(self, other):

Undocumented

def contains_properly(self, other):

Undocumented

def covers(self, other):

Undocumented

def crosses(self, other):

Undocumented

def disjoint(self, other):

Undocumented

def intersects(self, other):

Undocumented

def overlaps(self, other):

Undocumented

def touches(self, other):

Undocumented

def within(self, other):

Undocumented

_base_geom =

Undocumented

ptr =