示例#1
0
 def check_parent(cls, parent):
     return IFeatureLayer.providedBy(parent)
示例#2
0
 def check_parent(cls, parent):
     return IFeatureLayer.providedBy(parent)
示例#3
0
 def is_layer_supported(cls, layer):
     return IFeatureLayer.providedBy(layer)
示例#4
0
 def is_layer_supported(cls, layer):
     return IFeatureLayer.providedBy(layer)