com.partnersoft.maps.file
Class LiteralPointSet

java.lang.Object
  extended by com.partnersoft.maps.file.LiteralPointSet

public class LiteralPointSet
extends java.lang.Object


Field Summary
 java.nio.ByteBuffer colors
           
 java.nio.FloatBuffer coordinates
           
 int pointCount
           
 
Constructor Summary
LiteralPointSet(LiteralPointTile tile, DynamicByteArray innie, int pointCount)
           
 
Method Summary
 java.nio.ByteBuffer getColors()
           
 java.nio.FloatBuffer getCoordinates()
           
 int getPointCount()
           
 LiteralPointTile getTile()
           
 void renderTo(javax.media.opengl.GL gl, boolean tilted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pointCount

public int pointCount

coordinates

public java.nio.FloatBuffer coordinates

colors

public java.nio.ByteBuffer colors
Constructor Detail

LiteralPointSet

public LiteralPointSet(LiteralPointTile tile,
                       DynamicByteArray innie,
                       int pointCount)
Method Detail

getTile

public LiteralPointTile getTile()

getPointCount

public int getPointCount()

getCoordinates

public java.nio.FloatBuffer getCoordinates()

getColors

public java.nio.ByteBuffer getColors()

renderTo

public void renderTo(javax.media.opengl.GL gl,
                     boolean tilted)