com.partnersoft.maps.file
Class LiteralPointSet
java.lang.Object
com.partnersoft.maps.file.LiteralPointSet
public class LiteralPointSet
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pointCount
public int pointCount
coordinates
public java.nio.FloatBuffer coordinates
colors
public java.nio.ByteBuffer colors
LiteralPointSet
public LiteralPointSet(LiteralPointTile tile,
DynamicByteArray innie,
int pointCount)
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)