Package com.luciad.ogc.filter
package com.luciad.ogc.filter
This package contains some generic interfaces and classes needed to work with OGC filters. Most users of OGC filters however will need to use classes from the subpackages:
- Decoding an OGC filter from XML: see
TLcdOGCFilterDecoder
. - Creating an OGC filter through the API: see
TLcdOGCFilterFactory
and the other classes in thecom.luciad.ogc.filter.model
package. - Evaluating an OGC filter: see
TLcdOGCFilterEvaluator
. - Converting an OGC filter to XML: see
TLcdOGCFilterEncoder
.
See the Using OGC filters in your application for more information.
- Since:
- 5.0
-
ClassDescriptionA marker interface to enable grouping of objects that can be evaluated to produce a value.This interface is the marker for all the filter elements that represents a condition.This interface represents the
<ogc:expression>
element.This is a marker interface, you should always useTLcdOGCSortBy
.