create With Categories
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.
Return
Since
200.1.0
Parameters
cost Network Attribute
The UtilityNetworkAttribute used to determine the definition of "nearest".
count
The number of nearest features to return. This must be a positive number.
categories
The collection of UtilityCategory that are used to define features to return.
Throws
if the nearest neighbour count is not valid. It must be a positive number