B_Subnetwork_Summaries

The B_Subnetwork_Summaries table is used to define the summary attribute fields and properties to store function results when updating Subnet Line features in a subnetwork.

FieldDescription

Tier Name

The name of the tier that the summary is applied to. The Tier Name value must be defined in the B_Tier table.

Function

The type of summary calculation applied in the summary. The following are valid inputs:

  • AVERAGE
  • COUNT
  • MAX
  • MIN
  • SUBTRACT
  • ADD

Attribute

The network attribute used to filter the summary.

Filter Name

The attribute name to filter the function result by.

Filter Operator

The operator used in the filtering for the summary. The following are valid inputs:

  • IS_EQUAL_TO
  • DOES_NOT_EQUAL
  • IS_GREATER_THAN
  • IS_GREATER_THAN_OR_EQUAL_TO
  • IS_LESS_THAN
  • IS_LESS_THAN_OR_EQUAL_TO
  • INCLUDES_THE_VALUES
  • INCLUDES_ANY
  • DOES_NOT_INCLUDE_ANY

Filter Type

The type of filter. Valid inputs:

  • SPECIFIC_VALUE
  • NETWORK_ATTRIBUTE

Filter Value

The value of the input field attribute.

Summary Attribute

The field in the Subnet Line feature class that persists the function results. Depending on the selected function and network attribute type, only the applicable type of user-added subnetwork attributes will be valid for this parameter.

Fields in the B_Subnetwork_Summaries table of an asset package.
Top