When adding superfiles, the extension .ds was not specified eg rw0-10.ds, it was just rwo-10. There was no teace back, and the added superfile has data...
20507
jdh_echo
Apr 1, 2010 3:09 pm
I have often done this the other way around... mostly with PNI though so no guarantees for NRM. ...
20508
Alfred Sawatzky
alfred_sawatzky
Apr 2, 2010 1:02 am
Does anyone know if there is code out there that will convert a Smallworld coordinate system to/from OGC WKT or ESRI WKT format? Thanks, Alfred...
20509
Alfred Sawatzky
alfred_sawatzky
Apr 2, 2010 3:58 am
Ultimately, I am trying to convert Magik coordinate_system definitions into a format that can be used in FME's COORDINATE_SYSTEM_DEF. From:...
20510
abhi cutelaugh
abhi_cutelaugh
Apr 2, 2010 7:35 am
As of my knowledge Core doesn't have the facility to export Coordinate system to WKT but, I heard that Open Geospatial portal provides some coordinate...
20511
mahmood
mhussain1986
Apr 2, 2010 12:47 pm
Hi, I want to import a record whose geometry is given in WGS-84(lat-long) to my database coordinate system( polyconic). Can someone advise my on how to go...
20512
Alfred Sawatzky
alfred_sawatzky
Apr 2, 2010 12:54 pm
As long as your !current_coordinate_system! dynamic variable is set to the coordinate system of your import data and your destination database world is labeled...
20513
Mahmood Hussain
mhussain1986
Apr 3, 2010 4:25 am
Alfred, Thank you very much for this. THis issue is resolved. Regards, Hussain ... From: Alfred Sawatzky <alfred@...> Subject: RE: [sw-gis]...
20514
Andrew Doak
andrewd_711217
Apr 5, 2010 6:25 pm
Hi, I am looking for some Smallworld TOOL which can load/export the State Models within Design Manager for PNI Any Tools out there? Thanks Corne ...
20515
Hahn Reinhard
reinhard.hahn
Apr 6, 2010 8:03 am
Thanks to James and Christoph, Both approaches seem to work. So finally I combined it to: _block _dynamic !current_application! <<...
20517
Markus Neifer
howlingmad@...
Apr 6, 2010 2:48 pm
Hi! After a go_to_checkpoint(), is there any way to return to the disk version using Magik code? I looked for methods containing "disk_version" but found...
20518
alexcaas
Apr 6, 2010 4:43 pm
Hi Markus, You should use rollforward(). Regards Alejandro...
20519
Stefan Alpers
stefanalpers
Apr 8, 2010 6:48 am
I think it has no side effects. Von: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com] Im Auftrag von tmulidzwi Gesendet: Donnerstag, 1. April 2010 13:46 ...
20520
Markus Neifer
howlingmad@...
Apr 8, 2010 6:53 am
Hi Alejandro Thank you for your reply. I forgot to mention that i need the database to be writable as well. Meanwhile i found out, that ...
20521
Alfred Sawatzky
alfred_sawatzky
Apr 8, 2010 12:40 pm
Hi Markus, When you mention go_to_checkpoint() and "writable" in the same thread, that raised a flag for me. When you are writable in the database and then do...
20522
Markus Neifer
howlingmad@...
Apr 9, 2010 10:25 am
Hi Alfred My starting position is: at a specific checkpoint in read-only mode. Then i want to go to the current disk version and then make the database...
20523
Michael Buller
mike_s_buller
Apr 9, 2010 4:33 pm
Markus, If we assume that you've got a handle on your view in the variable my_view, and that your view is currently to a checkpoint, and that you're readonly,...
20524
Carlos
lic_carlos_a...
Apr 12, 2010 12:54 pm
The pdfplot driver is used from the command line or more usually from within Smallworld Core. For example, the Professional application, provided by the...
20525
Kalyan Kamepalli
kalyan.kamep...
Apr 12, 2010 1:26 pm
Hi All, I want to run a counter for the regular merge, post operations and notify user with the status. Is there a way to get the number of changes between...
20526
Alfred Sawatzky
alfred_sawatzky
Apr 12, 2010 1:56 pm
Hi Kalyan, As far as I know, there are no hooks in the core merge/post methods that report progress. If, after the fact, you want to report the number of...
20527
Kalyan Kamepalli
kalyan.kamep...
Apr 13, 2010 5:51 am
Thanks for the reply Alfred. Â I actually did the same.I used tables_changes_to method on ds view for the changed table names and then used difference...
20528
mbfbsae90
Apr 13, 2010 7:44 pm
I'm seeing something very weird with windows 7 I have seen with XP. I do the following on the command prompt: REG QUERY "HKLM92;Software92;FCSI" The results are: ...
20529
mbfbsae90
Apr 13, 2010 7:46 pm
I believe you can just rename the superfile. You just need to update the .SFI file that is located in the same directory as the orignal .DS file. This is also...
20530
mbfbsae90
Apr 13, 2010 7:58 pm
I've made this request back in 1999. My customers typically have huge merge processes with hundreds of thousands changes between versions. It is always a bitch...
20531
mbfbsae90
Apr 13, 2010 8:03 pm
I've developed the beginnings of this. It decodes the WKT into a nth dimension hash table with some decodings of the coordinate systems. Alfred contact me...
20532
mbfbsae90
Apr 13, 2010 8:04 pm
If you can't use !current_coordinate_system! or just need to do some internal conversion stuff, you can uses transform.new_converting_cs_to_cs(). Mark ...
20533
mbfbsae90
Apr 13, 2010 8:25 pm
Bruce suggested looking at registry_key object that is already in smallworld... I never saw it... Oh well, I tried that, and guess what, no worky! I did a...
20534
Alfred Sawatzky
alfred_sawatzky
Apr 13, 2010 8:39 pm
Another option might be to store your FCSI-specific stuff in "Isolated Storage" files (http://msdn.microsoft.com/en-us/library/3ak841sy(VS.80).aspx). This...
20535
mbfbsae90
Apr 13, 2010 9:38 pm
It turns out the software I was installing didn't put the registry keys in the correct spot. With 64 bit systems, a 32 bit application reads/writes to the...
20536
mbfbsae90
Apr 13, 2010 10:14 pm
Bruce, I like this idea, but I will also suggest putting a tutorial or brief summary/answer on the wiki (www.gesmallworld.org), time and situation permitting. ...