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