awips2/edexOsgi/com.raytheon.uf.edex.wfs/overview.uml
Dave Hladky e9c403615e Issue #2097 Initial update for OGC services
Change-Id: I1bc8fc8a4c125bc79057c4af929c0495f0e5eb99

Former-commit-id: d4407744c2 [formerly d3bae9e065] [formerly 83dba7b655] [formerly d4407744c2 [formerly d3bae9e065] [formerly 83dba7b655] [formerly bef4b3cdbd [formerly 83dba7b655 [formerly 875006e24de0755cdd0dedc7b0afcf221bcbad49]]]]
Former-commit-id: bef4b3cdbd
Former-commit-id: cfbbc7336f [formerly 6a1a06e3ee] [formerly e08c7ddce03a7cbe60a4ac8ba5e3f76990cd7780 [formerly 37062aac21]]
Former-commit-id: 5748dbd8d6839840ad99d4c5bb21eef11054fe88 [formerly 30aa0c93a1]
Former-commit-id: 6e302d35d8
2013-08-28 08:24:45 -05:00

41 lines
No EOL
550 B
Text

@startuml
package "EDEX WFS Component" {
[WFS HTTP Endpoint] as wfshttp
[WFS SOAP Endpoint] as wfssoap
[WFS 1.1.0 Provider] as wfs110
[WFS 2.0.0 Provider] as wfs200
() "WFS Source" as isrc
[WFS Registry] as reg
[Abstract WFS Source] as absrc
}
node "EDEX Data Plug-in Adapter" {
[Plug-in WFS Source] as psrc
[Data Record Translator] as trans
}
wfshttp *-- wfs110
wfshttp *-- wfs200
wfssoap *-- wfs200
reg o-- "*" isrc
wfs110 *-- reg
wfs200 *-- reg
isrc -- absrc
psrc --|> absrc
psrc o-- "1..*" trans
@enduml