Last updated

API / geotoolkit / map / sources / formats / AbstractFormat / AbstractFormat

Namespace: AbstractFormat

formats.AbstractFormat.AbstractFormat

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { FeatureAdded: AbstractFeature[] | { tile?: Record<string, AbstractFeature[]> } ; FeatureRemoved: AbstractFeature ; FeaturesCleared: Iterator<AbstractFeature> }


Options

Ƭ Options: Object

options

Index signature

▪ [key: string]: any

Type declaration

NameTypeDescription
connector?AbstractConnectorconnector to use

RectQuery

Ƭ RectQuery: SendOptions & { bottom: number ; height?: number ; left: number ; right: number ; top: number ; width?: number }