Uses of Class
healpix.essentials.RangeSet
-
Uses of RangeSet in healpix.essentials
Methods in healpix.essentials that return RangeSetModifier and TypeMethodDescriptionRangeSet.difference
(RangeSet other) Return the difference of this RangeSet and other.static RangeSet
RangeSet.fromArray
(long[] v) static RangeSet
RangeSet.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 RangeSet
HealpixProc.queryDiscInclusiveNest
(int order, Pointing ptg, double radius, int fact) static RangeSet
HealpixProc.queryDiscInclusiveRing
(int order, Pointing ptg, double radius, int fact) static RangeSet
HealpixProc.queryDiscNest
(int order, Pointing ptg, double radius) static RangeSet
HealpixProc.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 thevertex
array.HealpixBase.queryPolygonInclusive
(Pointing[] vertex, int fact) Returns a range set of pixels that overlap with the convex polygon defined by thevertex
array.static RangeSet
HealpixProc.queryPolygonInclusiveNest
(int order, Pointing[] vertex, int fact) static RangeSet
HealpixProc.queryPolygonInclusiveRing
(int order, Pointing[] vertex, int fact) static RangeSet
HealpixProc.queryPolygonNest
(int order, Pointing[] vertex) static RangeSet
HealpixProc.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 RangeSet
HealpixProc.queryStripNest
(int order, double theta1, double theta2, boolean inclusive) static RangeSet
HealpixProc.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 TypeMethodDescriptionvoid
Append an entire range set to the object.boolean
Returns true if the set completely contains "other", else false.boolean
RangeSet.containsAll
(RangeSet other) Deprecated.boolean
RangeSet.containsAny
(RangeSet other) Deprecated.RangeSet.difference
(RangeSet other) Return the difference of this RangeSet and other.static Moc
Moc.fromUniqRS
(RangeSet ru) RangeSet.intersection
(RangeSet other) Return the intersection of this RangeSet and other.boolean
Returns 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