Skip to content
John Hoffer edited this page Feb 22, 2017 · 7 revisions

For Clients of the Server

For Developers of the Server

  • You'll first want to see Keywords page
    • The Keyword Structures show which NAMES and VALUES all modules get and set.
  • For a layout of the AccessLayer subclasses, check back by the end of March.
    • API This fully-featured handler can prepare InfoQuery and DataQuery.
    • OCP This more standard handler will prepare DataQuery like the API.
  • To get started check out the guides to each of the three QueryLayer subclasses
    • InfoQuery (This takes dictionary requests. It's ready for a DataQuery)
    • DataQuery (This takes volume requests. It's ready for many TileQuery)
    • TileQuery (This takes small requests. It's ready for the ImageLayer)
  • For a layout of the ImageLayer subclasses, check back by the end of March.
  • For a layout of the DataBaseLayer subclasses, check back by 2017-03-15.
  • For a layout of the CoreLayer, check back by the end of March.
Clone this wiki locally