How to get the Node connectivity or Geometric Network information out of ArcFM. Requirement is to get the data for Electric tracing.
Page 1 / 1
To read Geodatabase network connectivity data, the FME Geodatabase reader has the reader parameters:
Ignore Network Info: Yes|No (default is Yes - which is do not read the connectivity )
You might also want to use the parameter:
Split Complex edges: Yes|No
Setting these parameters will:
- Add the feature class Net_Junctions which are the network junctions with the following attributes:
geodb_edge_feature_count 2
geodb_element_id 2022
geodb_feature_is_simple yes
geodb_type geodb_simple_junction
- Add the from_ & to_ attributes to the line feature classes
geodb_element_id 7416
geodb_element_index 0
geodb_from_junction_element_id 2022
geodb_to_junction_element_id 5874
geodb_type geodb_complex_edge
To read an ArcFM Geodatabase you nede the ArcFM Object reader. Have a look at this article: Reading ArcFM Geodatabase data using FME