Contains returns true if the given layer type should be considered part of this layer class.
(LayerType)
| 12 | // Contains returns true if the given layer type should be considered part |
| 13 | // of this layer class. |
| 14 | Contains(LayerType) bool |
| 15 | // LayerTypes returns the set of all layer types in this layer class. |
| 16 | // Note that this may not be a fast operation on all LayerClass |
| 17 | // implementations. |
no outgoing calls