RaveGeo Server
The RaveGeo Server provides streaming vector data, routing,
geocoding and map images. The Server is module-based and and runs on any Java compliant application server.
The server is stateless and and serves the clients without keeping session
info which minimizes server load and makes it possible to serve a large number of
clients. RaveGeo Server supports Hot Swap, which means that
datasets can be added or changed without re-start.
The Vector module streams RaveGeo data over local networks
or the Internet using http.
The Map module produces images of maps in PNG, GIF for thin clients.
The TiledMap module produces tilable images of maps in
PNG, GIF for thin clients. The images can be pre-rendered in a batch process.
The Route module calculates routes on connected road
networks.
The Geocode module maps addresses to points and vice
versa.
|