public class SpatialFieldValue extends FieldValue<FilterGeometry> implements SpatialExpression
fieldName| Constructor and Description |
|---|
SpatialFieldValue() |
SpatialFieldValue(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
protected FilterGeometry |
evaluateValueInternal(Object value) |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getCRS(DataTypeAdapter<?> adapter)
Get the coordinate reference system for this expression.
|
static SpatialFieldValue |
of(String fieldName) |
addReferencedFields, evaluateValue, evaluateValue, fromBinary, getFieldName, isLiteral, toBinary, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbbox, bbox, bboxLoose, bboxLoose, contains, crosses, disjoint, disjointLoose, intersects, intersectsLoose, isEqualTo, isNotEqualTo, overlaps, toSpatialExpression, touches, withinaddReferencedFields, evaluateValue, evaluateValue, isLiteral, isNotNull, isNullfromBinary, toBinarypublic SpatialFieldValue()
public SpatialFieldValue(String fieldName)
public org.opengis.referencing.crs.CoordinateReferenceSystem getCRS(DataTypeAdapter<?> adapter)
SpatialExpressiongetCRS in interface SpatialExpressionadapter - the adapter being filteredpublic static SpatialFieldValue of(String fieldName)
protected FilterGeometry evaluateValueInternal(Object value)
evaluateValueInternal in class FieldValue<FilterGeometry>Copyright © 2013–2021. All rights reserved.