Package healpix.essentials
Class MocQuery
java.lang.Object
healpix.essentials.MocQuery
Support for MOC queries.
- Author:
- Martin Reinecke
- Copyright:
- 2015 Max-Planck-Society
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MocdoMocQuery(int order, ArrayList<MocQuery.MocQueryComponent> comp) static MocdoMocQueryInclusive(int order, int omax, ArrayList<MocQuery.MocQueryComponent> comp) static ArrayList<MocQuery.MocQueryComponent>prepPolygon(ArrayList<Vec3> vertex) static ArrayList<MocQuery.MocQueryComponent>prepPolyHelper(Vec3[] vv, int[] P, ArrayList<MocQuery.MocQueryComponent> comp, boolean doLast) static MocqueryGeneralPolygon(ArrayList<Vec3> vertex, int order) static MocqueryGeneralPolygonInclusive(ArrayList<Vec3> vertex, int order, int omax)
-
Constructor Details
-
MocQuery
public MocQuery()
-
-
Method Details
-
doMocQuery
public static Moc doMocQuery(int order, ArrayList<MocQuery.MocQueryComponent> comp) throws Exception - Throws:
Exception
-
doMocQueryInclusive
public static Moc doMocQueryInclusive(int order, int omax, ArrayList<MocQuery.MocQueryComponent> comp) throws Exception - Throws:
Exception
-
prepPolyHelper
public static ArrayList<MocQuery.MocQueryComponent> prepPolyHelper(Vec3[] vv, int[] P, ArrayList<MocQuery.MocQueryComponent> comp, boolean doLast) throws Exception - Throws:
Exception
-
prepPolygon
public static ArrayList<MocQuery.MocQueryComponent> prepPolygon(ArrayList<Vec3> vertex) throws Exception - Throws:
Exception
-
queryGeneralPolygon
- Throws:
Exception
-
queryGeneralPolygonInclusive
public static Moc queryGeneralPolygonInclusive(ArrayList<Vec3> vertex, int order, int omax) throws Exception - Throws:
Exception
-