public class JoinQueryUtils extends Object
| Constructor and Description |
|---|
JoinQueryUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendSpatialJoinQuery(Document req,
String operator,
List<FeatureProperty> properties)
Inserts a spatial join query into a GetFeature request entity.
|
static void |
appendValueRefToPredicate(Element predicateElem,
FeatureProperty featureProperty)
Appends a fes:ValueReference element to a filter predicate.
|
public static void appendSpatialJoinQuery(Document req, String operator, List<FeatureProperty> properties)
req - A Document node representing a GetFeature request.operator - The name of a spatial operator.properties - A sequence of (2) FeatureProperty descriptors that identify
the feature properties in the join condition.public static void appendValueRefToPredicate(Element predicateElem, FeatureProperty featureProperty)
predicateElem - An Element representing a predicate (operator).featureProperty - A FeatureProperty descriptor.Copyright © 2020 Open Geospatial Consortium. All rights reserved.