Package com.luciad.ogc.csw.server
package com.luciad.ogc.csw.server
Provides API for implementing an OGC Catalog Service.
The main class of the CSW package is TLcdCSWServlet
, which provides all required request
handling facilities out of the box. To populate the CSW with data, users must
implement the abstract class ALcdCSWCommandDispatcherFactory
. This class is
also the main access point for further customization of the CSW.
The supported CSW versions are 2.0.2 and 3.0.0.
- Since:
- 2017.0
-
ClassDescriptionAdds default values to ILcdCSWCapabilitiesProvider.Creates and configures an
ALcdOGCCommandDispatcher
for a CSW server.Abstract handler for OGC Filter based catalog record queries.Configures the CSW server's capabilities.Validates and executes CSW record queries on an underlying metadata repository.Represents an OpenSearch template.Builder class forTLcdCSWOpenSearchTemplate
instances.Extension of TLcdOGCServiceException, containing specific error messages and codes for CSW service exceptions.Servlet for starting an OGC Catalogue 2.0.2 / 3.0 server.