2011-07-13 17:35:51 +08:00
|
|
|
from django.contrib.gis.geos.error import GEOSException
|
2016-12-16 05:59:08 +08:00
|
|
|
from django.contrib.gis.ptr import CPointerBase
|
2008-08-06 02:13:06 +08:00
|
|
|
|
2013-11-03 01:18:46 +08:00
|
|
|
|
2016-12-16 05:59:08 +08:00
|
|
|
class GEOSBase(CPointerBase):
|
|
|
|
null_ptr_exception_class = GEOSException
|