Revision 6303 org.gvsig.raster/branches/org.gvsig.raster.2.4/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.buffer/org.gvsig.raster.lib.buffer.api/src/main/java/org/gvsig/raster/lib/buffer/api/Band.java

View differences:

Band.java
137 137
    public boolean isReadOnly();
138 138
    
139 139
    /**
140
     * Gets information about this band.
140
     * Gets information about the specified band. If band does not have
141
     * information, it will return <code>null</code>
141 142
     * 
142
     * @return A {@link BandInfo} with information about band. If there is not
143
     *         Band information, this method will return <code>null</code>
143
     * @param band
144
     *            The specified band
145
     * @return Returns information about specified band.
144 146
     */
145 147
    public BandInfo getBandInfo();
146 148

  

Also available in: Unified diff