Package com.luciad.ogc.filter.model
package com.luciad.ogc.filter.model
Contains a Java object model for representing an OGC filter, implementing the OGC 02-059, 04-095 and 09-026 standards (OGC Filter Encoding Implementation Specification, version 1.0.0, 1.1.0 and 2.0.0).
Consult the developer guide for examples on how to create a TLcdOGCFilter
.
If you want to convert between an XML representation of an OGC filter and its Java representation TLcdOGCFilter
,
you need to use the TLcdOGCFilterDecoder
and TLcdOGCFilterEncoder
from the com.luciad.ogc.filter.xml
package.
- Since:
- 6.1
-
ClassDescriptionThis class represents the element
<ogc:BBOX>
.This class represents the elements of type<ogc:BinaryComparisonOpType>
.This class represents the elements of type<ogc:BinaryLogicOpType>
.This class represents the elements of type<ogc:BinaryOperatorType>
.This class represents the elements of type<ogc:BinarySpatialOpType>
.Filter 2.0 condition for temporal filtering.This class represents the element<ogc:Distance>
.This class represents the elements of type<ogc:DistanceBufferType>
.This class represents the<ogc:Filter>
element as defined by the OGC in the document OpenGIS Filter Encoding Implementation Specification.This class provides access to the data model and the types of the OGC filter model.Convenience factory for conditions thatdefine
an OGC Filter.This class represents the<ogc:Function>
element.This class represents the<ogc:PropertyIsBetween>
element.A character string comparison operator with pattern matching.This class represents the<ogc:PropertyIsNull>
element.This class represents the<ogc:Literal>
element.This class represents the<ogc:Not>
element.This class represents the<ogc:PropertyName>
element.This class represents an OGC Filter 2.0 resource ID.Condition that can be used in anOGC Filter
to match elements based on their ID.This class represents the<ogc:SortBy>
element.This class represents the<ogc:SortProperty>
element.This class contains the documentation of all the custom, vendor-specificTLcdOGCFunction
s that are supported in Luciad's OGC Filter implementation.This class represents an XPath expression as defined in the OGC filter specification.