healpix.core
Class EquatorNestFace
java.lang.Object
healpix.core.NestedFace
healpix.core.EquatorNestFace
- public class EquatorNestFace
- extends NestedFace
Methods inherited from class healpix.core.NestedFace |
adjacentFaces, adjacentFaces, assemble, assemble, box, faceNum, fillBoxECorner, fillBoxNE, fillBoxNW, fillBoxSE, fillBoxSW, fillBoxVal, fillBoxWCorner, getFace, internalNeigh, neighbours, neighbours, pix2xy, pixEside, pixNcorner, pixNside, pixScorner, pixSside, pixWside, xy2pix, xy2pix |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EquatorNestFace
public EquatorNestFace(int facenum,
NestedMap map)
nCornerNeigh
public NestedFace[] nCornerNeigh()
throws java.lang.Exception
- Specified by:
nCornerNeigh
in class NestedFace
- Throws:
java.lang.Exception
sCornerNeigh
public NestedFace[] sCornerNeigh()
throws java.lang.Exception
- Specified by:
sCornerNeigh
in class NestedFace
- Throws:
java.lang.Exception
wCornerNeigh
public NestedFace[] wCornerNeigh()
throws java.lang.Exception
- Specified by:
wCornerNeigh
in class NestedFace
- Throws:
java.lang.Exception
eCornerNeigh
public NestedFace[] eCornerNeigh()
throws java.lang.Exception
- Specified by:
eCornerNeigh
in class NestedFace
- Throws:
java.lang.Exception
nFaceNeigh
public NestedFace nFaceNeigh()
throws java.lang.Exception
- Specified by:
nFaceNeigh
in class NestedFace
- Throws:
java.lang.Exception
sFaceNeigh
public NestedFace sFaceNeigh()
throws java.lang.Exception
- Specified by:
sFaceNeigh
in class NestedFace
- Throws:
java.lang.Exception
wFaceNeigh
public NestedFace wFaceNeigh()
throws java.lang.Exception
- Specified by:
wFaceNeigh
in class NestedFace
- Throws:
java.lang.Exception
eFaceNeigh
public NestedFace eFaceNeigh()
throws java.lang.Exception
- Specified by:
eFaceNeigh
in class NestedFace
- Throws:
java.lang.Exception
findAdjacentFaces
protected void findAdjacentFaces()
throws java.lang.Exception
- Description copied from class:
NestedFace
- actually find the faces if - will be called from adjacentfaces as required, this should populate adjacent.
- Specified by:
findAdjacentFaces
in class NestedFace
- Throws:
java.lang.Exception
pixWcorner
public int[] pixWcorner()
throws java.lang.Exception
- Description copied from class:
NestedFace
- Neighbours of the pixel in the west corner
- Specified by:
pixWcorner
in class NestedFace
- Throws:
java.lang.Exception
pixEcorner
public int[] pixEcorner()
throws java.lang.Exception
- Description copied from class:
NestedFace
- Neighbours of the pixel in the east corner
- Specified by:
pixEcorner
in class NestedFace
- Throws:
java.lang.Exception
sTipNeigh
public NestedFace sTipNeigh()
throws java.lang.Exception
- Specified by:
sTipNeigh
in class NestedFace
- Throws:
java.lang.Exception
wTipNeigh
public NestedFace wTipNeigh()
throws java.lang.Exception
- Specified by:
wTipNeigh
in class NestedFace
- Throws:
java.lang.Exception
eTipNeigh
public NestedFace eTipNeigh()
throws java.lang.Exception
- Specified by:
eTipNeigh
in class NestedFace
- Throws:
java.lang.Exception
nTipNeigh
public NestedFace nTipNeigh()
throws java.lang.Exception
- Specified by:
nTipNeigh
in class NestedFace
- Throws:
java.lang.Exception
fillBoxNCorner
protected void fillBoxNCorner(int[][] theBox,
int xd,
int yd)
throws java.lang.Exception
- No north corner here so fill with -1..
- Overrides:
fillBoxNCorner
in class NestedFace
- Throws:
java.lang.Exception
fillBoxSCorner
protected void fillBoxSCorner(int[][] theBox,
int xd,
int yd)
throws java.lang.Exception
- No south corner on the equator fill with -1.
- Overrides:
fillBoxSCorner
in class NestedFace
- Throws:
java.lang.Exception