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

Field Summary
protected  double[] Decs
           
protected  boolean expand
           
protected  java.lang.String htmId
           
protected  long htmIdNumber
           
protected  int level
           
protected  int olevel
           
protected  HTMrange range
           
protected  double[] RAs
           
protected  boolean symbolic
           
protected  Vector3d[] vecs
           
 
Constructor Summary
IntersectBean()
           
 
Method Summary
 void computeIntersect()
           
static void convertDouble(java.lang.String[] s, double[] v)
           
protected  void fillVecs()
           
 double[] getDecs()
           
 long getLevel()
           
 double[] getRAs()
           
 boolean isExpand()
           
 void outputHtms(java.io.Writer out)
           
 void setDecs(double[] Decs)
           
 void setDecs(java.lang.String[] Decs)
           
 void setExpand(boolean expand)
           
 void setExpand(java.lang.String expand)
           
 void setHtmId(java.lang.String htmId)
           
 void setLevel(int level)
           
 void setRAs(double[] RA)
           
 void setRAs(java.lang.String[] RA)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

IntersectBean

public IntersectBean()
Method Detail

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()