oracle.spatial.geometry
Class JGeometry.ElementIterator

java.lang.Object
  extended by oracle.spatial.geometry.JGeometry.ElementIterator
Enclosing class:
JGeometry

protected static class JGeometry.ElementIterator
extends java.lang.Object


Field Summary
 int dim
           
 int ei
           
 int eitpr
           
 int[] elemInfo
           
 int etype
           
 int gtype
           
 boolean isCompound
           
 boolean isFirstElemOfCompound
           
 boolean isOrientedPoint
           
 boolean lastElem
           
 int nCoord
           
 int next_ord_offset
           
 int nextei
           
 int nSubElement
           
 int ord_offset
           
 double[] ordinates
           
 int orient_offset
           
 int original_etype
           
 int top_etype
           
 
Constructor Summary
JGeometry.ElementIterator(JGeometry geom)
           
 
Method Summary
 boolean next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ei

public int ei

nextei

public int nextei

dim

public int dim

gtype

public int gtype

elemInfo

public int[] elemInfo

ordinates

public double[] ordinates

ord_offset

public int ord_offset

etype

public int etype

original_etype

public int original_etype

top_etype

public int top_etype

eitpr

public int eitpr

next_ord_offset

public int next_ord_offset

nCoord

public int nCoord

nSubElement

public int nSubElement

lastElem

public boolean lastElem

isFirstElemOfCompound

public boolean isFirstElemOfCompound

isCompound

public boolean isCompound

isOrientedPoint

public boolean isOrientedPoint

orient_offset

public int orient_offset
Constructor Detail

JGeometry.ElementIterator

public JGeometry.ElementIterator(JGeometry geom)
Method Detail

next

public boolean next()