Revision 21590

View differences:

branches/Mobile_Compatible_Hito_1/libFMap_data/src/org/gvsig/data/vectorial/filter/package.html
1
<html>
2
<head>
3
<title>Filters</title>
4

  
5
</head>
6
<body>
7

  
8
This package allows developers to define filters for gvSIG Datastores. 
9
Gvsig FeatureStores must implement: 
10
  <pre>public DataCollection getDataCollection(FeatureType type, Filter filter, SortBy[] order)</pre>
11
and use the filter to return only the features accomplishing the filter constraints.
12

  
13
This filters have been developed according to geoapi 2.1 using code form geotools 2.4.2.
14

  
15
Tests for this filters are stored in libFMap_dataFile.
16

  
17
</body>
18
</html>

Also available in: Unified diff