Last updated

API / geotoolkit / map / sources / AbstractSource / AbstractSource

Namespace: AbstractSource

sources.AbstractSource.AbstractSource

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { ModelLimitsChanged: Rect | null }


Options

Ƭ Options: Object

options

Type declaration

NameTypeDescription
format?AbstractFormatformat for the server data requests formatting
loader?AbstractLoaderloader for loading server settings. If loader=null,
ondatafailed?(err: Error) => voidafter loader failed to load data there's not server settings request sending.
ondataloaded?() => voidafter loader load data
system?string | AbstractSysteminitial data coordinate system
url?string | string[]data server url

OptionsOut

Ƭ OptionsOut: Object

properties

Type declaration

NameTypeDescription
url?string | string[]data server url