Issue Details (XML | Word | Printable)

Key: NUCSPATIAL-20
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Andy Jefferson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
DataNucleus RDBMS Spatial

Change JDOQL method handling to reflect Java

Created: 18/May/10 04:31 PM   Updated: 18/May/10 04:31 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
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

Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.