Uses of Class
com.luciad.ogc.csw.server.TLcdCSWServiceException
Packages that use TLcdCSWServiceException
-
Uses of TLcdCSWServiceException in com.luciad.ogc.csw.server
Methods in com.luciad.ogc.csw.server that throw TLcdCSWServiceExceptionModifier and TypeMethodDescriptionprotected abstract ObjectALcdCSWFilterQueryHandler.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 toin the query.final ObjectALcdCSWFilterQueryHandler.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.booleanALcdCSWFilterQueryHandler.validateQuery(TLcdCSWQuery aQuery, ILcdRequest aRequest) booleanILcdCSWQueryHandler.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.