Import the Spatial Reference from the EPSG code (an integer).
(self, epsg)
| 303 | |
| 304 | # #### Import Routines ##### |
| 305 | def import_epsg(self, epsg): |
| 306 | "Import the Spatial Reference from the EPSG code (an integer)." |
| 307 | capi.from_epsg(self.ptr, epsg) |
| 308 | |
| 309 | def import_proj(self, proj): |
| 310 | """Import the Spatial Reference from a PROJ string.""" |