Uses of Class
com.luciad.ogc.csw.server.TLcdCSWServiceException
-
Uses of TLcdCSWServiceException in com.luciad.ogc.csw.server
Modifier and TypeMethodDescriptionprotected abstract Object
ALcdCSWFilterQueryHandler.executeFilter
(TLcdOGCFilter filter, TLcdCSWQuery aQuery, TLcdCSWRecordType aOutputFormat, long aMaxRecords, long aStartPosition, ILcdRequest aRequest) Returns the result of applying the given OGC filter expression to the underlying data set(s) corresponding to the typesreferred to
in the query.final Object
ALcdCSWFilterQueryHandler.executeQuery
(TLcdCSWQuery aQuery, long aMaxRecords, long aStartPosition, TLcdCSWRecordType aOutputFormat, ILcdRequest aRequest) ILcdCSWQueryHandler.executeQuery
(TLcdCSWQuery aQuery, long aMaxRecords, long aStartPosition, TLcdCSWRecordType aOutputFormat, ILcdRequest aRequest) Executes the given query and returns its result.boolean
ALcdCSWFilterQueryHandler.validateQuery
(TLcdCSWQuery aQuery, ILcdRequest aRequest) boolean
ILcdCSWQueryHandler.validateQuery
(TLcdCSWQuery aQuery, ILcdRequest aRequest) Returns true if the given query is a valid query, meaning that is is syntactically correct and uses the right property and type names.