| 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
|
String |
getGeometry()
Gets the value.
|
boolean |
isGeometry()
Check if this expression is a geometry expresion.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, 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 <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.