public static class DefaultGeometryExpressionBuilderHelper.ProjectionConstant extends ExpressionBuilder.AbstractValue implements ExpressionBuilder.Constant
Modifier and Type | Field and Description |
---|---|
protected GeometryExpressionBuilderHelper |
builder |
protected IProjection |
projection |
properties
Constructor and Description |
---|
ProjectionConstant(GeometryExpressionBuilderHelper builder,
IProjection projection) |
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 IProjection projection
protected GeometryExpressionBuilderHelper builder
public ProjectionConstant(GeometryExpressionBuilderHelper builder, IProjection projection)
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