Geometric networks in a geodatabase in Informix

Geometric networks are collections of line (edge) and point (junction) feature classes in a feature dataset that possess a connectivity relationship. Geometric networks are used to model infrastructure, such as electric utility lines and sewer systems.

The tables that are created with a network depend on whether there are turns present in the network.

Geometric networks in ArcGIS for Desktop

In the Catalog tree, feature datasets that contain geometric networks look the same until you expand the dataset. Once the dataset is expanded, you see a geometric network represented with the following icon:

Geometric network icon

The name of a geometric network in a geodatabase in Informix contains the database name followed by a colon (:), the name of the owner of the geometric network, and the name of the geometric network itself.

For example, a geometric network, water_net, owned by user gdb, in a geodatabase named sdedb would be listed as sdedb:gdb.water_net in the Catalog tree.

When a geometric network is built, an orphan junction feature class is created inside the feature dataset. The name of this feature class is the name of the network followed by _Junctions.

Any errors that are encountered when the geometric network is created are placed in the build errors table, which you can also see in the Catalog. This table has is named <network_name>_builderr. If there were errors when the water_net geometric network was built, a table named sdedb:gdb.water_net_builderr would be created in the geodatabase.

Geometric networks in an IBM Informix database

Geometric networks are tracked in the gdb_items table. The gdb_itemtypes table stores a value indicating that the object is a geometric network. The gdb_itemrelationships table stores information on how the network and the feature dataset it is in are related.

In addition to these tables, networks are made up of a set of variably sized tables that is stored in the schema of the user who created the geometric network. The size of these tables depends on the size of the network—for example, the number of junctions and number of edges can affect the network size.

There are 9 fixed tables per network, and they are identified by the following naming convention: N_<ID>_<table_descriptor>, where ID represents a logical network ID, which is stored in the networks definition in the gdb_items table; for example, N_1_<table descriptor>, N_2_<table descriptor>.

The actual number of tables varies depending on what elements the network contains. A maximum of 21 tables could be created for a network with turns and weights.

All these tables are versioned when the network itself is versioned.

The following tables are always created: n_<id>_desc, n_<id>_e<#>, n_<id>_estatus, n_<id>_etopo, n_<id>_flodir, n_<id>_jdesc, n_<id>_jstatus, n_<id>_jtopo, and n_<id>_props.

NoteNote:

The N_<ID>_* tables can be viewed in the DBMS but should not be altered using SQL/third-party applications; doing so can corrupt the network.

n_<id>_*

Tables in the geodatabase that begin with N_ store information about networks.

n_<id>_desc

The n_<id>_desc table describes the elements of a network. This is a normalized table whose row count is equal to the number of junctions and the number of edges in a geometric network.

Field name

Field type

Description

Null?

oid

integer

The unique identifier of an element in a geometric network

NOT NULL

userclassid

integer

The identifier of the feature class to which the element belongs

NOT NULL

userid

integer

The ObjectID of the feature

NOT NULL

usersubid

integer

The identifier of an element in a feature; only applicable to complex edge features

NOT NULL

elementtype

smallint

A code indicating the type of network element; either 1 = junction or 2 = edge

NOT NULL

eid

integer

The unique element identifier of the network element; only unique for the type of network element

NOT NULL

n_<id>_props

The n_<id>_props table contains a summary description of a network's properties, such as element counts and maximum EID values.

Field name

Field type

Description

Null?

propertyid

integer

The unique identifier of the network property

NOT NULL

propertyname

varchar(32)

The name of the property

NOT NULL

propertyvalue

integer

The value of the property

NOT NULL

All the remaining network tables contain the same field names and types. The table names and what they track are described below the table definition.

Field name

Field type

Description

Null?

oid

integer

The unique identifier of the BLOB page in the table

NOT NULL

pagenumber

integer

The number of the BLOB page in the table

NOT NULL

pageblob

BLOB

The actual BLOB page, which contains a description for the element the table is describing, such as edge and edge status

View a diagram of a geometric network in Informix.

Dashed lines indicate implicit relationships between columns.

NoteNote:

You need Adobe Acrobat Reader to open the file.

For a description of the build errors table, see Network build errors table schema.

Geometric networks in an XML document

For a geometric network, the data element in an XML document is listed as type GeometricNetwork. The following is a portion of an XML document exported from a feature dataset containing a geometric network:

<DataElement xsi:type="esri:DEGeometricNetwork">
  <CatalogPath>/V=sde.DEFAULT/FD=sdedb:gdb.Water/GN=sdedb:gdb.Water_Net</CatalogPath> 
  <Name>sdedb:gdb.Water_Net</Name> 
  <MetadataRetrieved>true</MetadataRetrieved> 
    <Metadata xsi:type="esri:XmlPropertySet">
      <XmlDoc><?xml version="1.0"?> <metadata xml:lang="en"><Esri><MetaID>{A4750260-72E0-4B84-9E59-A28ED020FBCF}</MetaID><CreaDate>20060530</CreaDate><CreaTime>14011400</CreaTime><SyncOnce>TRUE</SyncOnce></Esri></metadata></XmlDoc> 
     </Metadata>
  <DatasetType>esriDTGeometricNetwork</DatasetType> 
  <DSID>-1</DSID> 
  <Versioned>false</Versioned> 
  <CanVersion>true</CanVersion> 
  <Extent xsi:type="esri:EnvelopeN" /> 
  <SpatialReference xsi:type="esri:ProjectedCoordinateSystem">
    <WKT>PROJCS["World_Mercator", GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984", SPHEROID["WGS_1984",6378137.0,298.257223563]], PRIMEM["Greenwich",0.0], UNIT["Degree",0.0174532925199433]], PROJECTION["Mercator"],PARAMETER["False_Easting",0.0], PARAMETER["False_Northing",0.0], PARAMETER["Central_Meridian",0.0], PARAMETER["Standard_Parallel_1",0.0], UNIT["Meter",1.0]]</WKT> 
    <XOrigin>-147.84354555</XOrigin> 
    <YOrigin>-0.843545550000002</YOrigin> 
    <XYScale>160000000</XYScale> 
    <ZOrigin>0</ZOrigin> 
    <ZScale>1</ZScale> 
    <MOrigin>0</MOrigin> 
    <MScale>1</MScale> 
    <XYTolerance>0.0002</XYTolerance> 
    <ZTolerance>4.7683715798108E-03</ZTolerance> 
    <MTolerance>2</MTolerance> 
    <HighPrecision>true</HighPrecision> 
  </SpatialReference>
  <NetworkType>esriNTUtilityNetwork</NetworkType> 
  <OrphanJunctionFeatureClassName /> 
  <FeatureClassNames xsi:type="esri:Names" /> 
  <ConnectivityRules xsi:type="esri:ArrayOfConnectivityRule" /> 
  <NetworkWeights xsi:type="esri:ArrayOfNetWeight" /> 
  <WeightAssociations xsi:type="esri:ArrayOfNetWeightAssociation" /> 
</DataElement>

Related Topics

3/13/2015