Uses of Class
com.esri.core.geometry.MultiPathImpl
-
Packages that use MultiPathImpl Package Description com.esri.core.geometry -
-
Uses of MultiPathImpl in com.esri.core.geometry
Fields in com.esri.core.geometry declared as MultiPathImpl Modifier and Type Field Description (package private) MultiPathImplMultiPath. m_implprivate MultiPathImplPairwiseIntersectorImpl. m_multi_path_impl_aprivate MultiPathImplPairwiseIntersectorImpl. m_multi_path_impl_bprotected MultiPathImplSegmentIteratorImpl. m_parentMethods in com.esri.core.geometry with parameters of type MultiPathImpl Modifier and Type Method Description voidMultiPathImpl. add(MultiPathImpl src, boolean bReversePaths)private voidBufferer. addCircle_(MultiPathImpl result_mp, Point point)private voidBufferer. addJoin_(MultiPathImpl dst, Point2D center, Point2D fromPt, Point2D toPt, boolean bStartPath, boolean bFinishAtToPt)voidMultiPathImpl. addPath(MultiPathImpl src, int srcPathIndex, boolean bForward)voidMultiPathImpl. addSegmentsFromPath(MultiPathImpl src, int src_path_index, int src_segment_from, int src_segment_count, boolean b_start_new_path)private intBufferer. bufferClosedPath_(Geometry input_geom, int ipath, MultiPathImpl result_mp, boolean bfilter, int dir)(package private) static QuadTreeImplInternalUtils. buildQuadTree(MultiPathImpl multipathImpl)(package private) static QuadTreeImplInternalUtils. buildQuadTree(MultiPathImpl multipathImpl, Envelope2D extentOfInterest)(package private) static QuadTreeInternalUtils. buildQuadTreeForOnePath(MultiPathImpl multipathImpl, int path)(package private) static QuadTreeImplInternalUtils. buildQuadTreeForPaths(MultiPathImpl multipathImpl)(package private) voidRasterizedGeometry2DImpl. fillMultiPath(SimpleRasterizer rasterizer, Transformation2D trans, MultiPathImpl polygon, boolean isWinding)private voidOperatorGeneralizeCursor. GeneralizePath(MultiPathImpl mpsrc, int ipath, MultiPathImpl mpdst, Line lineHelper)(package private) static Envelope2DIntersectorImplInternalUtils. getEnvelope2DIntersector(MultiPathImpl multipathImplA, MultiPathImpl multipathImplB, double tolerance)(package private) static Envelope2DIntersectorImplInternalUtils. getEnvelope2DIntersectorForParts(MultiPathImpl multipathImplA, MultiPathImpl multipathImplB, double tolerance, boolean bExteriorOnlyA, boolean bExteriorOnlyB)voidMultiPathImpl. insertPath(int pathIndex, MultiPathImpl src, int srcPathIndex, boolean bForward)voidMultiPathImpl. insertPoints(int pathIndex, int beforePointIndex, MultiPathImpl src, int srcPathIndex, int srcPointIndexFrom, int srcPointCount, boolean bForward)(package private) static booleanInternalUtils. isClockwiseRing(MultiPathImpl polygon, int iring)private booleanBufferer. isDegeneratePath_(MultiPathImpl mp_impl, int ipath)static intPointInPolygonHelper. isPointInRing(MultiPathImpl inputPolygonImpl, int iRing, Point2D inputPoint, double tolerance, QuadTree quadTree)private voidBufferer. processBufferCommands_(MultiPathImpl result_mp)(package private) voidRasterizedGeometry2DImpl. strokeDrawPolyPath(SimpleRasterizer rasterizer, MultiPathImpl polyPath, double tol)Constructors in com.esri.core.geometry with parameters of type MultiPathImpl Constructor Description PairwiseIntersectorImpl(MultiPathImpl multi_path_impl_a, MultiPathImpl multi_path_impl_b, double tolerance, boolean b_paths)SegmentIteratorImpl(MultiPathImpl parent)SegmentIteratorImpl(MultiPathImpl parent, int pointIndex)SegmentIteratorImpl(MultiPathImpl parent, int pathIndex, int segmentIndex)
-