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 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
Constructors Constructor Description ElementIterator(JGeometry geom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
next()
-
-
-
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)
-
-