Package org.ivoa.dm.adqlgeom


package org.ivoa.dm.adqlgeom
package adqlgeom. The geometry types in ADQL.
  • Classes
    Class
    Description
    The container class for the adqlgeom Model.
    A container class for the references in the model.
    a circular region on the sky.
    A builder class for Circle, mainly for use in the functional builder pattern.
    a set of numeric values defined by a lower and upper bound (bounds included: [a,b]).
    A builder class for Interval, mainly for use in the functional builder pattern.
    multiple simple shapes describing regions as a single value.
    A builder class for MultiShape, mainly for use in the functional builder pattern.
    location on the sky in spherical coordinates.
    A builder class for Point, mainly for use in the functional builder pattern.
    a simple polygon region on the sky defined a sequence of points connected by great-circle segments.
    A builder class for Polygon, mainly for use in the functional builder pattern.
    base type of all shapes.