org.vfny.geoserver.wcs.servlets |
|
Java Source File Name | Type | Comment |
Capabilities.java | Class | Implements the WCS GetCapabilities interface, which tells clients what the
server can do. |
Coverage.java | Class | |
Describe.java | Class | Implements the WFS DescribeFeatureTypes inteface, which tells clients the
schema for each feature type. |
WcsDispatcher.java | Class | Routes requests made at the top-level URI to appropriate interface servlet.
Note that the logic of this method could be generously described as
'loose.' It is not checking for request validity in any way (this is done
by the reqeust- specific servlets). |
WCService.java | Class | Base servlet for all Web Coverage Server requests. |