Revision 44077 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/FeatureType.java

View differences:

FeatureType.java
70 70
 * <li>Getting a copy of the FeatureType.
71 71
 * <li>Getting the default geometry attribute.
72 72
 * <li>Getting the default spatial reference system.
73
 * <ul/>
73
 * </ul>
74 74
 */
75 75
public interface FeatureType extends DynClass, Iterable<FeatureAttributeDescriptor> {
76 76

  
......
288 288
     * @return
289 289
     *          the default time attribute
290 290
     */
291
	public FeatureAttributeDescriptor getDefaultTimeAttribute();
291
    public FeatureAttributeDescriptor getDefaultTimeAttribute();
292 292

  
293 293
    /**
294
     * Returns the name of the attribute that will be used as default
295
     * geometry attribute for those processes that require a geometry (for
296
     * instance rendering).
297
     *
298
     * @return
299
     * 		name of the default geometry attribute.
300
     */
301
    public String getDefaultTimeAttributeName();
302

  
303
    /**
304
     * Returns the index of the attribute that will be used as default
305
     * geometry attribute.
306
     *
307
     * @return
308
     * 		index of the default geometry attribute.
309
     */
310
    public int getDefaultTimeAttributeIndex();
311

  
312
    /**
294 313
     * Return the store associated to this type.
295 314
     * 
296 315
     * @return the FeatureStore of the type.

Also available in: Unified diff