Package com.esri.core.geometry
Class OperatorUnionCursor.Bin_type
- java.lang.Object
-
- com.esri.core.geometry.OperatorUnionCursor.Bin_type
-
- Enclosing class:
- OperatorUnionCursor
static final class OperatorUnionCursor.Bin_type extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
bin_vertex_count
(package private) java.util.ArrayList<OperatorUnionCursor.Geom_pair>
geometries
-
Constructor Summary
Constructors Constructor Description Bin_type()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
add_pair(OperatorUnionCursor.Geom_pair geom)
(package private) OperatorUnionCursor.Geom_pair
back_pair()
(package private) int
geom_count()
(package private) void
pop_pair()
-
-
-
Field Detail
-
bin_vertex_count
int bin_vertex_count
-
geometries
java.util.ArrayList<OperatorUnionCursor.Geom_pair> geometries
-
-
Method Detail
-
add_pair
void add_pair(OperatorUnionCursor.Geom_pair geom)
-
pop_pair
void pop_pair()
-
back_pair
OperatorUnionCursor.Geom_pair back_pair()
-
geom_count
int geom_count()
-
-