示例#1
0
 def identify_epsg(self):
     """
     This method inspects the WKT of this SpatialReference, and will
     add EPSG authority nodes where an EPSG identifier is applicable.
     """
     capi.identify_epsg(self.ptr)
示例#2
0
文件: srs.py 项目: JMassapina/lettuce
 def identify_epsg(self):
     """
     This method inspects the WKT of this SpatialReference, and will
     add EPSG authority nodes where an EPSG identifier is applicable.
     """
     capi.identify_epsg(self.ptr)
示例#3
0
"""