API / geotoolkit / attributes / Pattern / Pattern
attributes.Pattern.Pattern
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { Invalidate: string }
Ƭ Options: Object
The image patterns options
| Name | Type | Description |
|---|---|---|
containername? | string | an optional container name, which creates an image pattern. This parameter is used for serialization if you want to save are reference to pattern instead of the pattern itself |
patternname? | string | name of this pattern for indexing |
scalable? | boolean | flag that sets scalability of the pattern coordinates, or relative to the shape it is filling (It is not supported) |
userhandle? | Function | additional info associated with current image pattern Deprecated since 4.0. Not used anymore. |
Ƭ OptionsOut: Object
| Name | Type | Description |
|---|---|---|
containername? | string | an optional container name, which creates an image pattern. This parameter is used for serialization if you want to save are reference to pattern instead of the pattern itself |
patternname? | string | name of this pattern for indexing |
scalable | boolean | flag that sets scalability of the pattern coordinates, or relative to the shape it is filling (It is not supported) |
userhandle? | Function | additional info associated with current image pattern Deprecated since 4.0. Not used anymore. |