Companion
object Companion
Functions
Link copied to clipboard
fun createWithAssetTypes(costNetworkAttribute: UtilityNetworkAttribute, count: Int, assetTypes: Iterable<UtilityAssetType>): UtilityNearestNeighbor
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
fun createWithCategories(costNetworkAttribute: UtilityNetworkAttribute, count: Int, categories: Iterable<UtilityCategory>): UtilityNearestNeighbor
Creates a filter object to return the next n features from the starting point with categories.