[fdo-internals] Re: Need to create a calculation using FDO API
Jackie Ng
jumpinjackie at gmail.com
Tue Feb 21 04:46:48 EST 2012
An empty property list implies selecting all properties/columns from the
feature class. ie. Something equivalent to: SELECT * FROM TABLE.
Adding such a computed identifier makes this equivalent to: SELECT
AREA2D(SHAPE) AS RoomArea FROM TABLE
So you need to explicitly include the properties that you want to be in the
resulting feature reader.
- Jackie
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Need-to-create-a-calculation-using-FDO-API-tp4478653p4490641.html
Sent from the FDO Internals mailing list archive at Nabble.com.
More information about the fdo-internals
mailing list