AHGW:Import GeoSection from XML: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
m (Move page script moved page AHGW:Import GeoSection From XML to Test:Import GeoSection From XML without leaving a redirect) |
m (Jmonson moved page AHGW:Import GeoSection From XML to AHGW:Import GeoSection from XML) |
Revision as of 18:49, 12 September 2019
The tool imports 3D GeoSection features (3D multipatches) from an XML file in Arc Hydro Groundwater (AHGW). The XML file is structured as a set of SectionLines and GeoSections. The geometry of the SectionLine and GeoSection objects is defined by a set of vertices, where each vertex is defined by X, Y, and Z coordinates.
The GeoSection features created can be viewed in ArcScene.
Following the AHGW data model design, a set of optional attributes are included to describe the features.
SectionLine:
- HydroID – Unique feature identifier within the geodatabase.
- HydroCode – Permanent public identifier.
- SName – Section name (e.g. A-A’).
- FType – Type of the GeoSection.
GeoSection:
- HydroID – Unique feature identifier within the geodatabase.
- HydroCode – Permanent public identifier.
- SectionID – HydroID of the related SectionLine.
- SName – The section name (e.g. A-A’).
- HGUID – Hydrogeologic unit identifier.
- HGUCode – Hydrogeologic unit code.
- FromWell – The HydroID of a related well (applicable to borehole derived cross sections)
- ToWell – The HydroID of a related well feature (applicable to borehole derived cross sections)
- FType – The type of the GeoSection.