Uses of Enum Class
healpix.essentials.Scheme
- 
Uses of Scheme in healpix.essentialsFields in healpix.essentials declared as SchemeMethods in healpix.essentials that return SchemeModifier and TypeMethodDescriptionHealpixBase.getScheme()Returns the current ordering scheme.static SchemeReturns 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 TypeMethodDescriptionvoidHealpixMapDouble.setDataAndScheme(double[] data_in, Scheme scheme_in) Adjusts the object to scheme_in, and sets pixel data to data_in.voidHealpixMapFloat.setDataAndScheme(float[] data_in, Scheme scheme_in) Adjusts the object to scheme_in, and sets pixel data to data_in.voidHealpixBase.setNsideAndScheme(long nside_in, Scheme scheme_in) Adjusts the object to nside_in and scheme_in.voidHealpixMapDouble.setNsideAndScheme(long nside_in, Scheme scheme_in) Adjusts the object to nside_in and scheme_in.voidHealpixMapFloat.setNsideAndScheme(long nside_in, Scheme scheme_in) Adjusts the object to nside_in and scheme_in.voidAdjusts 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)