|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FilterEvaluationException in org.deegree.feature |
---|
Methods in org.deegree.feature that throw FilterEvaluationException | |
---|---|
FeatureCollection |
FeatureCollection.getMembers(Filter filter,
XPathEvaluator<Feature> evaluator)
Returns the member features that match the given Filter . |
FeatureCollection |
AbstractFeatureCollection.getMembers(Filter filter,
XPathEvaluator<Feature> evaluator)
|
Uses of FilterEvaluationException in org.deegree.feature.persistence |
---|
Methods in org.deegree.feature.persistence that throw FilterEvaluationException | |
---|---|
FeatureInputStream |
FeatureStore.query(Query query)
Performs the given query and returns the matching features as a FeatureInputStream . |
FeatureInputStream |
FeatureStore.query(Query[] queries)
Performs the given queries and returns the matching features as a FeatureInputStream . |
int |
FeatureStore.queryHits(Query query)
Returns the number of features that are matched by the given query. |
int[] |
FeatureStore.queryHits(Query[] queries)
Returns the number of features that are matched by the given queries. |
Uses of FilterEvaluationException in org.deegree.feature.persistence.geocouch |
---|
Methods in org.deegree.feature.persistence.geocouch that throw FilterEvaluationException | |
---|---|
FeatureInputStream |
GeoCouchFeatureStore.query(Query query)
|
FeatureInputStream |
GeoCouchFeatureStore.query(Query[] queries)
|
int |
GeoCouchFeatureStore.queryHits(Query query)
|
int[] |
GeoCouchFeatureStore.queryHits(Query[] queries)
|
Uses of FilterEvaluationException in org.deegree.feature.persistence.memory |
---|
Methods in org.deegree.feature.persistence.memory that throw FilterEvaluationException | |
---|---|
FeatureInputStream |
MemoryFeatureStore.query(Query query)
|
FeatureInputStream |
MemoryFeatureStore.query(Query[] queries)
|
int |
MemoryFeatureStore.queryHits(Query query)
|
int[] |
MemoryFeatureStore.queryHits(Query[] queries)
|
Uses of FilterEvaluationException in org.deegree.feature.persistence.remotewfs |
---|
Methods in org.deegree.feature.persistence.remotewfs that throw FilterEvaluationException | |
---|---|
FeatureInputStream |
RemoteWFSFeatureStore.query(Query query)
|
FeatureInputStream |
RemoteWFSFeatureStore.query(Query[] queries)
|
int |
RemoteWFSFeatureStore.queryHits(Query query)
|
int[] |
RemoteWFSFeatureStore.queryHits(Query[] queries)
|
Uses of FilterEvaluationException in org.deegree.feature.persistence.shape |
---|
Methods in org.deegree.feature.persistence.shape that throw FilterEvaluationException | |
---|---|
Pair<Filter,SortProperty[]> |
DBFIndex.query(List<Pair<Integer,Long>> available,
Filter filter,
SortProperty[] sort)
|
FeatureInputStream |
ShapeFeatureStore.query(Query query)
|
FeatureInputStream |
ShapeFeatureStore.query(Query[] queries)
|
int |
ShapeFeatureStore.queryHits(Query query)
|
int[] |
ShapeFeatureStore.queryHits(Query[] queries)
|
protected SQLExpression |
H2WhereBuilder.toProtoSQL(Literal<?> literal)
|
protected SQLOperation |
H2WhereBuilder.toProtoSQL(SpatialOperator op)
|
protected SQLExpression |
H2WhereBuilder.toProtoSQL(ValueReference expr)
|
Constructors in org.deegree.feature.persistence.shape that throw FilterEvaluationException | |
---|---|
H2WhereBuilder(SQLDialect dialect,
OperatorFilter filter,
SortProperty[] sort)
|
Uses of FilterEvaluationException in org.deegree.feature.persistence.simplesql |
---|
Methods in org.deegree.feature.persistence.simplesql that throw FilterEvaluationException | |
---|---|
FeatureInputStream |
SimpleSQLFeatureStore.query(Query query)
|
FeatureInputStream |
SimpleSQLFeatureStore.query(Query[] queries)
|
int |
SimpleSQLFeatureStore.queryHits(Query query)
|
int[] |
SimpleSQLFeatureStore.queryHits(Query[] queries)
|
Uses of FilterEvaluationException in org.deegree.feature.persistence.sql |
---|
Methods in org.deegree.feature.persistence.sql that throw FilterEvaluationException | |
---|---|
static Geometry |
SQLFeatureStore.getCompatibleGeometry(Geometry literal,
ICRS crs)
Returns a transformed version of the given Geometry in the specified CRS. |
PropertyNameMapping |
SQLPropertyNameMapper.getMapping(ValueReference propName,
TableAliasManager aliasManager)
|
FeatureInputStream |
SQLFeatureStore.query(Query query)
|
FeatureInputStream |
SQLFeatureStore.query(Query[] queries)
|
int |
SQLFeatureStore.queryHits(Query query)
|
int[] |
SQLFeatureStore.queryHits(Query[] queries)
|
Uses of FilterEvaluationException in org.deegree.feature.persistence.sql.insert |
---|
Methods in org.deegree.feature.persistence.sql.insert that throw FilterEvaluationException | |
---|---|
InsertFID |
InsertRowManager.insertFeature(Feature feature,
FeatureTypeMapping ftMapping,
IDGenMode mode)
Inserts the specified feature (relational mode). |
Uses of FilterEvaluationException in org.deegree.feature.xpath |
---|
Methods in org.deegree.feature.xpath that throw FilterEvaluationException | |
---|---|
TypedObjectNode[] |
FeatureXPathEvaluator.eval(ElementNode element,
ValueReference propName)
|
TypedObjectNode[] |
FeatureXPathEvaluator.eval(Feature context,
ValueReference propName)
|
TypedObjectNode[] |
FeatureXPathEvaluator.eval(Property element,
ValueReference propName)
|
TypedObjectNode[] |
FeatureXPathEvaluator.eval(TypedObjectNode particle,
ValueReference path)
|
Uses of FilterEvaluationException in org.deegree.filter |
---|
Methods in org.deegree.filter that throw FilterEvaluationException | ||
---|---|---|
TypedObjectNode[] |
XPathEvaluator.eval(T context,
ValueReference valueRef)
Returns the values that are selected by evaluating the given XPath 1.0 expression using the context object. |
|
|
Operator.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
Determines the value of the boolean operator. |
|
|
Filter.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
Determines if the given object matches this Filter . |
|
|
IdFilter.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
OperatorFilter.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Expression.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
Determines the values of the expression for the given context object. |
Uses of FilterEvaluationException in org.deegree.filter.comparison |
---|
Methods in org.deegree.filter.comparison that throw FilterEvaluationException | ||
---|---|---|
protected Comparable<?> |
ComparisonOperator.checkComparableOrNull(Object value)
Performs a checked cast to Comparable . |
|
|
PropertyIsNil.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
PropertyIsNotEqualTo.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
BinaryComparisonOperator.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
PropertyIsBetween.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
PropertyIsNull.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
PropertyIsLike.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
protected Pair<PrimitiveValue,PrimitiveValue> |
ComparisonOperator.getPrimitiveValues(TypedObjectNode value1,
TypedObjectNode value2)
Creates a pair of PrimitiveValue instances from the given TypedObjectNode while trying to
preserve primitive type information. |
Uses of FilterEvaluationException in org.deegree.filter.expression |
---|
Methods in org.deegree.filter.expression that throw FilterEvaluationException | ||
---|---|---|
TypedObjectNode[] |
Function.evaluate(List<TypedObjectNode[]> args)
Evaluates the function for the given arguments (without a context object). |
|
protected
|
Function.evaluate(T obj,
List<TypedObjectNode[]> args)
Evaluates the function for the given arguments and context. |
|
|
ValueReference.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Function.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Sub.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Add.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Div.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Mul.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
Uses of FilterEvaluationException in org.deegree.filter.expression.custom.se |
---|
Methods in org.deegree.filter.expression.custom.se that throw FilterEvaluationException | ||
---|---|---|
|
Trim.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Concatenate.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
ChangeCase.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
StringPosition.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Recode.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
FormatNumber.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Substring.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
StringLength.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
FormatDate.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Interpolate.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
Uses of FilterEvaluationException in org.deegree.filter.logical |
---|
Methods in org.deegree.filter.logical that throw FilterEvaluationException | ||
---|---|---|
|
And.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Not.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Or.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
Uses of FilterEvaluationException in org.deegree.filter.spatial |
---|
Methods in org.deegree.filter.spatial that throw FilterEvaluationException | ||
---|---|---|
protected Geometry |
SpatialOperator.checkGeometryOrNull(TypedObjectNode value)
Performs a checked cast to Geometry . |
|
|
Intersects.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
BBOX.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Contains.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Disjoint.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Within.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
DWithin.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Overlaps.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Beyond.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Touches.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Crosses.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Equals.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
protected Geometry |
SpatialOperator.getCompatibleGeometry(Geometry param,
Geometry literal)
Returns a version of the given geometry literal that has the same srs as the given geometry parameter. |
Uses of FilterEvaluationException in org.deegree.filter.temporal |
---|
Methods in org.deegree.filter.temporal that throw FilterEvaluationException | ||
---|---|---|
|
AnyInteracts.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Before.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
After.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Meets.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
Begins.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
During.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
EndedBy.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
MetBy.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
TEquals.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
OverlappedBy.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
TContains.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
TOverlaps.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
|
|
BegunBy.evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
|
Uses of FilterEvaluationException in org.deegree.metadata.iso.persistence |
---|
Methods in org.deegree.metadata.iso.persistence that throw FilterEvaluationException | |
---|---|
PropertyNameMapping |
ISOPropertyNameMapper.getMapping(ValueReference propName,
TableAliasManager aliasManager)
|
Uses of FilterEvaluationException in org.deegree.metadata.persistence.ebrim.eo.mapping |
---|
Methods in org.deegree.metadata.persistence.ebrim.eo.mapping that throw FilterEvaluationException | |
---|---|
PropertyNameMapping |
EOPropertyNameMapper.getMapping(ValueReference propName,
TableAliasManager aliasManager)
|
Uses of FilterEvaluationException in org.deegree.protocol.wfs.getfeature |
---|
Methods in org.deegree.protocol.wfs.getfeature that throw FilterEvaluationException | |
---|---|
static void |
GetFeature110XMLEncoder.export(GetFeature getFeature,
NamespaceBindings namespaceBindings,
XMLStreamWriter writer)
Serializes a GetFeature -object for WFS 1.1.0 GetFeature-requests |
Uses of FilterEvaluationException in org.deegree.sqldialect |
---|
Methods in org.deegree.sqldialect that throw FilterEvaluationException | |
---|---|
AbstractWhereBuilder |
SQLDialect.getWhereBuilder(PropertyNameMapper mapper,
OperatorFilter filter,
SortProperty[] sortCrit,
boolean allowPartialMappings)
Returns an AbstractWhereBuilder instance for the given parameters. |
Uses of FilterEvaluationException in org.deegree.sqldialect.filter |
---|
Methods in org.deegree.sqldialect.filter that throw FilterEvaluationException | |
---|---|
protected void |
AbstractWhereBuilder.build(boolean allowPartialMappings)
Invokes the building of the internal variables that store filter and sort criteria. |
PropertyNameMapping |
PropertyNameMapper.getMapping(ValueReference propName,
TableAliasManager aliasManager)
Returns the PropertyNameMapping for the given ValueReference . |
protected SQLExpression |
AbstractWhereBuilder.toProtoSQL(ComparisonOperator op)
Translates the given ComparisonOperator into an SQLExpression . |
protected SQLExpression |
AbstractWhereBuilder.toProtoSQL(Expression expr)
Translates the given Expression into an SQLExpression . |
protected SQLExpression |
AbstractWhereBuilder.toProtoSQL(Expression expr,
boolean assertNotMultiValued)
|
protected SQLExpression |
AbstractWhereBuilder.toProtoSQL(Function function)
Translates the given Function into an SQLExpression . |
protected SQLExpression |
AbstractWhereBuilder.toProtoSQL(Literal<?> literal)
Translates the given Literal into an SQLExpression . |
protected SQLOperation |
AbstractWhereBuilder.toProtoSQL(LogicalOperator op)
Translates the given LogicalOperator into an SQLOperation . |
protected SQLExpression |
AbstractWhereBuilder.toProtoSQL(Operator op)
Translates the given Operator into an SQLExpression . |
protected SQLOperation |
AbstractWhereBuilder.toProtoSQL(PropertyIsLike op)
Translates the given PropertyIsLike into an SQLOperation . |
protected SQLExpression |
AbstractWhereBuilder.toProtoSQL(SortProperty[] sortCrits)
Translates the given SortProperty array into an SQLExpression . |
protected abstract SQLOperation |
AbstractWhereBuilder.toProtoSQL(SpatialOperator op)
Translates the given SpatialOperator into an SQLOperation . |
protected SQLExpression |
AbstractWhereBuilder.toProtoSQL(ValueReference propName)
Translates the given ValueReference into an SQLExpression . |
Constructors in org.deegree.sqldialect.filter that throw FilterEvaluationException | |
---|---|
AbstractWhereBuilder(SQLDialect dialect,
PropertyNameMapper mapper,
OperatorFilter filter,
SortProperty[] sortCrit)
Creates a new AbstractWhereBuilder instance. |
Uses of FilterEvaluationException in org.deegree.sqldialect.filter.islike |
---|
Constructors in org.deegree.sqldialect.filter.islike that throw FilterEvaluationException | |
---|---|
IsLikeString(String encodedString,
String wildCard,
String singleChar,
String escape)
Constructs a new SpecialCharString instance from the given parameters. |
Uses of FilterEvaluationException in org.deegree.sqldialect.filter.mssql |
---|
Methods in org.deegree.sqldialect.filter.mssql that throw FilterEvaluationException | |
---|---|
protected SQLOperation |
MSSQLWhereBuilder.toProtoSQL(PropertyIsLike op)
copied from postgis |
protected SQLOperation |
MSSQLWhereBuilder.toProtoSQL(SpatialOperator op)
|
Constructors in org.deegree.sqldialect.filter.mssql that throw FilterEvaluationException | |
---|---|
MSSQLWhereBuilder(SQLDialect dialect,
PropertyNameMapper mapper,
OperatorFilter filter,
SortProperty[] sortCrit,
boolean allowPartialMappings)
Creates a new MSSQLWhereBuilder instance. |
Uses of FilterEvaluationException in org.deegree.sqldialect.oracle |
---|
Methods in org.deegree.sqldialect.oracle that throw FilterEvaluationException | |
---|---|
AbstractWhereBuilder |
OracleDialect.getWhereBuilder(PropertyNameMapper mapper,
OperatorFilter filter,
SortProperty[] sortCrit,
boolean allowPartialMappings)
|
Uses of FilterEvaluationException in org.deegree.sqldialect.postgis |
---|
Methods in org.deegree.sqldialect.postgis that throw FilterEvaluationException | |
---|---|
AbstractWhereBuilder |
PostGISDialect.getWhereBuilder(PropertyNameMapper mapper,
OperatorFilter filter,
SortProperty[] sortCrit,
boolean allowPartialMappings)
|
protected SQLOperation |
PostGISWhereBuilder.toProtoSQL(PropertyIsLike op)
Translates the given PropertyIsLike into an SQLOperation . |
protected SQLOperation |
PostGISWhereBuilder.toProtoSQL(SpatialOperator op)
|
Constructors in org.deegree.sqldialect.postgis that throw FilterEvaluationException | |
---|---|
PostGISWhereBuilder(PostGISDialect dialect,
PropertyNameMapper mapper,
OperatorFilter filter,
SortProperty[] sortCrit,
boolean allowPartialMappings,
boolean useLegacyPredicates)
Creates a new PostGISWhereBuilder instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |