예제 #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
"""