Maven module :un.api : api-geometry :
Class :
un.api.geometry.DefaultTupleIterator
Extends/Implements :
un.api.geometry.TupleIterator
Subclasses : -
Variables :
sm,
coordinate,
finished
Functions :
DefaultTupleIterator,
getCoordinate,
moveNext,
next,
nextAsBoolean,
nextAsByte,
nextAsUByte,
nextAsShort,
nextAsUShort,
nextAsInt,
nextAsUInt,
nextAsLong,
nextAsFloat,
nextAsDouble
protected TupleBuffer
sm
protected int[]
coordinate
protected boolean
finished
public void
DefaultTupleIterator (TupleBuffer sm, BBox bbox)
public int[]
getCoordinate ()
protected void
moveNext ()
public Object
next ()
public boolean[]
nextAsBoolean (boolean[] buffer)
public byte[]
nextAsByte (byte[] buffer)
public int[]
nextAsUByte (int[] buffer)
public short[]
nextAsShort (short[] buffer)
public int[]
nextAsUShort (int[] buffer)
public int[]
nextAsInt (int[] buffer)
public long[]
nextAsUInt (long[] buffer)
public long[]
nextAsLong (long[] buffer)
public float[]
nextAsFloat (float[] buffer)
public double[]
nextAsDouble (double[] buffer)
author Johann Sorel