Revision 24868 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/FeatureQuery.java

View differences:

FeatureQuery.java
45 45
 * the values of the properties of the Features.
46 46
 * </p>
47 47
 * <p>
48
 * The scala parameter can be used by the FeatureStore as a hint about the
48
 * The scale parameter can be used by the FeatureStore as a hint about the
49 49
 * quality or resolution of the data needed to view or operate with the data
50
 * returned. As an example, the FeatureStore may use the scala to return only a
50
 * returned. As an example, the FeatureStore may use the scale to return only a
51 51
 * representative subset of the data, or maybe to return Features with less
52 52
 * detail, like a point or a line instead of a polygon.
53 53
 * </p>
......
57 57
 * to set more parameters through the setAttribute method.
58 58
 * </p>
59 59
 *
60
 * @author <a href="mailto:cordin@disid.com">C?sar Ordi?ana</a>
60
 * @author <a href="mailto:cordin@disid.com">César Ordiñana</a>
61 61
 */
62 62
public class FeatureQuery extends DataQuery {
63 63

  

Also available in: Unified diff