Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AlloyBasicLayer

an alloy basic layer uses the /api/layer/{code}/{x}/{y}/{z}/basic endpoint to request and display features. All features will be individual items.

Hierarchy

Implements

Index

Constructors

constructor

Properties

bounds

bounds: Readonly<AlloyBounds>
implements

id

id: string
implements

layerCode

layerCode: string

the layer code for the cluster layer

map

implements

styles

styles: Readonly<AlloyLayerStyle[]>
implements

Accessors

features

Methods

addFeature

addFeatures

addFeaturesAddedListener

clearFeatures

  • clearFeatures(): boolean

clone

dispose

  • dispose(): void

findFeaturesWithin

getFeatureById

getFeatureByItemId

removeFeature

removeFeaturesAddedListener

resetStyle

  • resetStyle(feature: OLFeature): void
  • Temp function resets style for an ol feature

    Parameters

    • feature: OLFeature

      openlayers feature for which we want to reset style

    Returns void

Generated using TypeDoc