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_segments
private java.util.ArrayList<SegmentIntersector.IntersectionPart>
SegmentIntersector. m_recycled_intersection_parts
private java.util.ArrayList<SegmentIntersector.IntersectionPart>
SegmentIntersector. m_result_segments_1
private java.util.ArrayList<SegmentIntersector.IntersectionPart>
SegmentIntersector. m_result_segments_2
Methods in com.esri.core.geometry that return SegmentIntersector.IntersectionPart Modifier and Type Method Description private SegmentIntersector.IntersectionPart
SegmentIntersector. getResultPart_(int input_segment_index, int segment_index)
private SegmentIntersector.IntersectionPart
SegmentIntersector. newIntersectionPart_(Segment _seg)
Methods in com.esri.core.geometry with parameters of type SegmentIntersector.IntersectionPart Modifier and Type Method Description private void
SegmentIntersector. recycle_(SegmentIntersector.IntersectionPart part)
Method parameters in com.esri.core.geometry with type arguments of type SegmentIntersector.IntersectionPart Modifier and Type Method Description private void
SegmentIntersector. recycle_(java.util.ArrayList<SegmentIntersector.IntersectionPart> parts)
-