srs  
This property controls the spatial reference for this geometry, or None if no spatial reference system has been assigned to it. If assigned, accessing this property returns a SpatialReference object. It may be set with another SpatialReference object, or any input that SpatialReference accepts. Example:
>>> city.geom.srs.name 'GCS_WGS_1984'
 
          
Please login to continue.