Revision 6302 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
135 135
     * @return If supports writing or not
136 136
     */
137 137
    public boolean isReadOnly();
138
    
139
    /**
140
     * Gets information about this band.
141
     * 
142
     * @return A {@link BandInfo} with information about band. If there is not
143
     *         Band information, this method will return <code>null</code>
144
     */
145
    public BandInfo getBandInfo();
138 146

  
139

  
140 147
    /**
141 148
     * A Band which elements are bytes.
142 149
     *

Also available in: Unified diff