Uses of Class
org.javastro.ivoa.entities.stc.v1.SpatialIntervalType
Packages that use SpatialIntervalType
-
Uses of SpatialIntervalType in org.javastro.ivoa.entities.stc.v1
Subclasses of SpatialIntervalType in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionclassAllSky type: just a shape without any child elementsclassBox shape: a rectangle defined by its center and size on both dimensions; since it is a polygon, it is redundant, but simple rectangles with great circle sides are awkward to define in spherical coordinatesclassCircle shape: center and radiusclassA convex hull: the smallest convex polygon that contains all its points; in spherical coordinates all points have to be contained within a hemisphereclassA convex polygon defined by one or more ConstraintsclassThe difference of two regions (Region1 minus Region2) is a region; it is equivalent to the intersection of Region1 with notRegion2classEllipse shape: center, semi-major, semi-minor axis and position angle; in spherical coordinates defined as the shape cut out of the sphere by a cone with elliptical cross-sectionclassThe intersection of two or more regions is a regionclassThe negation of a region is a regionclassPolygon: one or more vertices; counter-clockwise (as seen from "inside" or from "top") encircled area is enclosed; sides should span less than 180 deg in each coordinate if spherical; a polygon may not intersect itselfclass2-D coordinate interval typeclass3-D coordinate interval typeclassScalar coordinate interval typeclassPoints to a Region fileclassAbstract region type; a Region is a Shape or the result of a Region Operation involving one or more RegionsclassA sector is the counter-clockwise area between two half-linesclassShape is the abstract type that is the building block of regions; in real life it needs to be replaced by a concrete shapeclassThis is a hook for regions defined in sky indexing schemesclassDefines a sphere.classThe union of two or more regions is a regionclass2-D coordinate interval typeclass3-D coordinate interval typeclassContains a spatial velocity CoordIntervalclassDefines a velocity sphere A special kind of area is a circle or sphere (in two or three dimensions), defined by a center position and a radius; the radius requires a unitclassScalar coordinate interval typeMethods in org.javastro.ivoa.entities.stc.v1 that return SpatialIntervalTypeModifier and TypeMethodDescriptionSpatialIntervalType.withEpoch(BigDecimal value) SpatialIntervalType.withFillFactor(Float value) SpatialIntervalType.withFrameId(Object value) SpatialIntervalType.withHiInclude(Boolean value) SpatialIntervalType.withIDREFType(String value) SpatialIntervalType.withIDType(String value) SpatialIntervalType.withLoInclude(Boolean value)