| A Feature can be stored in many tables of database. Restoring that feature
may be did by join, the resulting table can be explored using this iterator
class. This iterator return Features with simple or complex attributes.
In the FeatureTypeMapping must be defined the grouping attributes, this value
will be used to distinguish different features in the data sotore.
The next can be a posible data store.
station_no (string) |
sitename (string) |
anzlic_no (string) |
project_no (string) |
id (string) |
sample_collection_date (string) |
determinand_description (string) |
results_value (float) |
location (Point) |
station_1 |
sitename_1 |
anzlic_no_1 |
project_no_1 |
id_1_1 |
sample_collection_date_1_1 |
determinand_description_1_1 |
1.1 |
POINT(1, 1) |
station_2 |
sitename_2 |
anzlic_no_2 |
project_no_2 |
id_2_1 |
sample_collection_date_2_1 |
determinand_description_2_1 |
2.1 |
POINT(2, 2) |
station_2 |
sitename_2 |
anzlic_no_2 |
project_no_2 |
id_2_2 |
sample_collection_date_2_2 |
determinand_description_2_2 |
2.2 |
POINT(2, 2) |
... |
station_10 |
sitename_10 |
anzlic_no_10 |
project_no_10 |
id_10_10 |
sample_collection_date_10_9 |
determinand_description_10_9 |
10.10 |
POINT(10, 10) |
station_10 |
sitename_10 |
anzlic_no_10 |
project_no_10 |
id_10_10 |
sample_collection_date_10_10 |
determinand_description_10_10 |
10.10 |
POINT(10, 10) |
author: Mauricio Pazos, Axios Engineering author: Gabriel Roldan, Axios Engineering version: $Id: GroupingFeatureIterator.java 27862 2007-11-12 19:51:19Z desruisseaux $ since: 2.4 |