edu.jhu.htm.client
Class IntersectBean
java.lang.Object
|
+--edu.jhu.htm.client.IntersectBean
- public class IntersectBean
- extends java.lang.Object
Simple JSP bean for doing intersect with triangle or rectangle
Current Version
===============
ID: $Id: IntersectBean.java,v 1.2 2003/02/19 15:46:11 womullan Exp $
Date/time: $Date: 2003/02/19 15:46:11 $
- Version:
- $Revision: 1.2 $
- Author:
- not attributable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAs
protected double[] RAs
Decs
protected double[] Decs
vecs
protected Vector3d[] vecs
level
protected int level
olevel
protected int olevel
htmId
protected java.lang.String htmId
htmIdNumber
protected long htmIdNumber
range
protected HTMrange range
symbolic
protected boolean symbolic
expand
protected boolean expand
IntersectBean
public IntersectBean()
setExpand
public void setExpand(java.lang.String expand)
setExpand
public void setExpand(boolean expand)
isExpand
public boolean isExpand()
setHtmId
public void setHtmId(java.lang.String htmId)
setRAs
public void setRAs(double[] RA)
setDecs
public void setDecs(double[] Decs)
setRAs
public void setRAs(java.lang.String[] RA)
setDecs
public void setDecs(java.lang.String[] Decs)
setLevel
public void setLevel(int level)
getRAs
public double[] getRAs()
getDecs
public double[] getDecs()
getLevel
public long getLevel()
computeIntersect
public void computeIntersect()
outputHtms
public void outputHtms(java.io.Writer out)
convertDouble
public static final void convertDouble(java.lang.String[] s,
double[] v)
fillVecs
protected void fillVecs()