Uses of Class
com.esri.core.geometry.SegmentIntersector.IntersectionPart
-
Packages that use SegmentIntersector.IntersectionPart Package Description com.esri.core.geometry -
-
Uses of SegmentIntersector.IntersectionPart in com.esri.core.geometry
Fields in com.esri.core.geometry with type parameters of type SegmentIntersector.IntersectionPart Modifier and Type Field Description private java.util.ArrayList<SegmentIntersector.IntersectionPart>SegmentIntersector. m_input_segmentsprivate java.util.ArrayList<SegmentIntersector.IntersectionPart>SegmentIntersector. m_recycled_intersection_partsprivate java.util.ArrayList<SegmentIntersector.IntersectionPart>SegmentIntersector. m_result_segments_1private java.util.ArrayList<SegmentIntersector.IntersectionPart>SegmentIntersector. m_result_segments_2Methods in com.esri.core.geometry that return SegmentIntersector.IntersectionPart Modifier and Type Method Description private SegmentIntersector.IntersectionPartSegmentIntersector. getResultPart_(int input_segment_index, int segment_index)private SegmentIntersector.IntersectionPartSegmentIntersector. newIntersectionPart_(Segment _seg)Methods in com.esri.core.geometry with parameters of type SegmentIntersector.IntersectionPart Modifier and Type Method Description private voidSegmentIntersector. recycle_(SegmentIntersector.IntersectionPart part)Method parameters in com.esri.core.geometry with type arguments of type SegmentIntersector.IntersectionPart Modifier and Type Method Description private voidSegmentIntersector. recycle_(java.util.ArrayList<SegmentIntersector.IntersectionPart> parts)
-