Package com.esri.core.geometry
Class OperatorUnionCursor.Geom_pair
- java.lang.Object
-
- com.esri.core.geometry.OperatorUnionCursor.Geom_pair
-
- Enclosing class:
- OperatorUnionCursor
private static final class OperatorUnionCursor.Geom_pair extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Geometry
geom
(package private) boolean
unioned
(package private) int
vertex_count
-
Constructor Summary
Constructors Modifier Constructor Description private
Geom_pair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
init()
-
-
-
Field Detail
-
geom
Geometry geom
-
vertex_count
int vertex_count
-
unioned
boolean unioned
-
-