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

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

public class Coarsest
extends Object
implements LODCriterion

LODCriterion that requests the coarsest 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
Coarsest()
           
 
Method Summary
 boolean needsRefinement(Arc arc)
          Always returns false, so no refinements are applied -> the resulting LOD is the coarsest available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coarsest

public Coarsest()
Method Detail

needsRefinement

public boolean needsRefinement(Arc arc)
Always returns false, so no refinements are applied -> the resulting LOD is the coarsest available.

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


Copyright © 2011. All Rights Reserved.