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() |
accept
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept
protected Geometry geometry
protected IProjection projection
public GeometryValueBase(Geometry geometry, IProjection projection)
public Geometry getGeometry()
getGeometry
in interface ExpressionBuilder.GeometryValue
public IProjection getSRS()
getSRS
in interface ExpressionBuilder.GeometryValue