Heres a simple piece of code to get all the coordinates from a chain! _method chain.all_coords() _for a_sector over _self.sectors.fast_elements() _loop _for...
186
Dave Bolsdon
dave_bolsdon@...
Feb 1, 1999 9:43 am
Heres a simple piece of code to get all the coordinates from a chain! _method chain.all_coords() coords_set << rope.new() _for a_sector over...
187
Colin Mackay
Colin.Angus.Mackay@...
Feb 1, 1999 9:45 am
Use the following: _for sr _over a_geom.sectors.fast_elements() _loop _for c _over sr.fast_elements() _loop write("Coordinate: ",c) _endloop _endloop Where...
188
German Alvarado
german.alvarado@...
Feb 1, 1999 5:09 pm
Hi, I'm new to this list, and I can truly say that I like it a LOT! I have two questions: 1) I'm working in an application that stores the attribute data in...
189
Uusitalo Kirmo
kirmo.uusitalo@...
Feb 1, 1999 5:22 pm
-- [ From: Uusitalo Kirmo * EMC.Ver #3.1a INTERNATIONAL ] -- Hi, I am looking for the documentation on gis_magik_win32 application's parameters. I would like...
190
Uusitalo Kirmo
kirmo.uusitalo@...
Feb 1, 1999 5:22 pm
-- [ From: Uusitalo Kirmo * EMC.Ver #3.1a INTERNATIONAL ] -- ... simple_area). ... Doesn't this approach result in double coordinates in the point where one...
191
Seamus Kierans
seamuskierans@...
Feb 1, 1999 9:46 pm
Hi, On your first point, are you talking Smallworld Replication or Oracle Replication ? If you are talking Smallworld Replication then there is no problem....
193
Dave Bolsdon
dave_bolsdon@...
Feb 2, 1999 11:57 am
OK this codes a bit cumbersome but it does the trick! Lets see some improvements from the code hackers! _block mvb << grs.main_view.bounds a_sector <<...
194
Robert Schweikert
robert.schweikert@...
Feb 2, 1999 12:47 pm
There's a cute little method in the component_viewer software component: _method bounding_box.sectors ... _endmethod $ So the predicate would be: _block ...
195
Dave Bolsdon
dave_bolsdon@...
Feb 2, 1999 2:46 pm
Ok two points that coordinate list from an earlier point can be got at by using an_outline grs.main_view.bounds.outline (thanks James) which return a...
196
German Alvarado
german.alvarado@...
Feb 3, 1999 2:54 pm
Hi, thanks for the help, I've read the section and I did write a loader to load my points into SW. I only have one problem, I haven't been able to display it...
197
Kurz, AEZ, AEZ D
A.Kurz2@...
Feb 3, 1999 3:19 pm
Aloha, I have to check the free disk space (for an ascii-export-interface). Until now, it works more or less elegantly with the following solution, which...
198
Andrew Gay
andrew@...
Feb 3, 1999 4:33 pm
Hi Let's hope you don't try running on a UNIX box! Seriously, I doubt there would be an interface for this as the underlying mechanism varies so much across...
199
Sileo, Tony
tony@...
Feb 3, 1999 10:58 pm
Hi All - Smallworld has been talking about a potential product that address the replication question here. It is being referred to as "Oracle In Sync". This...
200
mark.b.field@...
Feb 4, 1999 4:33 pm
What call does select make in order to hilite something on the GIS? Or is this not that easy... Thx, Mark ... eGroup home: http://www.eGroups.com/list/sw-gis ...
201
Sawatzky, Alfred
ALFRED@...
Feb 4, 1999 4:39 pm
Mark, To highlight a rwo.... Set the following dynamic... !current_grs! << gis_program_manager.applications[:gis] # (or whatever your graphics system is) ...
You may also want to select the geometry you want to highlight (otherwise you will get all the geometries highlighted): rwo.<geometry field...
204
Uusitalo Kirmo
kirmo.uusitalo@...
Feb 5, 1999 7:34 am
-- [ From: Uusitalo Kirmo * EMC.Ver #3.1a INTERNATIONAL ] -- ... Did you post your ace changes to the top? Menu entries are stored in the ace.ds and if you use...
205
Colin Mackay
Colin.Angus.Mackay@...
Feb 5, 1999 10:22 am
As I recall, when you launch the GIS the ACE partition moves to an alternative named after the current login. If it doesn't exist it will create a new one...
206
Seamus Kierans
seamuskierans@...
Feb 8, 1999 12:11 am
Hi all, I'm trying to connect to a DB2 database via ODBC into Sequelink. I'm currently utilising Version 4.0.2 of Sequelink but want to upgrade to version...
207
Zareh Langridge
Zareh.Langridge@...
Feb 8, 1999 8:21 am
Hi Seamus You seem to be able to make the connection fine so I don't see anything wrong there. Is there something wrong with the collection itself as the error...
208
tim.uptain@...
Feb 8, 1999 4:37 pm
When attempting an extract I receive an error which I believe is on the geometry scanner as follows. I get through some of the tables and stop here every time....
209
Burt, Joe
jburt@...
Feb 8, 1999 4:39 pm
What version of SW are you running. I've seen this under 2.2(0). ... From: tim.uptain@... [mailto:tim.uptain@...] Sent: Monday, February...
210
Minto, Tim
tim@...
Feb 8, 1999 4:41 pm
Tim, It is likely that you are missing Smallworld patch P16316_2, which says: #Release-Note: # Getting a geometry scanner from a replicated view would fail...
211
tim.uptain@...
Feb 8, 1999 4:45 pm
1st time I have used this site. I am running 2.2(1). ... eGroup home: http://www.eGroups.com/list/sw-gis Free Web-based e-mail groups by eGroups.com...
212
bhanu_prak@...
Feb 9, 1999 1:39 pm
Hello, How can i interrupt a method which is under execution Thanks ... eGroup home: http://www.eGroups.com/list/sw-gis Free Web-based e-mail groups by...
213
Carlos Santillan
csantill@...
Feb 9, 1999 2:32 pm
... SW documentation (FAQ) says 13.3 How do I get out of an infinite loop? Response: If you typed something into the Command Language Interface which puts ...
214
bhanu_prak@...
Feb 10, 1999 9:18 am
Is their a way to increase the ROPE size/length ? Thanks ... eGroup home: http://www.eGroups.com/list/sw-gis Free Web-based e-mail groups by eGroups.com...
215
Jani Tiainen
jani.tiainen@...
Feb 10, 1999 9:36 am
... rope Level: basic Topic: collections An indexed collection containing any type of objects (based on simple_vector) which can grow. ... rope is dynamic...
216
Harold Schellekens
harold.schellekens@...
Feb 10, 1999 9:48 am
Bhanu, Well, ropes do increase in size automatically: x << rope.new() $ Defining global x rope:[1-0] Magik2> x.size 0 Magik2> x.add("apple") $ "apple" Magik2>...