272 |
|
|
273 |
clazz = layer.GetClassification() |
clazz = layer.GetClassification() |
274 |
|
|
275 |
clazz.SetField("AREA") |
clazz.SetFieldInfo("AREA", None) |
276 |
|
|
277 |
clazz.AppendGroup(ClassGroupSingleton(42, |
clazz.AppendGroup(ClassGroupSingleton(42, |
278 |
ClassGroupProperties(), |
ClassGroupProperties(), |
281 |
ClassGroupProperties(), |
ClassGroupProperties(), |
282 |
"single-text")) |
"single-text")) |
283 |
|
|
284 |
clazz.AppendGroup(ClassGroupRange(0, 42, |
clazz.AppendGroup(ClassGroupRange((0, 42), |
285 |
ClassGroupProperties(), |
ClassGroupProperties(), |
286 |
"range")) |
"range")) |
287 |
|
|