Uses of Class
com.esri.core.geometry.Cutter.CutEvent
Packages that use Cutter.CutEvent
-
Uses of Cutter.CutEvent in com.esri.core.geometry
Methods in com.esri.core.geometry that return types with arguments of type Cutter.CutEventModifier and TypeMethodDescriptionprivate static ArrayList
<Cutter.CutEvent> Cutter._getCutEvents
(int orderIndex, EditShape editShape) Method parameters in com.esri.core.geometry with type arguments of type Cutter.CutEventModifier and TypeMethodDescription(package private) static void
Cutter._Cut
(boolean bConsiderTouch, boolean bLocalCutsOnly, ArrayList<Cutter.CutEvent> cutEvents, EditShape shape, ArrayList<OperatorCutLocal.CutPair> cutPairs, AttributeStreamOfInt32 segmentCounts) (package private) static boolean
Cutter._cutteeCutterEvents
(int eventIndex, int eventIndexTemp, EditShape editShape, ArrayList<Cutter.CutEvent> cutEvents, ArrayList<Cutter.CutEvent> cutEventsTemp, int ipartCuttee, int ivertexCuttee, int ipartCutter, int ivertexCutter) private static boolean
Cutter._cutteeEndCutterEndEvent
(int eventIndex, EditShape editShape, ArrayList<Cutter.CutEvent> cutEvents, int ipartCuttee, int ivertexCuttee, int ipartCutter, int ivertexCutter) private static boolean
Cutter._cutteeEndCutterStartEvent
(int eventIndex, EditShape editShape, ArrayList<Cutter.CutEvent> cutEvents, int ipartCuttee, int ivertexCuttee, int ipartCutter, int ivertexCutter) private static boolean
Cutter._cutteeStartCutterEndEvent
(int eventIndex, EditShape editShape, ArrayList<Cutter.CutEvent> cutEvents, int ipartCuttee, int ivertexCuttee, int ipartCutter, int ivertexCutter, int ifirstVertexCuttee) private static boolean
Cutter._cutteeStartCutterStartEvent
(int eventIndex, EditShape editShape, ArrayList<Cutter.CutEvent> cutEvents, int ipartCuttee, int ivertexCuttee, int ipartCutter, int ivertexCutter, int ifirstVertexCuttee) (package private) static boolean
Cutter._cutteeTangents
(EditShape shape, ArrayList<Cutter.CutEvent> cutEvents, int icutEvent, int ipath, int ivertex, Point2D tangent2, Point2D tangent3) (package private) static boolean
Cutter._cutterEndTangents
(boolean bConsiderTouch, EditShape shape, ArrayList<Cutter.CutEvent> cutEvents, int icutEvent, Point2D tangent0, Point2D tangent1) (package private) static boolean
Cutter._cutterStartTangents
(boolean bConsiderTouch, EditShape shape, ArrayList<Cutter.CutEvent> cutEvents, int icutEvent, Point2D tangent0, Point2D tangent1) (package private) static boolean
Cutter._cutterTangents
(boolean bConsiderTouch, EditShape shape, ArrayList<Cutter.CutEvent> cutEvents, int icutEvent, Point2D tangent0, Point2D tangent1)