|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.rendering.r3d.multiresolution.io.MeshFragmentDataReader
public class MeshFragmentDataReader
This class opens a channel to a file containing meshfragments.
Constructor Summary | |
---|---|
MeshFragmentDataReader(File meshFragments,
DirectByteBufferPool directBufferPool)
Construct access to a file containing mesh fragments. |
|
MeshFragmentDataReader(File meshFragments,
DirectByteBufferPool directBufferPool,
int rowsPerMt)
Construct access to a file containing mesh fragments. |
Method Summary | |
---|---|
DirectByteBufferPool |
getDirectBufferPool()
|
MeshFragmentData |
read(int fragmentId,
long offset,
int length)
Read meshdata from the file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MeshFragmentDataReader(File meshFragments, DirectByteBufferPool directBufferPool) throws FileNotFoundException
meshFragments
- directBufferPool
-
FileNotFoundException
public MeshFragmentDataReader(File meshFragments, DirectByteBufferPool directBufferPool, int rowsPerMt) throws FileNotFoundException
meshFragments
- directBufferPool
-
FileNotFoundException
Method Detail |
---|
public MeshFragmentData read(int fragmentId, long offset, int length) throws IOException
fragmentId
- offset
- length
-
IOException
public DirectByteBufferPool getDirectBufferPool()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |