18
Overview of the APDM ArcGIS Pipeline Data Model (APDM) Version 4.0 Publication Date: 2007-02-27

Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

ArcGIS Pipeline Data Model (APDM)Version 4.0

Publication Date: 2007-02-27

Page 2: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

Overview of Presentation

•What is the APDM?• What is a Template?• APDM as a Geodatabase Model• APDM Generic Core, Pipeline Behavior, and Abstract Classes• APDM Design Rationale

•APDM Organization• APDM Committees• All things APDM – Web• Current APDM Activities• APDM at the PUG• Contact Information

Page 3: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

APDM is a Template

•APDM is a template for the Pipeline Industry•Can be used for Gas or Liquids•Gathering, Transmission, or Distribution Pipelines

•There is no governing organization that has officially approved it as a standard

•Concentrates on defining and documenting CORE features using the “80% Typical” rule

Page 4: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

APDM is a Geodatabase Model

• APDM is implemented on ESRI’s Geodatabase Object-Relational Geographic Information System Model

• The APDM is a conceptual model that can be extended and implemented to suit the needs of a business

• It relies on ESRI Technology provided in the Geodatabase:• Linear Referencing (Routes and Measures)• Topology• Versioning\Archiving• Feature Datasets\Spatial References• ArcObjects

Page 5: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

APDM in the Geodatabase• ArcMap View • ArcCatalog View

Page 6: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

APDM provides a generic core

• Encapsulates behavior of a data and features in a pipeline system• Extends behavior to capture pipeline operator business requirements

(procedures, workflows, processes, standards, etc.)• Allows creation of unique models from a standardized core• Presents a set of core elements (tables, attributes, and relationships)

that:• Remain consistent for any APDM implementation• Ease data transfer between existing pipeline data models (PODS,

ISAT, PPDM)• Allows for development of portable APDM software applications by

third party vendors• Promotes Interoperability!

Page 7: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

APDM describes a pipeline by defining…

• Core Elements (centerline, activities, documents)• Stationing and Station Equations (linear referencing, station series, control points, alternate reference measures)

• Centerline Editing and Re-routing (Routes, Measures and Events)

• Coincident Geometry (Topology, Relationships between Parent & Child Features)

• Hierarchy (Lineloops, Subsystems, Activities)• Auditing (Inline History, Activities, Archiving)

Page 8: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

Page 9: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

APDM defines behavior using Abstract Classes• Abstract classes are the templates from which behavior (defined as

attributes in the class and relationships to other classes) are passed down to concrete feature/object classes in the APDM Geodatabase

• Control point inherit behavior from the CenterlinePoint Abstract Class

• Elbows, Valves, and Flanges inherit behavior from the OnlinePointFacility Abstract Class

• Structures inherit behavior from the OfflinePoint Abstract Class• Abstract class defines a specific set of behavior for a specific set of

features particularly for edit operations:• Control points will act this way when edited• Elbows, Valves and Flanges will act this way when the centerline

they are located on is edited• Structures located within 660 feet of the centerline will act this way

when the centerline is edited

Page 10: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

Page 11: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

• Elbow is a Concrete Class which inherits from…

• Fitting which inherits from …• OnlinePointFacility which inherits from …• OnlineFacility which inherits from …• OnlineFeature which inherits from …• FeatureArchive which inherits from …• Feature which inherits from …• Object

Page 12: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

APDM Design Rationale

• Core Features and Abstract Classes allow for customized and individualized implementations with a standard ‘core’ for flexibility and interoperability

• Core features and Abstract Classes allow APDM Technical Committee to concentrate on capturing and defining behavior of pipeline features rather than rigorous definition of the feature attributes themselves

• APDM was designed to be implemented and maintained in ESRI Geodatabase without the need for custom application code

• Location of features can be represented in Feature Classes (as geometric features) or in Object Classes (used as Event Tables)

• Features can be located on or along a pipeline by either/or both absolute positioning (Coordinates) and/or linear referencing (Route/Measure)

• A combination of feature classes and event tables is allowed within a single APDM Geodatabase.

Page 13: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

APDM Organization - CommitteesSteering Committee• Robert Brook, ESRI

[email protected]• Chris Elmer, Sempra Utilities

[email protected]• Greg McCool, El Paso Corporation

[email protected]• David Nemeth, Panhandle Energy

[email protected]• Debra Rohrer, Columbia Gas

[email protected]• Mark Warner, Questar Pipeline

[email protected]• Edward Wiegele, GE Energy

[email protected]• Craig Wilder (Chairperson), BP

[email protected]• Chad Zamarin, Colonial Gas

[email protected]

• Technical Committee• John Alsup, ESRI

[email protected]• Tom Gilmour, Advantica

[email protected]• Lucas Hutmacher, El Paso Corporation (Vice

Chairperson)• [email protected]

• Theo Lawrence, Great Lakes Gas Transmission• [email protected]

• Todd Murphy, Southern Union Company• [email protected]

• Ted Peay, Questar Gas Company (Secretary)• [email protected]

• John Spangler, General Electric Oil & Gas• [email protected]

• Peter Veenstra, Eagle Information Mapping (Chairperson)

[email protected]• Two Open Positions

• Elections on Wednesday at APDM Workshop – Salon B – 8:30am

Page 14: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

All things APDM …

•Information and announcements about APDM

• Logical Model• White Papers

• Model, Business Case, Migration

• Presentations• Physical UML Model

• Core• Core w/ Examples

Page 15: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

Current APDM Activities

• PODS Spatial/APDM Working Group• Integrating the APDM Core within PODS

• APDM Corner in ESRI Energy Currents Newsletter• Making the Business Case for APDM• Enterprise GIS

• How does APDM and GIS fit within the Pipeline Enterprise?• What is the Pipeline Enterprise?

• Extensions to Abstract Classes (v5.0)• Activity Extensions• Validation Rule Metadata• Business Rule Metadata

• Migration from APDM v3.0 to v4.0

Page 16: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

Upcoming APDM Activities

•APDM Pre-Conference Workshop•ESRI International User Conference

• Saturday, June 16th, San Diego Convention Center, CA

•GITA Oil and Gas Conference• September 17-19, Houston, TX

•ESRI Electric and Gas Utility Group Conference

• October 8-11, Nashville, TN

Page 17: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

APDM At the PUG

•Booth at the back of the Exhibit Hall•APDM Info CD’s, Logical Model/Core/Abstract class Posters

•Presentations and Workshops• Tuesday, February 27, 2007 – Salon D 10:30am – 11:00am –

PODS ESRI Spatial Sub-Committee Update• Wednesday, February 28, 2007 – Salon D 8:30am – 10:00am –

ArcGIS Pipeline Data Model (APDM) Workshop

Page 18: Overview of the APDM - Esri...• All things APDM – Web • Current APDM Activities • APDM at the PUG • Contact Information. ... •Versioning\Archiving •Feature Datasets\Spatial

Overview of the APDM

What is the APDM?

Contact Information

•APDM -- www.apdm.net•Booth at the back of the exhibit hall just down from ESRI

•APDM Technical and Steering Committees• Craig Wilder [email protected]• Rob Brook [email protected]• Peter Veenstra [email protected]