Package oracle.spatial.geometry
Class JGeometry.ElementIterator
- java.lang.Object
-
- oracle.spatial.geometry.JGeometry.ElementIterator
-
- Enclosing class:
- JGeometry
protected static class JGeometry.ElementIterator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intdiminteiinteitprint[]elemInfointetypeintgtypebooleanisCompoundbooleanisFirstElemOfCompoundbooleanisOrientedPointbooleanlastElemintnCoordintnext_ord_offsetintnexteiintnSubElementintord_offsetdouble[]ordinatesintorient_offsetintoriginal_etypeinttop_etype
-
Constructor Summary
Constructors Constructor Description ElementIterator(JGeometry geom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleannext()
-
-
-
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
-
ElementIterator
public ElementIterator(JGeometry geom)
-
-