Last updated

API / geotoolkit / map / layers / AbstractFeatureLayer / AbstractFeatureLayer

Namespace: AbstractFeatureLayer

layers.AbstractFeatureLayer.AbstractFeatureLayer

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { FeaturesUpdated: void }


Options

Ƭ Options: Options & { annotations?: { filter?: IFilter | IFilter[] ; strategy?: IGetAnnotation ; text?: Options | Text ; visible?: boolean } ; converters?: BaseConverter | BaseConverter[] ; features?: { filter?: IFilter | IFilter[] } ; geometrytotext?: IGeometryToText }

options


OptionsBase

Ƭ OptionsBase: Object

options

Type declaration

NameTypeDescription
alpha?numberthe alpha of the layer
annotations?{ filter?: IFilter | IFilter[] ; strategy?: IGetAnnotation ; text?: Options ; visible?: boolean }annotations options
annotations.filter?IFilter | IFilter[]annotations filter(s)
annotations.strategy?IGetAnnotationannotation strategy
annotations.text?OptionsJSON-object or text shape instance (see Text constructor JSON-object for details)
annotations.visible?booleanannotations visibility flag
converters?BaseConverter | BaseConverter[]converter that is used for vector data conversions
features?{ filter?: IFilter | IFilter[] }features options
features.filter?IFilter | IFilter[]features filter(s)
layerfilter?IFilterlayer drawing filter (default "layerfilter=null" means layer is drawn)
limits?Rectlimits of this layer

OptionsOut

Ƭ OptionsOut: OptionsOut & { annotations?: { filter?: IFilter | IFilter[] ; strategy?: IGetAnnotation ; text?: Text | Options ; visible?: boolean } ; converters?: BaseConverter | BaseConverter[] ; features?: { filter?: IFilter | IFilter[] } ; tooltip?: { formatter?: IFormatter | (data: AbstractFeature[], tooltip: string, pt: Point) => string | HTMLElement ; visible?: boolean } }

object containing the properties