[Manifold-l] Manifold Release 8
Pat Waggaman
waggaman at marimsys.com
Mon Sep 10 08:48:17 CDT 2007
Michael,
Thanks for the response and apologies for the
late reply, I´m moving about the Americas without Internet connections.
The objective here is cut Manifold calculation
time or user latency by eliminating Lat Long
projected layers in our webservers, Manifold
speeds up considerably when all data are
projected equally, and Mercator (in order to
include readily available photo mapping) seems to
be the way to go today. Real time arriving data
currently is in Lat Long and the balance of
layers are in Mercator, saving the - currently
Lat Long - incoming data in Mercator format speeds up the works.
The whole question may be moot - If the new MS
SQL spatial db upgrade provides for the ability
to rapidly project data on the fly, this may well
eliminate the advantage of having all X(I) and
Y(I) fields in a uniform projection.
At 06:09 PM 9/6/2007, Michael Sumner wrote:
>Pat Waggaman wrote:
>>OK, I'll bite.
>>
>>What is the optimum VB.NET script to change an
>>incoming point projected in Lat Long to
>>Mercator. We've been fooling about with this
>>real time data flow incoming for too long, time
>>to get it projected correctly in the database
>>and avoid re-projecting multiple projections every time we serve an image.
>>
>>Pat
>Do you want single points projected at a time
Yes, in order to INSERT these points projected to
Mercator into the MS SQL db, one-by-one in real time as the points come in.
>, or can you just reproject the whole set at
>once? Can you export all your lon/lats to
>something you can create a drawing from, reproject that, and return to DB?
Not a problem for current data that can be
reprojected with the GUI with a LINK, PASTE AS a
drawing, re-project the drawing and write the changes to the DB.
> Does it have to be VB.NET?
More information about the Manifold-l
mailing list