API / geotoolkit / map / layers / AbstractFeatureLayer / AbstractFeatureLayer
layers.AbstractFeatureLayer.AbstractFeatureLayer
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { FeaturesUpdated: void }
Ƭ Options: Options & { annotations?: { filter?: IFilter | IFilter[] ; strategy?: IGetAnnotation ; text?: Options | Text ; visible?: boolean } ; converters?: BaseConverter | BaseConverter[] ; features?: { filter?: IFilter | IFilter[] } ; geometrytotext?: IGeometryToText }
options
Ƭ OptionsBase: Object
options
| Name | Type | Description |
|---|---|---|
alpha? | number | the 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? | IGetAnnotation | annotation strategy |
annotations.text? | Options | JSON-object or text shape instance (see Text constructor JSON-object for details) |
annotations.visible? | boolean | annotations 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? | IFilter | layer drawing filter (default "layerfilter=null" means layer is drawn) |
limits? | Rect | limits of this layer |
Ƭ 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