Uses of Enum Class
healpix.essentials.Scheme
-
Uses of Scheme in healpix.essentials
Fields in healpix.essentials declared as SchemeMethods in healpix.essentials that return SchemeModifier and TypeMethodDescriptionHealpixBase.getScheme()
Returns the current ordering scheme.static Scheme
Returns the enum constant of this class with the specified name.static Scheme[]
Scheme.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in healpix.essentials with parameters of type SchemeModifier and TypeMethodDescriptionvoid
HealpixMapDouble.setDataAndScheme
(double[] data_in, Scheme scheme_in) Adjusts the object to scheme_in, and sets pixel data to data_in.void
HealpixMapFloat.setDataAndScheme
(float[] data_in, Scheme scheme_in) Adjusts the object to scheme_in, and sets pixel data to data_in.void
HealpixBase.setNsideAndScheme
(long nside_in, Scheme scheme_in) Adjusts the object to nside_in and scheme_in.void
HealpixMapDouble.setNsideAndScheme
(long nside_in, Scheme scheme_in) Adjusts the object to nside_in and scheme_in.void
HealpixMapFloat.setNsideAndScheme
(long nside_in, Scheme scheme_in) Adjusts the object to nside_in and scheme_in.void
Adjusts the object to scheme.Constructors in healpix.essentials with parameters of type SchemeModifierConstructorDescriptionHealpixBase
(long nside_in, Scheme scheme_in) Initializes the object to a user-supplied Nside and ordering scheme.HealpixMapDouble
(double[] data_in, Scheme scheme_in) HealpixMapDouble
(long nside_in, Scheme scheme_in) HealpixMapFloat
(float[] data_in, Scheme scheme_in) HealpixMapFloat
(long nside_in, Scheme scheme_in)