Uses of Class
org.javastro.ivoa.entities.stc.v1.ShapeType
Packages that use ShapeType
-
Uses of ShapeType in org.javastro.ivoa.entities.stc.v1
Subclasses of ShapeType 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 ConstraintsclassEllipse 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-sectionclassPolygon: 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 itselfclassA sector is the counter-clockwise area between two half-linesclassThis is a hook for regions defined in sky indexing schemesMethods in org.javastro.ivoa.entities.stc.v1 that return ShapeTypeModifier and TypeMethodDescriptionObjectFactory.createShapeType()Create an instance ofShapeTypeShapeType.withArea(RegionAreaType value) ShapeType.withCoordSystemId(Object value) ShapeType.withEpoch(BigDecimal value) ShapeType.withFillFactor(Float value) ShapeType.withFrameId(Object value) ShapeType.withHiInclude(Boolean value) ShapeType.withIDREFType(String value) ShapeType.withIDType(String value) ShapeType.withLoInclude(Boolean value)