igeo.io
Class I3DXML.TextureCoordinatesBufferType

java.lang.Object
  extended by igeo.io.I3DXML.TextureCoordinatesBufferType
Enclosing class:
I3DXML

public static class I3DXML.TextureCoordinatesBufferType
extends java.lang.Object


Nested Class Summary
static class I3DXML.TextureCoordinatesBufferType.TextureDimensionType
           
 
Field Summary
 int channel
           
 I3DXML.TextureCoordinatesBufferType.TextureDimensionType dimension
           
 double[][] textureXYZ
           
 java.lang.String value
           
 
Constructor Summary
I3DXML.TextureCoordinatesBufferType()
           
I3DXML.TextureCoordinatesBufferType(I3DXML.TextureCoordinatesBufferType t)
           
 
Method Summary
 void setTextureCoordinates(java.lang.String coordinatesStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.String value

channel

public int channel

dimension

public I3DXML.TextureCoordinatesBufferType.TextureDimensionType dimension

textureXYZ

public double[][] textureXYZ
Constructor Detail

I3DXML.TextureCoordinatesBufferType

public I3DXML.TextureCoordinatesBufferType()

I3DXML.TextureCoordinatesBufferType

public I3DXML.TextureCoordinatesBufferType(I3DXML.TextureCoordinatesBufferType t)
Method Detail

setTextureCoordinates

public void setTextureCoordinates(java.lang.String coordinatesStr)