コード例 #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
ファイル: srs.py プロジェクト: letouriste001/SmartForest_2.0
"""