Companion

object Companion

Functions

Link copied to clipboard

Creates a filter object to return the next n features from the starting point with asset types.

Link copied to clipboard
fun createWithAssetTypesAndCategories(    costNetworkAttribute: UtilityNetworkAttribute,     count: Int,     assetTypes: Iterable<UtilityAssetType>,     categories: Iterable<UtilityCategory>): UtilityNearestNeighbor

Creates a filter object to return the next n features from the starting point with asset types and categories.

Link copied to clipboard

Creates a filter object to return the next n features from the starting point with categories.