Uses of Class
com.google.common.geometry.S2RegionCoverer.Candidate
-
Uses of S2RegionCoverer.Candidate in com.google.common.geometry
Fields in com.google.common.geometry declared as S2RegionCoverer.CandidateModifier and TypeFieldDescriptionprivate S2RegionCoverer.CandidateS2RegionCoverer.QueueEntry.candidateprivate S2RegionCoverer.Candidate[]S2RegionCoverer.Candidate.childrenMethods in com.google.common.geometry that return S2RegionCoverer.CandidateModifier and TypeMethodDescriptionprivate S2RegionCoverer.CandidateS2RegionCoverer.ActiveCovering.newCandidate(S2Cell cell) If the cell intersects the given region, return a new candidate with no children, otherwise return null.Methods in com.google.common.geometry with parameters of type S2RegionCoverer.CandidateModifier and TypeMethodDescriptionprivate voidS2RegionCoverer.ActiveCovering.addCandidate(S2RegionCoverer.Candidate candidate) Process a candidate by either adding it to the result list or expanding its children and inserting it into the priority queue.private intS2RegionCoverer.ActiveCovering.expandChildren(S2RegionCoverer.Candidate candidate, S2Cell cell, int numLevels) Populate the children of "candidate" by expanding the given number of levels from the given cell.Constructors in com.google.common.geometry with parameters of type S2RegionCoverer.Candidate