-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent_plugins_detailed.html
More file actions
218 lines (169 loc) · 11.6 KB
/
Copy pathcontent_plugins_detailed.html
File metadata and controls
218 lines (169 loc) · 11.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>SECONDO</title>
<meta name="description" content="extensible database system">
<link rel="stylesheet" type="text/css" href="secondo.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div align="center">
<img alt="SECONDO" src="images/logo.gif" height="107" width="598"> </div>
<h1>Available <span style="font-variant:small-caps">Secondo</span> Plugins</h1>
<hr>
<a name="NearestNeighbor"></a>
<h2>Nearest Neighbor</h2>
<b>Responsible</b>: Thomas Behr, Ralf Hartmut Güting, Jianqiu Xu </p>
<b>Included in <span class="secondo">Secondo</span> since version 3.4.0</b>
<h3> Description </h3>
The NearestNeighbor plugin contains the
NearestNeighborAlgebra. It provides operators to find continuous nearest
neighbors of a query trajectory with respect to a set of stored
trajectories [1, 2, 3]. Pieces (units) of stored trajectories are
indexed by an R-tree [1, 2] or a TB-tree [3]. The operators are called
knearestfilter and knearest [1], greeceknearest [2], and chinaknearest
[3], respectively. The plugin also contains several variants of
distancescan operators implementing the incremental enumeration of
nearest neighbors of [4], for a point set indexed by an R-tree.
<h3> Implementation Based on Papers </h3>
<ol>
<li> R.H. Güting, T. Behr, and J. Xu. Efficient k-Nearest Neighbor Search on
Moving Object Trajectories. Fernuniversität in Hagen, Informatik-Report
352 - 7/2009. <a href="http://dna.fernuni-hagen.de/articles2000all.html#NearestNeighbor">Paper</a>.
</li>
<li> E. Frentzos, K. Gratsias, N. Pelekis, and Y. Theodoridis. Algorithms for
nearest neighbor search on moving object trajectories. GeoInformatica,
11(2):159-193, 2007.</li>
<li> Y. Gao, C. Li, G. Chen, Q. Li, and C. Chen. Efficient algorithms for
historical continuous k nn query processing over moving object
trajectories. In APWeb/WAIM, pages 188-199, 2007.</li>
<li> G..R. Hjaltason, H. Samet: Distance Browsing in Spatial Databases. ACM
Transactions on Database Systems 24(2): 265-318 (1999).</li>
</ol>
<h3> Requirements </h3>
<table summary="" border="1">
<tr> <th> <span class="secondo">Secondo</span> Version </th> <th> Plugins Needed </th> <th> Notes </th></tr>
<tr> <td> 3.4.0 (<a href="files/secondo-v340-CP1252.zip">win</a>, <a href="files/secondo-v340-LAT1.tar.gz">linux</a>)</td> <td> none (already included) </td> <td> </td> </tr>
<tr> <td> 3.1.0 (<a href="files/secondo-v310-CP1252.zip">win</a>, <a href="files/secondo-v310-LAT1.tar.gz">linux</a>)</td> <td> <a href="files/plugins/NN_v5.zip">NearestNeighbor (version 5)</a>, <a href="files/plugins/TBTree_v2.zip">TBTree (version2)</a> </td> <td>additional operator knearestdistance</td> </tr>
<tr> <td> 3.0.0 (<a href="files/secondo-v300-CP1252.tgz">win</a>, <a href="files/secondo-v300-LAT1.tar.gz">linux</a>)</td> <td> <a href="files/plugins/NN_v4.zip">NearestNeighbor (version 4)</a>, <a href="files/plugins/TBTree_v2.zip">TBTree (version2)</a> </td> <td> </td> </tr>
<tr> <td> 2.9.2 (<a href="files/secondo-v292-CP1252.zip">win</a>, <a href="files/secondo-v292-LAT1.tar.gz">linux</a>)</td> <td> <a href="files/plugins_tmp/NN.zip">NearestNeighbor (version 3)</a>, <a href="files/plugins/TBTree.zip">TBTree</a> </td> <td> bulk update mechanism added (with revised paper)</td> </tr>
<tr> <td> 2.9.1 (<a href="files/secondo-v291-CP1252.zip">win</a>, <a href="files/secondo-v291-LAT1.tar.gz">linux</a>)</td> <td> <a href="files/plugins_tmp/NN_v2.zip">NearestNeighbor (version 2)</a>, <a href="files/plugins/TBTree.zip">TBTree</a> </td> <td> Bugfix Oct. 2, 2009 </td> </tr>
<tr> <td> 2.8.4 (<a href="files/secondo-v284-CP1252.zip">win</a>, <a href="files/secondo-v284-LAT1.tar.gz">linux</a>) </td> <td> <a href="files/plugins/NN_v1.zip">NearestNeighbor (version 1)</a> </td> <td> </td></tr>
</table>
<hr>
<a name="TB-Tree"></a>
<h2>TB-Tree</h2>
<b>Responsible</b>: Thomas Behr </p>
<b>Included in <span class="secondo">Secondo</span> since version 3.4.0</b>
<h3> Description </h3>
The TBTree plugin provides the data structure TBTree described in [1]. Additionally,
some operations for inserting and finding elements in a TBTree are part of this
algebra.
<h3> Implementation Based on Papers </h3>
<ol>
<li> D. Pfoser, C.S. Jensen, and Y. Theodoridis.
Novel Approaches in Query Processing for Moving Object Trajectories.
VLDB 2000:395-406. </li>
</ol>
<h3> Requirements </h3>
<table summary="" border="1">
<tr> <th> <span class="secondo">Secondo</span> Version </th> <th> Plugins Needed </th> </tr>
<tr> <td> 3.4.0 (<a href="files/secondo-v340-CP1252.zip">win</a>, <a href="files/secondo-v340-LAT1.tar.gz">linux</a>)</td> <td> none (already included) </td> </tr>
<tr> <td> 3.0.0 (<a href="files/secondo-v300-CP1252.tgz">win</a>, <a href="files/secondo-v300-LAT1.tar.gz">linux</a>) </td> <td> <a href="files/plugins/TBTree_v2.zip">TBTree</a> </td></tr>
<tr> <td> 2.9.1 (<a href="files/secondo-v291-CP1252.zip">win</a>, <a href="files/secondo-v291-LAT1.tar.gz">linux</a>) </td> <td> <a href="files/plugins/TBTree.zip">TBTree</a> </td></tr>
<tr> <td> 2.8.4 (<a href="files/secondo-v284-CP1252.zip">win</a>, <a href="files/secondo-v284-LAT1.tar.gz">linux</a>) </td> <td> none (already included) </td> </tr>
</table>
<hr>
<h2> X-Tree and M-Tree</h2>
<b>Responsible</b>: Mirko Dibbert, Ralf Hartmut Güting
<h3> Description </h3>
The GenTree plugin provides three algebra modules: GeneralTree, XTree[1] and MTree[2].
The X-tree is able to index data in high dimensional spaces avoiding the drawbacks of
R-trees in such spaces.
The M-tree is an index structure organizing its elements based on a distance function only.
It supports similarity queries.
<h3> Implementation Based on Papers </h3>
<ol>
<li> S. Berchtold, D.A. Keim, H.-P. Kriegel.
The X-tree : An Index Structure for High-Dimensional Data VLDB 1996: 28-39 </li>
<li> P. Ciaccia, M. Patella, P. Zezula. M-tree: An Efficient Access Method for
Similarity Search in Metric Spaces. VLDB 1997: 426-435 </li>
</ol>
<h3> Requirements </h3>
<table summary="" border="1">
<tr> <th> <span class="secondo">Secondo</span> Version </th> <th> Plugins Needed </th> </tr>
<tr> <td> 3.0.0 (<a href="files/secondo-v300-CP1252.tgz">win</a>, <a href="files/secondo-v300-LAT1.tar.gz">linux</a>) </td> <td> <a href="files/plugins/GenTree_v2.zip">GenTree (version 2)</a></td></tr>
<tr> <td> 2.9.1 (<a href="files/secondo-v291-CP1252.zip">win</a>, <a href="files/secondo-v291-LAT1.tar.gz">linux</a>) </td> <td> <a href="files/plugins/GenTree.zip">GenTree</a></td></tr>
<tr> <td> 2.8.4 (<a href="files/secondo-v284-CP1252.zip">win</a>, <a href="files/secondo-v284-LAT1.tar.gz">linux</a>) </td> <td> none (already included) </td> </tr>
</table>
<hr>
<a name="Periodic"></a>
<h2>Periodic </h2>
<b>Responsible</b>: Thomas Behr
<h3> Description</h3>
The Periodic plugin contains an algebra providing data types for representing periodic moving
objects[1]. Such objects have repetitions within their movements. A repeated movement is only stored
once to save memory and to accelerate operations. Furthermore some operations on these
data types are implemented. The plugin contains also display classes for the HoeseViewer
for a graphical representation of periodic moving objects.
<h3> Implementation Based on Papers </h3>
<ol>
<li> T. Behr, V.T. de Almeida, R.H. Güting,
Representation of Periodic Moving Objects in Databases.
GIS 2006: 43-50.</li>
</ol>
<h3> Requirements </h3>
<table summary="" border="1">
<tr> <th> <span class="secondo">Secondo</span> Version </th> <th> Plugins Needed </th> </tr>
<tr> <td> 3.0.0 (<a href="files/secondo-v300-CP1252.tgz">win</a>, <a href="files/secondo-v300-LAT1.tar.gz">linux</a>) </td> <td> <a href="files/plugins/Periodic_v2.zip">Periodic (version 2)</a> </td></tr>
<tr> <td> 2.9.1 (<a href="files/secondo-v291-CP1252.zip">win</a>, <a href="files/secondo-v291-LAT1.tar.gz">linux</a>) </td> <td> <a href="files/plugins/Periodic.zip">Periodic</a> </td></tr>
<tr> <td> 2.8.4 (<a href="files/secondo-v284-CP1252.zip">win</a>, <a href="files/secondo-v284-LAT1.tar.gz">linux</a>) </td> <td> none (already included) </td> </tr>
</table>
<hr>
<a name="STPatterns"></a>
<h2> Spatiotemporal Pattern Queries</h2>
<b>Responsible</b>: Mahmoud Sakr </p>
<b>Included in <span class="secondo">Secondo</span> since version 3.4.0</b>
<h3> Description</h3>
Spatiotemporal pattern queries allow for querying moving objects by
their movement profiles. That is, one can specify for example temporal
order constraints on the fulfillment of predicates on moving objects.
This <span class="secondo">Secondo</span> Plugin implements our approach that builds on the
concept of lifted predicates, i.e. predicates returning time dependent boolean values, of type moving(bool). Hence, unlike previous approaches, it is not restricted to a specific set of predicates.
<br><br>
The Spatiotemporal Pattern Queries plugin contains two types of <span class="secondo">Secondo</span> extensions:
<ul>
<li>An algebra providing the data types and the necessary operators for implementing spatiotemporal pattern queries. This extension is implemented in C++. </li>
<li>An extension to the <span class="secondo">Secondo</span> Optimizer so that it is able to optimize the spatiotemporal pattern queries. The extension is written in Prolog.</li>
</ul>
<h3> Implementation Based on Papers </h3>
<ol>
<li> M.A.Sakr and R.H. Güting, Spatiotemporal Pattern Queries. Fernuniversität in Hagen, Informatik-Report 355 - 11/2009. <a href="http://dna.fernuni-hagen.de/articles2010all.html#STPatterns">Paper</a>.
</li>
</ol>
<h3>Instructions for Use</h3>
<a href="files/plugins/STPatternsUserManual.pdf">User Manual</a><br>
<a href="files/plugins/STPatternsBerlintest.pdf">The Berlintest Demo Example</a>
<h3> Requirements </h3>
<table summary="" border="1">
<tr> <th> <span class="secondo">Secondo</span> Version </th> <th> Plugins Needed </th> <th> Notes </th></tr>
<tr> <td> 3.4.0 (<a href="files/secondo-v340-CP1252.zip">win</a>, <a href="files/secondo-v340-LAT1.tar.gz">linux</a>)</td> <td> none (already included) </td> <td> </td> </tr>
<tr> <td> 3.1.0 (<a href="files/secondo-v310-CP1252.zip">win</a>, <a href="files/secondo-v310-LAT1.tar.gz">linux</a>) </td> <td> <a href="files/plugins/STPatternPlugin3.1b.zip">STPatterns (version 3b)</a> </td>
<td>a lightweight version of the plugin with additional <br> operators (e.g. stpatternextend) but without optimizer <br>extensions and scripts for experiments</td></tr>
<tr> <td> 3.1.0 (<a href="files/secondo-v310-CP1252.zip">win</a>, <a href="files/secondo-v310-LAT1.tar.gz">linux</a>) </td> <td> <a href="files/plugins/STPatternPlugin3.1.zip">STPatterns (version 2)</a> </td>
<td>adapted to <span class="secondo">Secondo</a> 3.1</td></tr>
<tr> <td> 3.0.0 (<a href="files/secondo-v300-CP1252.tgz">win</a>, <a href="files/secondo-v300-LAT1.tar.gz">linux</a>) </td> <td> <a href="files/plugins/STPatternPlugin3.0.zip">STPatterns (version 2)</a> </td>
<td> </td></tr>
<tr> <td> 2.9.1 (<a href="files/secondo-v291-CP1252.zip">win</a>, <a href="files/secondo-v291-LAT1.tar.gz">linux</a>) </td>
<td> <a href="files/plugins/STPatterns.zip">STPatterns</a></td>
<td> Revised Version Nov. 16, 2009 </td></tr>
</table>
<hr>
<p>
<a href="content_plugins.html">Back to the Plugin page</a>
</p>
<div class="footnote">
Last Changed: 2015-03-05
</div>
</body>
</html>