Hi, We often want to recycle a part of a large surface or line geometry and put it into some other geometry. Is there a way to get rid of many points at once...
338
Robert Schweikert
robert.schweikert@...
Apr 1, 1999 3:16 pm
Sometimes you need to read the manual before posting... I think the "v", "e" and "b" accelerator keys will do the trick. Sorry for bothering you. Robert ... ...
339
mark.b.field@...
Apr 1, 1999 8:49 pm
Has anyone ported the travelling salesman ACP code into all magik? There is a C routine that the travelling salesman module on the smallworldwide catalog site....
340
Schellekens, Harold
Harold.Schellekens@...
Apr 1, 1999 9:30 pm
Hello Mark, You may want to check out the code with the SW 3.0 TINs. In there is an implementation of a travelling salesman algorithm. I don't know if your ...
341
Bhanu Prakash
bhanu_prak@...
Apr 3, 1999 8:15 am
Hello, Is there a way to edit nodes and links of a geometry(eg.chain). I know there is way to manipulate the trail using v,s,b. Has anyone done it for a chain...
342
Kirmo Uusitalo
kirmo.uusitalo@...
Apr 6, 1999 7:12 am
We are currently considering implementing the travelling salesman algorithm using the network follower for the routing & costs. If the network is big, the...
343
bssmallik@...
Apr 6, 1999 11:15 am
Hi, I got an error while I was doing the integrity check for the database. I will be thankful if anybody can tell me whats the exact reason for this error. The...
344
mark.b.field@...
Apr 7, 1999 10:05 pm
Is there a upper limit to the size of g.current_set? ... eGroup home: http://www.eGroups.com/list/sw-gis Free Web-based e-mail groups by eGroups.com...
345
Zareh Langridge
Zareh.Langridge@...
Apr 8, 1999 8:23 am
... Given that g.current_set returns an equality_set then 16382 is the maximum size, though in practice you would get less than this as the set will...
346
bhanu_prak@...
Apr 9, 1999 10:52 am
Hi, Has anybody tried to find the coordinates at a mouse click point on the main graphics window without placing a trail ? Thanks, Bhanu ... eGroup home:...
347
Miller, Deb
deb@...
Apr 9, 1999 3:25 pm
This is not a complete answer but it will get you started in the right direction. Every time your cursor moves, the logical_mouse object (ie. g.current_state) ...
348
Kirmo Uusitalo
kirmo.uusitalo@...
Apr 12, 1999 1:14 pm
Hi, Has anyone implemented a join from a user object table to any of the Smallworld internal tables, such as sw_gis!coordinate_system? If yes, are there any...
349
Rodolfo
rodolfoa@...
Apr 12, 1999 5:33 pm
hi there, Does anybody knows how to make an area that self_intersects a not self_intersect-ing one? Any input highly appreciated, Rodolfo Acevedo ... eGroup...
350
Von Pannk
marenglen@...
Apr 12, 1999 9:15 pm
Hi, Does anybody know how to modify the style(especifically the colour) for a user-object'symbol from Magik? I want to do something like this: Magik2>...
351
Kirmo Uusitalo
kirmo.uusitalo@...
Apr 13, 1999 11:16 am
Hi, 1) Do you want to modify the style for all objects of the same kind or 2) Do you want to modify only the current instance? If 1), it can be done, but for...
352
bhanu_prak@...
Apr 14, 1999 12:18 pm
Hello, Here is a problem which I am facing regarding the properties of the logical mouse. I have changed the property of the logical mouse in order to place a...
353
bhanu_prak@...
Apr 14, 1999 12:18 pm
Hello, Here is a problem which I am facing regarding the properties of the logical mouse. I have changed the property of the logical mouse in order to place a...
354
CHARLES HUDDLESTON ...
Apr 14, 1999 2:14 pm
List members, We are converting from another GIS to Smallworld. DXF files appear to be the best option for us to get the graphic data out of the other GIS and ...
355
tarter@...
Apr 14, 1999 10:49 pm
We have just purchased Smallworld-FME 2.0 based on evaluation of the first release, but have not used it yet - too busy with other things so I can't address...
356
Iván Rau Aguirre
irau@...
Apr 15, 1999 12:16 am
Hi, We are working in conversion data from Autocad to Smallworld too and we have a similar Tom's experience. For us, is more useful and easy to produce our...
357
Robert Schweikert
robert.schweikert@...
Apr 15, 1999 8:27 am
I can't resist adding some info on this topic: I've been asking about FME for Smallworld in January this year, but at that time FME for Smallworld was only...
358
Robert Schweikert
robert.schweikert@...
Apr 15, 1999 12:45 pm
How do you find out in the methods pre_insert_activity() or pre_update_activity() if the joins of the work_record have changed ?? Is it possible ? I want to...
359
Stefan Kampshoff
stefan@...
Apr 15, 1999 2:18 pm
Hi! I don't know if it is a nice way, but in my example it works: _method gia_hom.pre_insert_activity(editor) ## ## _if...
360
Sileo, Tony
tony@...
Apr 15, 1999 2:45 pm
I'm not sure about your direct question, but perhaps a better approach is to implement your logic in update triggers on the two objects. The trigger should...
361
Sileo, Tony
tony@...
Apr 15, 1999 2:59 pm
We've been helping clients set up FME "factories" for Smallworld translation for almost a year now. We find FME to be a more flexible, and re-usable solution...
362
Robert Schweikert
robert.schweikert@...
Apr 16, 1999 8:48 am
I agree it's better to put tests like these in trigger methods. I conclude that there are two ways to meet the requirement of limiting the number of joined...
363
Robert Schweikert
robert.schweikert@...
Apr 16, 1999 9:50 am
Anybody has already dealt with the traceback (db_too_many_keys): Too many keys ? 1.) table A has been join to table B by a 0:n join using the CASE tool: A ----...
364
Infotech Ltd
infotech@...
Apr 16, 1999 10:18 am
Hi, Is anybody can help me out on configuring Smallworld Version3.0 on Wide Area Network. Is it mandatory that I need to have a remote server with Smallworld...
365
Robert Schweikert
robert.schweikert@...
Apr 16, 1999 11:52 am
For the record: A list member has sent me the solution which involved removing the get method for the object's join field (A.remove_method(:Bs)). Thanks again ...
366
Robert Schweikert
robert.schweikert@...
Apr 16, 1999 1:05 pm
I've been using the method dd_enumerator.id_for(string) to retrieve the internal value stored in the database for some enumerated field. This uses a string...