Revision 631 2.1/trunk/org.gvsig.view3d/org.gvsig.view3d.swing/org.gvsig.view3d.swing.api/src/main/java/org/gvsig/view3d/swing/api/MapControl3D.java

View differences:

MapControl3D.java
211 211
    public boolean getScaleVisibility();
212 212

  
213 213
    /**
214
     * Forces reload all layers of <code>MapContext</code> associted.
214
     * Forces reload all layers of <code>MapContext</code> associated.
215 215
     * 
216 216
     * @see {@link MapControl3D#synchronizeLayers()}
217 217
     */
......
222 222
     * <code>MapContext</code> associated.
223 223
     */
224 224
    public void synchronizeViewPorts();
225

  
226
    /**
227
     * Synchronize with <code>MapContext</code> associted only layers with
228
     * changes. To force synchronize all layers use
229
     * {@link MapControl3D#reloadLayers()}.
230
     * 
231
     */
232
    public void synchronizeLayers();
233

  
234 225
}

Also available in: Unified diff