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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic enum
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
MocQuerypublic MocQuery()
 
- 
- 
Method Details- 
doMocQuerypublic static Moc doMocQuery(int order, ArrayList<MocQuery.MocQueryComponent> comp) throws Exception - Throws:
- Exception
 
- 
doMocQueryInclusivepublic static Moc doMocQueryInclusive(int order, int omax, ArrayList<MocQuery.MocQueryComponent> comp) throws Exception - Throws:
- Exception
 
- 
prepPolyHelperpublic static ArrayList<MocQuery.MocQueryComponent> prepPolyHelper(Vec3[] vv, int[] P, ArrayList<MocQuery.MocQueryComponent> comp, boolean doLast) throws Exception - Throws:
- Exception
 
- 
prepPolygonpublic static ArrayList<MocQuery.MocQueryComponent> prepPolygon(ArrayList<Vec3> vertex) throws Exception - Throws:
- Exception
 
- 
queryGeneralPolygon- Throws:
- Exception
 
- 
queryGeneralPolygonInclusivepublic static Moc queryGeneralPolygonInclusive(ArrayList<Vec3> vertex, int order, int omax) throws Exception - Throws:
- Exception
 
 
-