99 |
"""Determine if this layer support classifications.""" |
"""Determine if this layer support classifications.""" |
100 |
return False |
return False |
101 |
|
|
102 |
|
def HasShapes(self): |
103 |
|
"""Determine if this layer supports shapes.""" |
104 |
|
return False |
105 |
|
|
106 |
def GetProjection(self): |
def GetProjection(self): |
107 |
"""Return the layer's projection.""" |
"""Return the layer's projection.""" |
108 |
return self.projection |
return self.projection |
299 |
return table.Column(fieldName).type |
return table.Column(fieldName).type |
300 |
return None |
return None |
301 |
|
|
302 |
|
def HasShapes(self): |
303 |
|
return True |
304 |
|
|
305 |
def NumShapes(self): |
def NumShapes(self): |
306 |
"""Return the number of shapes in the layer""" |
"""Return the number of shapes in the layer""" |
307 |
return self.numshapes |
return self.numshapes |