public class TextToSpatialExpression extends Object implements SpatialExpression
| Constructor and Description |
|---|
TextToSpatialExpression() |
TextToSpatialExpression(TextExpression baseExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
addReferencedFields(Set<String> fields) |
<T> FilterGeometry |
evaluateValue(DataTypeAdapter<T> adapter,
T entry) |
FilterGeometry |
evaluateValue(Map<String,Object> fieldValues) |
void |
fromBinary(byte[] bytes) |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getCRS(DataTypeAdapter<?> adapter)
Get the coordinate reference system for this expression.
|
boolean |
isLiteral() |
byte[] |
toBinary() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbbox, bbox, bboxLoose, bboxLoose, contains, crosses, disjoint, disjointLoose, intersects, intersectsLoose, isEqualTo, isNotEqualTo, overlaps, toSpatialExpression, touches, withinisNotNull, isNullpublic TextToSpatialExpression()
public TextToSpatialExpression(TextExpression baseExpression)
public FilterGeometry evaluateValue(Map<String,Object> fieldValues)
evaluateValue in interface Expression<FilterGeometry>public <T> FilterGeometry evaluateValue(DataTypeAdapter<T> adapter, T entry)
evaluateValue in interface Expression<FilterGeometry>public boolean isLiteral()
isLiteral in interface Expression<FilterGeometry>public void addReferencedFields(Set<String> fields)
addReferencedFields in interface Expression<FilterGeometry>public byte[] toBinary()
toBinary in interface Persistablepublic void fromBinary(byte[] bytes)
fromBinary in interface Persistablepublic org.opengis.referencing.crs.CoordinateReferenceSystem getCRS(DataTypeAdapter<?> adapter)
SpatialExpressiongetCRS in interface SpatialExpressionadapter - the adapter being filteredCopyright © 2013–2021. All rights reserved.