public class ExpressionBuilderBase.GeometryValueBase extends ExpressionBuilderBase.AbstractValue implements ExpressionBuilder.GeometryValue
| Modifier and Type | Field and Description |
|---|---|
protected Geometry |
geometry |
protected IProjection |
projection |
| Constructor and Description |
|---|
GeometryValueBase(Geometry geometry,
IProjection projection) |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
getGeometry() |
IProjection |
getSRS() |
String |
toString() |
acceptclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptprotected Geometry geometry
protected IProjection projection
public GeometryValueBase(Geometry geometry, IProjection projection)
public Geometry getGeometry()
getGeometry in interface ExpressionBuilder.GeometryValuepublic IProjection getSRS()
getSRS in interface ExpressionBuilder.GeometryValue