
|
If you were logged in you would be able to see more operations.
|
|
|
|
We currently have to use JDOQL expressions like
Spatial.x(Point)
yet would be much more reflective of Java to have
point.x()
curve.startPoint()
lineString.numPoints()
geom.within(otherGeom)
etc
|
|
Description
|
We currently have to use JDOQL expressions like
Spatial.x(Point)
yet would be much more reflective of Java to have
point.x()
curve.startPoint()
lineString.numPoints()
geom.within(otherGeom)
etc |
Show » |
Sort Order:
| There are no comments yet on this issue.
|
|