org.deegree.rendering.r3d.multiresolution.crit
Class Finest

java.lang.Object
  extended by org.deegree.rendering.r3d.multiresolution.crit.Finest
All Implemented Interfaces:
LODCriterion

public class Finest
extends Object
implements LODCriterion

LODCriterion that requests the finest LOD available in a MultiresolutionMesh.

Version:
$Revision: 30126 $, $Date: 2011-03-22 11:11:00 +0100 (Tue, 22 Mar 2011) $
Author:
Markus Schneider, last edited by: $Author: aschmitz $

Field Summary
 
Fields inherited from interface org.deegree.rendering.r3d.multiresolution.crit.LODCriterion
COARSEST, FINEST
 
Constructor Summary
Finest()
           
 
Method Summary
 boolean needsRefinement(Arc arc)
          Always returns true, so all available refinements are applied -> the resulting LOD is the finest one available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Finest

public Finest()
Method Detail

needsRefinement

public boolean needsRefinement(Arc arc)
Always returns true, so all available refinements are applied -> the resulting LOD is the finest one available.

Specified by:
needsRefinement in interface LODCriterion
Parameters:
arc - arc to be checked
Returns:
always true


Copyright © 2011. All Rights Reserved.