Exemplo n.º 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)
Exemplo n.º 2
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)
Exemplo n.º 3
0
"""