public static class DefaultGeometryExpressionBuilderHelper.GeometryConstant extends ExpressionBuilder.AbstractValue implements ExpressionBuilder.Constant
| Modifier and Type | Field and Description |
|---|---|
protected GeometryExpressionBuilderHelper |
builder |
protected Geometry |
geometry |
properties| Constructor and Description |
|---|
GeometryConstant(GeometryExpressionBuilderHelper builder,
Geometry geometry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
java.lang.String |
toString(Formatter<ExpressionBuilder.Value> formatter) |
java.lang.Object |
value() |
accept, clone, copyPropertiesFrom, getProperties, getProperty, replace, setPropertyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, copyPropertiesFrom, replaceacceptgetProperties, getProperty, setPropertycloneQuietly, cloneQuietlyprotected Geometry geometry
protected GeometryExpressionBuilderHelper builder
public GeometryConstant(GeometryExpressionBuilderHelper builder, Geometry geometry)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(Formatter<ExpressionBuilder.Value> formatter)
toString in interface ExpressionBuilder.Valuepublic java.lang.Object value()
value in interface ExpressionBuilder.Constant