Last updated

API / geotoolkit / attributes / Pattern / Pattern

Namespace: Pattern

attributes.Pattern.Pattern

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { Invalidate: string }


Options

Ƭ Options: Object

The image patterns options

Type declaration

NameTypeDescription
containername?stringan 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?stringname of this pattern for indexing
scalable?booleanflag that sets scalability of the pattern coordinates, or relative to the shape it is filling (It is not supported)
userhandle?Functionadditional info associated with current image pattern Deprecated since 4.0. Not used anymore.

OptionsOut

Ƭ OptionsOut: Object

Type declaration

NameTypeDescription
containername?stringan 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?stringname of this pattern for indexing
scalablebooleanflag that sets scalability of the pattern coordinates, or relative to the shape it is filling (It is not supported)
userhandle?Functionadditional info associated with current image pattern Deprecated since 4.0. Not used anymore.