org.deegree.tools.rendering.dem.builder.dag
Class FragmentInfo

java.lang.Object
  extended by org.deegree.tools.rendering.dem.builder.dag.FragmentInfo
All Implemented Interfaces:
Serializable

public class FragmentInfo
extends Object
implements Serializable

TODO comment me

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $
See Also:
Serialized Form

Field Summary
 int blobLength
           
 long blobPosition
           
 float geometricError
           
 int locationCode
           
 float maxX
           
 float maxY
           
 float maxZ
           
 float minX
           
 float minY
           
 float minZ
           
static int SIZE
           
 
Constructor Summary
FragmentInfo(MacroTriangle patch, long blobPosition, int blobLength)
           
 
Method Summary
 float[][] getBBox()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SIZE

public static final int SIZE
See Also:
Constant Field Values

locationCode

public int locationCode

geometricError

public float geometricError

minX

public float minX

minY

public float minY

minZ

public float minZ

maxX

public float maxX

maxY

public float maxY

maxZ

public float maxZ

blobPosition

public long blobPosition

blobLength

public int blobLength
Constructor Detail

FragmentInfo

public FragmentInfo(MacroTriangle patch,
                    long blobPosition,
                    int blobLength)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getBBox

public float[][] getBBox()


Copyright © 2011. All Rights Reserved.