Package edu.jhu.htm.geometry

This package provides high level geometric shapes which can produce Domains.

See:
          Description

Interface Summary
ConvexProducer Classes which implement this must be able to return a Convex.
DomainProducer Classes which inplement this interface should be able to produce domains which can be used in intersection.
 

Class Summary
Chull use a set of points to construct a domain construct with the set or create one and add points
Circle This class represents a circle on the sky .
ConHelper just provides implementation for getConvex and Get Domain
Rect specify four corners order imaterial
 

Package edu.jhu.htm.geometry Description

This package provides high level geometric shapes which can produce Domains. Here you may constrct a rectangle and then from this object request a Domain. Domains may be intersected wiht HTMindex to get lists of HTMids which fall in that area.