Uses of Class
com.luciad.ogc.csw.model.TLcdCSWQuery
Package
Description
Provides API for implementing an OGC Catalog Service.
-
Uses of TLcdCSWQuery in com.luciad.ogc.csw.record
Modifier and TypeMethodDescriptionTLcdCSWRecordTransformationFactory.createOutputTransformation
(ILcdDataObject aRecord, TLcdCSWRecordType aOutputFormat, TLcdCSWQuery aQuery) Creates a transformation to the requested output formatTLcdCSWRecordTransformationFactory.createQueryTransformation
(ILcdDataObject aRecordToFilter, TLcdCSWQuery aQuery) Creates a transformation that converts the given record to a record compatible with the given query's properties -
Uses of TLcdCSWQuery 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.