Class CswFilterDelegate
java.lang.Object
ddf.catalog.filter.FilterDelegate<T>
org.codice.ddf.spatial.ogc.csw.catalog.common.source.CswAbstractFilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
org.codice.ddf.spatial.ogc.csw.catalog.common.source.CswFilterDelegate
public class CswFilterDelegate
extends CswAbstractFilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
CswFilterDelegate is an implementation of a
FilterDelegate. It extends
CswAbstractFilterDelegate and converts a Filter into a
FilterType.
Generic type that the FilterDelegate will return as a final result
-
Field Summary
Fields inherited from class ddf.catalog.filter.FilterDelegate
ESCAPE_CHAR, SINGLE_CHAR, WILDCARD_CHAR -
Constructor Summary
ConstructorsConstructorDescriptionCswFilterDelegate(net.opengis.ows.v_1_0_0.Operation getRecordsOp, net.opengis.filter.v_1_1_0.FilterCapabilities filterCapabilities, net.opengis.ows.v_1_0_0.DomainType outputFormatValues, net.opengis.ows.v_1_0_0.DomainType resultTypesValues, CswSourceConfiguration cswSourceConfiguration) Instantiates a CswFilterDelegate instance -
Method Summary
Modifier and TypeMethodDescriptionnet.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.GeometryOperandsTypegetGeoOpsForSpatialOp(net.opengis.filter.v_1_1_0.SpatialOperatorNameType name) net.opengis.filter.v_1_1_0.FilterTypeintersects(String propertyName, String wkt) protected booleanisContentTypeVersion(String propertyName) protected booleanisMetadata(String propertyName) protected StringmapPropertyName(String propertyName) net.opengis.filter.v_1_1_0.FilterTypenearestNeighbor(String propertyName, String wkt) net.opengis.filter.v_1_1_0.FilterTypenot(net.opengis.filter.v_1_1_0.FilterType filter) net.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypepropertyIsBetween(String propertyName, double lowerBoundary, double upperBoundary) net.opengis.filter.v_1_1_0.FilterTypepropertyIsBetween(String propertyName, float lowerBoundary, float upperBoundary) net.opengis.filter.v_1_1_0.FilterTypepropertyIsBetween(String propertyName, int lowerBoundary, int upperBoundary) net.opengis.filter.v_1_1_0.FilterTypepropertyIsBetween(String propertyName, long lowerBoundary, long upperBoundary) net.opengis.filter.v_1_1_0.FilterTypepropertyIsBetween(String propertyName, short lowerBoundary, short upperBoundary) net.opengis.filter.v_1_1_0.FilterTypepropertyIsBetween(String propertyName, String lowerBoundary, String upperBoundary) net.opengis.filter.v_1_1_0.FilterTypepropertyIsBetween(String propertyName, Date lowerBoundary, Date upperBoundary) net.opengis.filter.v_1_1_0.FilterTypepropertyIsEqualTo(String propertyName, boolean literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsEqualTo(String propertyName, double literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsEqualTo(String propertyName, float literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsEqualTo(String propertyName, int literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsEqualTo(String propertyName, long literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsEqualTo(String propertyName, short literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsEqualTo(String propertyName, String literal, boolean isCaseSensitive) net.opengis.filter.v_1_1_0.FilterTypepropertyIsEqualTo(String propertyName, Date literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsEqualTo(String functionName, List<Object> arguments, Object literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsFuzzy(String propertyName, String pattern) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThan(String propertyName, double literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThan(String propertyName, float literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThan(String propertyName, int literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThan(String propertyName, long literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThan(String propertyName, short literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThan(String propertyName, String literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThan(String propertyName, Date literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThanOrEqualTo(String propertyName, double literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThanOrEqualTo(String propertyName, float literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThanOrEqualTo(String propertyName, int literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThanOrEqualTo(String propertyName, long literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThanOrEqualTo(String propertyName, short literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThanOrEqualTo(String propertyName, String literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsGreaterThanOrEqualTo(String propertyName, Date literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThan(String propertyName, double literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThan(String propertyName, float literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThan(String propertyName, int literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThan(String propertyName, long literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThan(String propertyName, short literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThan(String propertyName, String literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThan(String propertyName, Date literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThanOrEqualTo(String propertyName, double literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThanOrEqualTo(String propertyName, float literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThanOrEqualTo(String propertyName, int literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThanOrEqualTo(String propertyName, long literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThanOrEqualTo(String propertyName, short literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThanOrEqualTo(String propertyName, String literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLessThanOrEqualTo(String propertyName, Date literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsLike(String propertyName, String pattern, boolean isCaseSensitive) net.opengis.filter.v_1_1_0.FilterTypepropertyIsNotEqualTo(String propertyName, boolean literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsNotEqualTo(String propertyName, double literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsNotEqualTo(String propertyName, float literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsNotEqualTo(String propertyName, int literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsNotEqualTo(String propertyName, long literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsNotEqualTo(String propertyName, short literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsNotEqualTo(String propertyName, String literal, boolean isCaseSensitive) net.opengis.filter.v_1_1_0.FilterTypepropertyIsNotEqualTo(String propertyName, Date literal) net.opengis.filter.v_1_1_0.FilterTypepropertyIsNull(String propertyName) net.opengis.filter.v_1_1_0.FilterTypevoidsetSpatialOps(net.opengis.filter.v_1_1_0.SpatialOperatorsType spatialOperators) net.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypenet.opengis.filter.v_1_1_0.FilterTypexpathExists(String xpath) net.opengis.filter.v_1_1_0.FilterTypexpathIsFuzzy(String xpath, String literal) net.opengis.filter.v_1_1_0.FilterTypexpathIsLike(String xpath, String pattern, boolean isCaseSensitive) Methods inherited from class org.codice.ddf.spatial.ogc.csw.catalog.common.source.CswAbstractFilterDelegate
getFormats, getGetUri, getPostUri, getResultTypes, isPropertyQueryableMethods inherited from class ddf.catalog.filter.FilterDelegate
begins, exclude, include, propertyIsBetween, propertyIsEqualTo, propertyIsEqualTo, propertyIsEqualTo, propertyIsGreaterThan, propertyIsGreaterThanOrEqualTo, propertyIsLessThan, propertyIsLessThanOrEqualTo, propertyIsNotEqualTo, propertyIsNotEqualTo, propertyIsNotEqualTo
-
Constructor Details
-
CswFilterDelegate
public CswFilterDelegate(net.opengis.ows.v_1_0_0.Operation getRecordsOp, net.opengis.filter.v_1_1_0.FilterCapabilities filterCapabilities, net.opengis.ows.v_1_0_0.DomainType outputFormatValues, net.opengis.ows.v_1_0_0.DomainType resultTypesValues, CswSourceConfiguration cswSourceConfiguration) Instantiates a CswFilterDelegate instance- Parameters:
getRecordsOp- AnOperationfor the getRecords feature of the Csw servicefilterCapabilities- TheFilterCapabilitiesunderstood by the Csw serviceoutputFormatValues- AnDomainTypecontaining a list of valid Output Formats supportedresultTypesValues- AnDomainTypecontaining a list of Result Types supported
-
-
Method Details
-
propertyIsEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsEqualTo(String functionName, List<Object> arguments, Object literal) - Overrides:
propertyIsEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
and
public net.opengis.filter.v_1_1_0.FilterType and(List<net.opengis.filter.v_1_1_0.FilterType> filters) - Overrides:
andin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
or
public net.opengis.filter.v_1_1_0.FilterType or(List<net.opengis.filter.v_1_1_0.FilterType> filters) - Overrides:
orin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
not
public net.opengis.filter.v_1_1_0.FilterType not(net.opengis.filter.v_1_1_0.FilterType filter) - Overrides:
notin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsEqualTo(String propertyName, String literal, boolean isCaseSensitive) - Overrides:
propertyIsEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsEqualTo
- Overrides:
propertyIsEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsEqualTo
- Overrides:
propertyIsEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsEqualTo
- Overrides:
propertyIsEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsEqualTo
- Overrides:
propertyIsEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsEqualTo
- Overrides:
propertyIsEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsEqualTo
- Overrides:
propertyIsEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsEqualTo(String propertyName, boolean literal) - Overrides:
propertyIsEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsNotEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsNotEqualTo(String propertyName, String literal, boolean isCaseSensitive) - Overrides:
propertyIsNotEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsNotEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsNotEqualTo(String propertyName, Date literal) - Overrides:
propertyIsNotEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsNotEqualTo
- Overrides:
propertyIsNotEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsNotEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsNotEqualTo(String propertyName, short literal) - Overrides:
propertyIsNotEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsNotEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsNotEqualTo(String propertyName, long literal) - Overrides:
propertyIsNotEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsNotEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsNotEqualTo(String propertyName, float literal) - Overrides:
propertyIsNotEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsNotEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsNotEqualTo(String propertyName, double literal) - Overrides:
propertyIsNotEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsNotEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsNotEqualTo(String propertyName, boolean literal) - Overrides:
propertyIsNotEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThan
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThan(String propertyName, String literal) - Overrides:
propertyIsGreaterThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThan
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThan(String propertyName, Date literal) - Overrides:
propertyIsGreaterThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThan
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThan(String propertyName, int literal) - Overrides:
propertyIsGreaterThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThan
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThan(String propertyName, short literal) - Overrides:
propertyIsGreaterThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThan
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThan(String propertyName, long literal) - Overrides:
propertyIsGreaterThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThan
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThan(String propertyName, float literal) - Overrides:
propertyIsGreaterThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThan
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThan(String propertyName, double literal) - Overrides:
propertyIsGreaterThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThanOrEqualTo(String propertyName, String literal) - Overrides:
propertyIsGreaterThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThanOrEqualTo(String propertyName, Date literal) - Overrides:
propertyIsGreaterThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThanOrEqualTo(String propertyName, int literal) - Overrides:
propertyIsGreaterThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThanOrEqualTo(String propertyName, short literal) - Overrides:
propertyIsGreaterThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThanOrEqualTo(String propertyName, long literal) - Overrides:
propertyIsGreaterThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThanOrEqualTo(String propertyName, float literal) - Overrides:
propertyIsGreaterThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsGreaterThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsGreaterThanOrEqualTo(String propertyName, double literal) - Overrides:
propertyIsGreaterThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThan
public net.opengis.filter.v_1_1_0.FilterType propertyIsLessThan(String propertyName, String literal) - Overrides:
propertyIsLessThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThan
- Overrides:
propertyIsLessThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThan
- Overrides:
propertyIsLessThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThan
- Overrides:
propertyIsLessThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThan
- Overrides:
propertyIsLessThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThan
- Overrides:
propertyIsLessThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThan
public net.opengis.filter.v_1_1_0.FilterType propertyIsLessThan(String propertyName, double literal) - Overrides:
propertyIsLessThanin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsLessThanOrEqualTo(String propertyName, String literal) - Overrides:
propertyIsLessThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsLessThanOrEqualTo(String propertyName, Date literal) - Overrides:
propertyIsLessThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsLessThanOrEqualTo(String propertyName, int literal) - Overrides:
propertyIsLessThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsLessThanOrEqualTo(String propertyName, short literal) - Overrides:
propertyIsLessThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsLessThanOrEqualTo(String propertyName, long literal) - Overrides:
propertyIsLessThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsLessThanOrEqualTo(String propertyName, float literal) - Overrides:
propertyIsLessThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLessThanOrEqualTo
public net.opengis.filter.v_1_1_0.FilterType propertyIsLessThanOrEqualTo(String propertyName, double literal) - Overrides:
propertyIsLessThanOrEqualToin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsBetween
public net.opengis.filter.v_1_1_0.FilterType propertyIsBetween(String propertyName, String lowerBoundary, String upperBoundary) - Overrides:
propertyIsBetweenin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsBetween
public net.opengis.filter.v_1_1_0.FilterType propertyIsBetween(String propertyName, Date lowerBoundary, Date upperBoundary) - Overrides:
propertyIsBetweenin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsBetween
public net.opengis.filter.v_1_1_0.FilterType propertyIsBetween(String propertyName, int lowerBoundary, int upperBoundary) - Overrides:
propertyIsBetweenin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsBetween
public net.opengis.filter.v_1_1_0.FilterType propertyIsBetween(String propertyName, short lowerBoundary, short upperBoundary) - Overrides:
propertyIsBetweenin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsBetween
public net.opengis.filter.v_1_1_0.FilterType propertyIsBetween(String propertyName, long lowerBoundary, long upperBoundary) - Overrides:
propertyIsBetweenin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsBetween
public net.opengis.filter.v_1_1_0.FilterType propertyIsBetween(String propertyName, float lowerBoundary, float upperBoundary) - Overrides:
propertyIsBetweenin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsBetween
public net.opengis.filter.v_1_1_0.FilterType propertyIsBetween(String propertyName, double lowerBoundary, double upperBoundary) - Overrides:
propertyIsBetweenin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsNull
- Overrides:
propertyIsNullin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsLike
public net.opengis.filter.v_1_1_0.FilterType propertyIsLike(String propertyName, String pattern, boolean isCaseSensitive) - Overrides:
propertyIsLikein classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
propertyIsFuzzy
- Overrides:
propertyIsFuzzyin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
xpathIsFuzzy
- Overrides:
xpathIsFuzzyin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
xpathIsLike
public net.opengis.filter.v_1_1_0.FilterType xpathIsLike(String xpath, String pattern, boolean isCaseSensitive) - Overrides:
xpathIsLikein classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
xpathExists
- Overrides:
xpathExistsin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
beyond
public net.opengis.filter.v_1_1_0.FilterType beyond(String propertyName, String wkt, double distance) - Overrides:
beyondin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
contains
- Overrides:
containsin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
disjoint
- Overrides:
disjointin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
crosses
- Overrides:
crossesin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
dwithin
public net.opengis.filter.v_1_1_0.FilterType dwithin(String propertyName, String wkt, double distance) - Overrides:
dwithinin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
nearestNeighbor
- Overrides:
nearestNeighborin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
intersects
- Overrides:
intersectsin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
overlaps
- Overrides:
overlapsin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
touches
- Overrides:
touchesin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
within
- Overrides:
withinin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
during
public net.opengis.filter.v_1_1_0.FilterType during(String propertyName, Date startDate, Date endDate) - Overrides:
duringin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
relative
- Overrides:
relativein classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
before
- Overrides:
beforein classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
after
- Overrides:
afterin classddf.catalog.filter.FilterDelegate<net.opengis.filter.v_1_1_0.FilterType>
-
mapPropertyName
-
isContentTypeVersion
-
isMetadata
-
getGeoOpsForSpatialOp
public net.opengis.filter.v_1_1_0.GeometryOperandsType getGeoOpsForSpatialOp(net.opengis.filter.v_1_1_0.SpatialOperatorNameType name) -
setSpatialOps
public void setSpatialOps(net.opengis.filter.v_1_1_0.SpatialOperatorsType spatialOperators)
-