SortedFeatures
take an array of features and sort by a given property name
Constructor Summary
Public Constructor | ||
public |
constructor(features: Array<ol.Feature>, propertyName: string) |
Member Summary
Public Members | ||
public |
propertyName: * |
|
public |
|
Method Summary
Public Methods | ||
public |
getFeature(propertyValue: number | string, exactMatch: boolean, sortedFeatures: Array): ol.Feature | undefined recursive search to find the value |