| Constructor and Description |
|---|
GeoValueExpr(String value)
Creates a new
ValueExpr. |
| Modifier and Type | Method and Description |
|---|---|
<T,X extends Throwable> |
accept(ExprVisitor<T,X> visitor)
Accepts
visitor for this expression. |
Optional<GeoValueExpr> |
asGeometry()
Get this expression as a geometry expression
|
boolean |
equals(Object o) |
String |
getGeometry()
Gets the value.
|
int |
hashCode() |
boolean |
isGeometry()
Check if this expression is a geometry expresion.
|
String |
toODataString() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitasArithmetic, asBinary, asBoolean, asBooleanBinary, asBooleanUnary, asComparison, asMember, asMethodCall, asNumericValue, asTextValue, asTime, asUnary, isArithmetic, isBinary, isBoolean, isBooleanBinary, isBooleanUnary, isComparison, isMember, isMethodCall, isNumericValue, isTextValue, isTime, isUnarypublic GeoValueExpr(String value)
ValueExpr.value - the valuepublic String getGeometry()
public boolean isGeometry()
ExprisGeometry in interface Exprpublic Optional<GeoValueExpr> asGeometry()
ExprasGeometry in interface ExprOptional.empty() if the type does not matchpublic String toODataString()
toODataString in interface ODataExprpublic <T,X extends Throwable> T accept(ExprVisitor<T,X> visitor) throws X extends Throwable
Exprvisitor for this expression.Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.