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

Former-commit-id: bef4b3cdbd [formerly 875006e24de0755cdd0dedc7b0afcf221bcbad49]
Former-commit-id: 83dba7b655
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