Package com.esri.core.geometry
Class TopoGraph.TopoGraphAngleComparer
- java.lang.Object
-
- com.esri.core.geometry.AttributeStreamOfInt32.IntComparator
-
- com.esri.core.geometry.TopoGraph.TopoGraphAngleComparer
-
- Enclosing class:
- TopoGraph
static final class TopoGraph.TopoGraphAngleComparer extends AttributeStreamOfInt32.IntComparator
-
-
Constructor Summary
Constructors Constructor Description TopoGraphAngleComparer(TopoGraph parent_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(int v1, int v2)
-
-
-
Field Detail
-
m_parent
TopoGraph m_parent
-
-
Constructor Detail
-
TopoGraphAngleComparer
TopoGraphAngleComparer(TopoGraph parent_)
-
-
Method Detail
-
compare
public int compare(int v1, int v2)
- Specified by:
compare
in classAttributeStreamOfInt32.IntComparator
-
-