Uses of Class
com.google.common.geometry.S2Shape.MutableEdge
-
Uses of S2Shape.MutableEdge in com.google.common.geometry
Fields in com.google.common.geometry declared as S2Shape.MutableEdgeModifier and TypeFieldDescriptionprivate final S2Shape.MutableEdgeS2EdgeQuery.CrossingFilter.edgeprivate final S2Shape.MutableEdgeS2ShapeIndexRegion.edgeTemporary edge for internal usage.Methods in com.google.common.geometry with parameters of type S2Shape.MutableEdgeModifier and TypeMethodDescriptionvoidS2Edge.getChainEdge(int chainId, int offset, S2Shape.MutableEdge result) voidS2Loop.getChainEdge(int chainId, int offset, S2Shape.MutableEdge result) voidS2Point.Shape.getChainEdge(int chainId, int offset, S2Shape.MutableEdge result) voidS2Polygon.Shape.getChainEdge(int chainId, int offset, S2Shape.MutableEdge result) voidS2Polyline.getChainEdge(int chainId, int offset, S2Shape.MutableEdge result) voidS2Shape.getChainEdge(int chainId, int offset, S2Shape.MutableEdge result) Returns the edge for the given chain id and offset inresult.default voidS2ShapeAspect.EdgeAspect.Closed.getChainEdge(int chainId, int edgeOffset, S2Shape.MutableEdge result) voidS2ShapeAspect.EdgeAspect.getChainEdge(int chainId, int edgeOffset, S2Shape.MutableEdge result) default voidS2ShapeAspect.EdgeAspect.Open.getChainEdge(int chainId, int edgeOffset, S2Shape.MutableEdge result) voidS2ShapeUtil.S2EdgeVectorShape.getChainEdge(int chainId, int offset, S2Shape.MutableEdge result) voidS2Edge.getEdge(int index, S2Shape.MutableEdge result) voidS2Loop.getEdge(int index, S2Shape.MutableEdge result) voidS2Point.Shape.getEdge(int index, S2Shape.MutableEdge result) voidS2Polyline.getEdge(int index, S2Shape.MutableEdge result) voidS2Shape.getEdge(int index, S2Shape.MutableEdge result) Returns the edge for the given index inresult.default voidS2ShapeAspect.EdgeAspect.Closed.getEdge(int edgeId, S2Shape.MutableEdge result) voidS2ShapeAspect.EdgeAspect.getEdge(int edgeId, S2Shape.MutableEdge result) default voidS2ShapeAspect.EdgeAspect.Open.getEdge(int edgeId, S2Shape.MutableEdge result) voidS2ShapeUtil.S2EdgeVectorShape.getEdge(int index, S2Shape.MutableEdge result) (package private) booleanS2ContainsPointQuery.visitIncidentEdges(S2Point p, S2ContainsPointQuery.EdgeVisitor visitor, S2Shape.MutableEdge tmp) Visits each edge in the index that is incident topexactly once, and returns true, or terminates early and returns false ifvisitorreturns false.