Revision 318 2.0/trunk/org.gvsig.gvsig3d/org.gvsig.gvsig3d.lib/org.gvsig.gvsig3d.lib.api/src/main/java/org/gvsig/gvsig3d/map3d/Layer3DProps.java

View differences:

Layer3DProps.java
172 172
     * @param ex
173 173
     */
174 174
    public void setVerticalEx(float ex);
175
    
176
    /**
177
     * Sets which band is used for the elevation
178
     * 
179
     * @param band
180
     */
181
    public void setElevationBand(int band);
182
    
183
    /**
184
     * Gets which band is used for the elevation
185
     */
186
    public int getElevationBand();
187
    
188
    
175 189

  
176 190
    /**
177 191
     * Get the height that this layer has when it draws in 3D

Also available in: Unified diff