-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #217 from dbretschneider/master
Add figure of resources and their dependencies
- Loading branch information
Showing
3 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+237 KB
...rvices-handbook/src/main/sphinx/images/workspace-configuration-dependencies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions
54
...ree-webservices-handbook/src/main/sphinx/images/workspace-configuration-dependencies.yuml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
// http://yuml.me/diagram/usecase/draw | ||
//Datastore | ||
(Coverage)-(Rasterfile) | ||
(Coverage)-(GeoTiff Pyramid) | ||
(Feature)-(Memory) | ||
(Feature)-(Shapefile) | ||
(Feature)-(SimpleSQL) | ||
(Feature)-(SQL) | ||
(Metadata)-(ISO19115) | ||
(Metadata)-(ISO19139 Memory) | ||
(Tile)-(CachingTilestore) | ||
(Tile)-(Filesystem) | ||
(Tile)-(GeoTiff) | ||
(Tile)-(Remote WMS) | ||
(Tile)-(Remote WMTS) | ||
//Server Connections | ||
(JDBC)-(SimpleSQL) | ||
(JDBC)-(SQL) | ||
(Remote OWS)-(Remote WMS) | ||
(Remote OWS)-(Remote WMTS) | ||
//Layers | ||
(Memory)-(Layers) | ||
(Shapefile)-(Layers) | ||
(SimpleSQL)-(Layers) | ||
(SQL)-(Layers) | ||
(Rasterfile)-(Layers) | ||
(GeoTiff Pyramid)-(Layers) | ||
(Remote WMS)-(Layers) | ||
(GeoTiff)-(Layers) | ||
(Filesystem)-(Layers) | ||
(Remote WMTS)-(Layers) | ||
(CachingTileStore)-(Layers) | ||
//Themes | ||
(Layers)-(Themes) | ||
//Web Map Services | ||
//(Rasterfile)-(WMS) | ||
//(GeoTiff Pyramid)-(WMS) | ||
//(Memory)-(WMS) | ||
//(Shapefile)-(WMS) | ||
(Themes)-(WMS) | ||
//(SQL)-(WMS) | ||
//(Filesystem)-(WMS) | ||
//(GeoTiff)-(WMS) | ||
//(Remote WMS)-(WMS) | ||
//Catalogue Services for the Web | ||
(ISO19115)-(CSW) | ||
(ISO19139 Memory)-(CSW) | ||
//Web Feature Service | ||
(Memory)-(WFS) | ||
(Shapefile)-(WFS) | ||
(SimpleSQL)-(WFS) | ||
(SQL)-(WFS) | ||
//Web Map Tiling Service | ||
(Themes)-(WMTS) |