示例#1
0
    def geographic(self):
        """
<<<<<<< HEAD
        Returns True if this SpatialReference is geographic
=======
        Return True if this SpatialReference is geographic
>>>>>>> 37c99181c9a6b95433d60f8c8ef9af5731096435
         (root node is GEOGCS).
        """
        return bool(capi.isgeographic(self.ptr))
示例#2
0
文件: srs.py 项目: JMassapina/lettuce
 def geographic(self):
     """
     Returns True if this SpatialReference is geographic 
      (root node is GEOGCS).
     """
     return bool(capi.isgeographic(self.ptr))
示例#3
0
 def geographic(self):
     """
     Returns True if this SpatialReference is geographic
      (root node is GEOGCS).
     """
     return bool(capi.isgeographic(self.ptr))
示例#4
0
"""