LayerTypes returns the set of all layer types in this layer class. Note that this may not be a fast operation on all LayerClass implementations.
()
| 16 | // Note that this may not be a fast operation on all LayerClass |
| 17 | // implementations. |
| 18 | LayerTypes() []LayerType |
| 19 | } |
| 20 | |
| 21 | // Contains implements LayerClass. |