Davidll wrote:
> Thanks for that Bill,
>
> The areas do seem to compare. However, I first have to convert the lat/
> long table to a projected table (MGA94) in order to use
> CartesianArea().
>
> Is this just a difference between cartesian and spherical area? Is the
> 'ellipsoidal area', as it is described by Oracle Spatial, really just
> a cartesian area for projected data?
>
I don't know what Oracle uses, but I'm pretty sure MapInfo uses an
adaptation of Girard's Theorem
(
http://math.rice.edu/~pcmi/sphere/gos4.html) to calculate areas on a
sphere (not an ellipsoid). And for Cartesiean areas I think they just
assume a flat surface and calculate areas as described in any
computational geometry reference (tessellating a polygon into trapezoids
or triangles and summing those areas).