Uses of Class
com.luciad.ogc.filter.model.TLcdOGCIsLikeOperator
Packages that use TLcdOGCIsLikeOperator
Package
Description
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).
-
Uses of TLcdOGCIsLikeOperator in com.luciad.ogc.filter.model
Methods in com.luciad.ogc.filter.model that return TLcdOGCIsLikeOperatorModifier and TypeMethodDescriptionstatic TLcdOGCIsLikeOperator
TLcdOGCFilterFactory.like
(TLcdOGCPropertyName aPropertyName, Object aLiteralPatternContent) Creates an operator that evaluates to true when the value ofaPropertyName
matches the pattern specified inaLiteralPatternContent
.