jump to navigation

Have Your Say….

Discuss….

Comments»

1. Kosmas - August 8, 2006

How Much time do you often spent before print a final map?

2. Kosmas - August 17, 2006

According to your experience, how would you define GML.
Geographic Mark-Up Language?

3. Kosmos of G.I.S. » Define GML - August 17, 2006

[...] Have Your Say…. [...]

4. anestis - August 25, 2006

Ok, so here is the thing…

I’ve created a table named ‘objects’:

obj_id number
name varchar(32)
shape MDSYS.SDO_GEOMETRY
timeslot number

In it I store points (MDSYS.SDO_POINT_TYPE) that change their coordinates randomly as time goes by. So for instance I now have stored 100 objects for 60 timeslots, that is 6000 records.

What I really wanna do is to visualise those points in a website moving. After a little research I started using Oracle MapViewer. I installed it and I used jview.jsp demo successfully.

What I wanna do has the following logic:

for (t=0;t

5. anestis - August 25, 2006

ok, tags issues…

What I wanna do has the following logic:

for (t=0; t is less than max_number_of_timeslots; t++)
select shape from objects where timeslot=t;

Is there a way to do this?

thanx

6. anestis - August 25, 2006

I wanna do that in order to create motion. As if the objects are moving…

7. Kosmas - October 7, 2006

I found this introductory paper for GML by Ron Lake.

Have a look

http://www.w3.org/Mobile/posdep/GMLIntroduction.html

8. Kosmas - October 7, 2006

I have recently red few chapters from the the book above.
It gives very good introductory material for XML.
I would recommend it for those who want to learn XML.

http://www.amazon.com/XML-Managers-Addison-Wesley-Information-Technology/dp/0201433354

9. dimmihel - February 29, 2008

Hey synadelfoi! ;) Nice work! I am also a forester that graduated from Aristotle University of Thessaloniki in 2007. Right now I am doing my MSc in GIS in Edinburgh which is a “hardcore” experience! ;) Right now besides reading for successfully completing my dissertation on time :P some friends and me have formed a little greek GIS community. It would be great if you joined as so we could start a “gis-ring” hehehe! big plans colleagues, big plans… hohoho! Anyway! Keep up the good work guys! ;)

10. dimmihel - February 29, 2008
11. Greek GIS Forum « Kosmos of G.I.S. - February 29, 2008

[...] Have Your Say…. [...]