Uses of Class
healpix.essentials.RangeSet
- 
Uses of RangeSet in healpix.essentialsMethods in healpix.essentials that return RangeSetModifier and TypeMethodDescriptionRangeSet.difference(RangeSet other) Return the difference of this RangeSet and other.static RangeSetRangeSet.fromArray(long[] v) static RangeSetRangeSet.fromCompressed(byte[] data) Returns a RangeSet obtained by decompressing a byte array which was originally generated by toCompressed().Moc.getRangeSet()Returns the internal range set.RangeSet.intersection(RangeSet other) Return the intersection of this RangeSet and other.Returns a range set of pixels whose centers lie within a given disk.HealpixBase.queryDiscInclusive(Pointing ptg, double radius, int fact) Returns a range set of pixels which overlap with a given disk.static RangeSetHealpixProc.queryDiscInclusiveNest(int order, Pointing ptg, double radius, int fact) static RangeSetHealpixProc.queryDiscInclusiveRing(int order, Pointing ptg, double radius, int fact) static RangeSetHealpixProc.queryDiscNest(int order, Pointing ptg, double radius) static RangeSetHealpixProc.queryDiscRing(int order, Pointing ptg, double radius) HealpixBase.queryPolygon(Pointing[] vertex) Returns a range set of pixels whose centers lie within the convex polygon defined by thevertexarray.HealpixBase.queryPolygonInclusive(Pointing[] vertex, int fact) Returns a range set of pixels that overlap with the convex polygon defined by thevertexarray.static RangeSetHealpixProc.queryPolygonInclusiveNest(int order, Pointing[] vertex, int fact) static RangeSetHealpixProc.queryPolygonInclusiveRing(int order, Pointing[] vertex, int fact) static RangeSetHealpixProc.queryPolygonNest(int order, Pointing[] vertex) static RangeSetHealpixProc.queryPolygonRing(int order, Pointing[] vertex) HealpixBase.queryStrip(double theta1, double theta2, boolean inclusive) Returns a range set of pixels whose centers lie within a given latitude range (ifinclusive==false), or which overlap with this range (ifinclusive==true).static RangeSetHealpixProc.queryStripNest(int order, double theta1, double theta2, boolean inclusive) static RangeSetHealpixProc.queryStripRing(int order, double theta1, double theta2, boolean inclusive) Moc.toUniqRS()Return the union of this RangeSet and other.Methods in healpix.essentials with parameters of type RangeSetModifier and TypeMethodDescriptionvoidAppend an entire range set to the object.booleanReturns true if the set completely contains "other", else false.booleanRangeSet.containsAll(RangeSet other) Deprecated.booleanRangeSet.containsAny(RangeSet other) Deprecated.RangeSet.difference(RangeSet other) Return the difference of this RangeSet and other.static MocMoc.fromUniqRS(RangeSet ru) RangeSet.intersection(RangeSet other) Return the intersection of this RangeSet and other.booleanReturns true if there is overlap between the set and "other", else false.Return the union of this RangeSet and other.Constructors in healpix.essentials with parameters of type RangeSet