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, setPropertyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, copyPropertiesFrom, replaceacceptgetProperties, getProperty, setPropertycloneQuietly, cloneQuietlyprotected IProjection projection
protected GeometryExpressionBuilderHelper builder
public ProjectionConstant(GeometryExpressionBuilderHelper builder, IProjection projection)
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