Revision 1691 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/VectorialDriver.java

View differences:

VectorialDriver.java
60 60
	 * @return tipo de shape.
61 61
	 */
62 62
	int getShapeType();
63

  
63 64
	
64 65
	/**
66
     * Obtiene el n?mero de geometr?as que contiene
67
     * la capa
68
     *
69
     * @return int
70
     *
71
     * @throws IOException Si se produce alg?n error
72
     */
73
    int getShapeCount() throws IOException;
74
	
75
	/**
65 76
	 * Devuelve los atributos que necesitemos conocer de un driver.
66 77
	 * Por ejemplo, si se carga en memoria, o cualquier otra cosa que
67 78
	 * necesitemos. Pasa a trav?s del adapter para que una FLayer pueda
......
72 83
	 */
73 84
	DriverAttributes getDriverAttributes();
74 85

  
75
    /**
76
     * Obtiene del fichero abierto en open la geometr?a index-?sima
77
     *
78
     * @param index ?ndice de la geometr?a que se quiere obtener
79
     *
80
     * @return IGeometry. Construida mediante llamadas a ShapeFactory
81
     *
82
     * @throws IOException Si se produce alg?n error
83
     */
84
    IGeometry getShape(int index) throws IOException;
85 86

  
86 87
    /**
87 88
     * Obtiene el bounding box de la capa

Also available in: Unified diff