A filter set on UtilityTraceFilter::nearestNeighbor to return the next N features from the starting point. More...
Import Statement | import Esri. |
Since | Esri. |
Inherits |
Properties
- assetTypes : list<UtilityAssetType>
- categories : list<UtilityCategory>
- costNetworkAttribute : UtilityNetworkAttribute
- count : int
Signals
Methods
- UtilityNearestNeighbor createWithAssetTypes(UtilityNetworkAttribute costNetworkAttribute, int count, const QVariant&assetTypes)
- UtilityNearestNeighbor createWithAssetTypesAndCategories(UtilityNetworkAttribute costNetworkAttribute, int count, const QVariant&assetTypes, const QVariant&categories)
- UtilityNearestNeighbor createWithCategories(UtilityNetworkAttribute costNetworkAttribute, int count, const QVariant&categories)
Detailed Description
Note: This type can only be created by calling methods createWithAssetTypes, createWithCategories or createWithAssetTypesAndCategories
Property Documentation
asset |
A list of UtilityAssetType that are used to define features to return.
Can be empty when the UtilityNearestNeighbor is created with a list of UtilityCategory.
categories : list<Utility |
A list of UtilityCategory that are used to define features to return. Can be empty when the UtilityNearestNeighbor is created with a list of UtilityAssetType.
cost |
Returns the UtilityNetworkAttribute used to determine the definition of "nearest".
Signal Documentation
Emitted when the costNetworkAttribute property changes.
Note: The corresponding handler is onCostNetworkAttributeChanged
.
Method Documentation
Utility |
A static method that creates a filter object to return the next N features from the starting point.
- costNetworkAttribute - The UtilityNetworkAttribute used to determine the definition of "nearest".
- count - The number of nearest features to return.
- assetTypes - The collection of UtilityAssetType that are used to define features to return.
Utility |
A static method that creates a filter object to return the next N features from the starting point.
- costNetworkAttribute - The UtilityNetworkAttribute used to determine the definition of "nearest".
- count - The number of nearest features to return.
- assetTypes - The collection of UtilityAssetType that are used to define features to return.
- categories - The collection of UtilityCategory that are used to define features to return.
Utility |
A static method that creates a filter object to return the next N features from the starting point.
- costNetworkAttribute - The UtilityNetworkAttribute used to determine the definition of "nearest".
- count - The number of nearest features to return.
- categories - The collection of UtilityCategory that are used to define features to return.