...Thank you, Brad, - exactly what needed :-) /tka ... From: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com] On Behalf Of Brad Sileo Sent: 31. maj 2005...
Thomas Kjær-Andersen
thomas.kjaer@...
Jun 1, 2005 8:28 am
14931
We are using the PowerOn 3.1.2 with some mods to the VB Control Window and other forms. My ultimate goal is to diasble, but not remove, the Create Single ...
Hello Group, we are in progress to do the same. We want to use failover. Does it work with Smallworld 4.0 ds server, without lost clients? Thomas Lauff ...
Thomas Lauff
thomas@...
Jun 2, 2005 7:13 pm
14933
Hi! Can i export some layers of smallworld into shape files using SOM (shape)? How can i do that? thanks, LDR....
I will be out of the office starting 02/06/2005 and will not return until 06/06/2005. I will respond to your message when I return, or ring me on my mobile - ...
 Hi David/ Hi all, To our surprise we found that even if we try to import files with multiple buildings with similar attribute values, only one building was...
Prasanna G Trimbakkar
prasannat40@...
Jun 6, 2005 5:26 am
14936
... You can use the FME Translator Suite 4 for that. Patrick...
Hi all I got to a problem with Scientific notation in Excel while extracting data from Smallworld. Basically, my Magik script is doing spatial query and...
Is the oracle in synch in cst 3.3 compatible with Oracle 10g? Is it possible to clip spans within a polygon during spatial query in Oracle 10g? Thanks John...
jwakefield@...
Jun 6, 2005 1:28 pm
14940
Hi All, We are able to import most of the features (centrelines)using FME in smallworld from shape files. But for few features it is giving error for creating...
Prasanna G Trimbakkar
prasannat40@...
Jun 6, 2005 3:27 pm
14941
If you had a traceback you could find out what unset is and what it is trying to understand. Since you don't perhaps you could start by putting some debugging...
I lot late, but we've been using the MrSID SOM as a standard dataset connection for several years and are generally pleased. Since we have several Ortho...
How is the CST 3.3 licensing handled in a configuration like this, unless you are not using a dongle? John "Thomas Lauff" <thomas@lauff-at. To:...
jwakefield@...
Jun 6, 2005 5:41 pm
14944
Hi Tom, So just to be clear: - the MrSID SOM and associated datasets are configured for all of your users and are opened at startup for all images? - for the...
We are using twin-dongles and first we wanted to mirror the system whith 3rd party software, after building the datastore. We din't do it until now. We know...
Thomas Lauff
thomas@...
Jun 6, 2005 8:44 pm
14947
Thanks Tom, But We are trying to import using FME smallworld suite . And we really do not know what way magik code can be customised/ written to trap the...
Prasanna G Trimbakkar
prasannat40@...
Jun 7, 2005 5:38 am
14948
Hi,all. I have two datasets(called A and B) in a application.Now I want to do transform coordinate to all geometries in the int!world:(0,0) in B dataset and...
Hello Guys, Could anyone let me know what are the current versions of PNI and LNI? I tried searching on the GE website, but could not find any information that...
Prasanna, Did you bring up the Shape data with the FME Viewer to see if there is any difference between data that loads and doesn't? Are you running SW with...
I have a pixel_coordinate with: pcoord << grs.main_view.window.pixel_for(grs.gtrail.coord) but, I'd like to convert: pixel_coordinate in => coordinate_system....
Hi The current version: PNI 4.0 LNI 4.0 Both working with Core version 4.0 Regards ... From: raj_thapar2003 [mailto:raj_thapar2003@...] Sent: Tue...
Jaco Badenhorst
Jacob@...
Jun 8, 2005 5:35 am
14953
Hi All In Magik, can a thread call another thread after it has terminated? If yes, how ? What I am intend to do is to make a one shot operations on a system ...
Yes, it's definitely possible to have one threaded operation start another threaded operation. For instance... _method my_dialog.run() _local me << _self ...
I'm thinking that a world coordinate will have only one pixel coordinate but a pixel coordinate may have several world coordinates. The number of world ...
Make the last call in thread procedure A fork a new thread procedure as the last statement. b << _proc@B() write("running b ") write("B terminated") _endproc $...
When using ropes, is there a significant performance gain by setting an initial size? I have a process where ropes can vary in size and I would like to see if...