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, setProperty
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, copyPropertiesFrom, replace
accept
getProperties, getProperty, setProperty
cloneQuietly, cloneQuietly
protected Geometry geometry
protected GeometryExpressionBuilderHelper builder
public GeometryConstant(GeometryExpressionBuilderHelper builder, Geometry geometry)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(Formatter<ExpressionBuilder.Value> formatter)
toString
in interface ExpressionBuilder.Value
public java.lang.Object value()
value
in interface ExpressionBuilder.Constant