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
Modifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Moc
doMocQuery
(int order, ArrayList<MocQuery.MocQueryComponent> comp) static Moc
doMocQueryInclusive
(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 Moc
queryGeneralPolygon
(ArrayList<Vec3> vertex, int order) static Moc
queryGeneralPolygonInclusive
(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
-