Uses of Class
org.javastro.ivoa.entities.stc.v1.CoordIntervalType
Packages that use CoordIntervalType
-
Uses of CoordIntervalType in org.javastro.ivoa.entities.stc.v1
Subclasses of CoordIntervalType 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 Constraintsclass2-D coordinate interval typeclass3-D coordinate interval typeclassScalar coordinate interval typeclassThe 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 typeclassContains a 1-D redshift interval; position and time units are required if redshifts are expressed as Doppler velocitiesclassPoints 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 schemesclassAbstract spatial interval typeclassContains a 1-D spectral intervalclassDefines a sphere.classThe time interval needs to contain a start time or a stop time or both; it needs to refer to a coordinate system; boundaries may or may not be inclusiveclass2-D coordinate interval type with units and frame_idclass3-D coordinate interval type with units and frame_idclassScalar coordinate interval type with units and frame_idclassThe 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 typeFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type CoordIntervalTypeModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>>CoordAreaType.coordIntervalsThe 1-, 2-, or 3-D coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factorprotected List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>>PixelCoordAreaType.pixelCoordIntervalsThe 1-, 2-, or 3-D pixel coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factorprotected jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>AstroCoordAreaType.positionIntervalThe spatial (position) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factorprotected List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>>AstroCoordAreaType.velocityIntervalsThe spatial (velocity) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factorMethods in org.javastro.ivoa.entities.stc.v1 that return CoordIntervalTypeModifier and TypeMethodDescriptionObjectFactory.createCoordIntervalType()Create an instance ofCoordIntervalTypeCoordIntervalType.withFillFactor(Float value) CoordIntervalType.withFrameId(Object value) CoordIntervalType.withHiInclude(Boolean value) CoordIntervalType.withIDREFType(String value) CoordIntervalType.withIDType(String value) CoordIntervalType.withLoInclude(Boolean value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type CoordIntervalTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordIntervalType>ObjectFactory.createCoordInterval(CoordIntervalType value) jakarta.xml.bind.JAXBElement<CoordIntervalType>ObjectFactory.createPixelCoordInterval(CoordIntervalType value) jakarta.xml.bind.JAXBElement<CoordIntervalType>ObjectFactory.createPositionInterval(CoordIntervalType value) jakarta.xml.bind.JAXBElement<CoordIntervalType>ObjectFactory.createVelocityInterval(CoordIntervalType value) List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>>CoordAreaType.getCoordIntervals()The 1-, 2-, or 3-D coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor Gets the value of the coordIntervals property.List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>>PixelCoordAreaType.getPixelCoordIntervals()The 1-, 2-, or 3-D pixel coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor Gets the value of the pixelCoordIntervals property.jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>AstroCoordAreaType.getPositionInterval()The spatial (position) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factorList<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>>AstroCoordAreaType.getVelocityIntervals()The spatial (velocity) coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor Gets the value of the velocityIntervals property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type CoordIntervalTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordIntervalType>ObjectFactory.createCoordInterval(CoordIntervalType value) jakarta.xml.bind.JAXBElement<CoordIntervalType>ObjectFactory.createPixelCoordInterval(CoordIntervalType value) jakarta.xml.bind.JAXBElement<CoordIntervalType>ObjectFactory.createPositionInterval(CoordIntervalType value) jakarta.xml.bind.JAXBElement<CoordIntervalType>ObjectFactory.createVelocityInterval(CoordIntervalType value) Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type CoordIntervalTypeModifier and TypeMethodDescriptionvoidAstroCoordAreaType.setPositionInterval(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> value) Sets the value of the positionInterval property.AstroCoordAreaType.withCoordIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) CoordAreaType.withCoordIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) PixelCoordAreaType.withCoordIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) PixelCoordAreaType.withPixelCoordIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) AstroCoordAreaType.withPositionInterval(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> value) AstroCoordAreaType.withVelocityIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) Constructor parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type CoordIntervalTypeModifierConstructorDescriptionAstroCoordAreaType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> coordIntervals, Object coordSystemId, List<TimeIntervalType> timeIntervals, jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> positionInterval, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> velocityIntervals, List<SpectralIntervalType> spectralIntervals, List<RedshiftIntervalType> redshiftIntervals) Fully-initialising value constructorAstroCoordAreaType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> coordIntervals, Object coordSystemId, List<TimeIntervalType> timeIntervals, jakarta.xml.bind.JAXBElement<? extends CoordIntervalType> positionInterval, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> velocityIntervals, List<SpectralIntervalType> spectralIntervals, List<RedshiftIntervalType> redshiftIntervals) Fully-initialising value constructorCoordAreaType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> coordIntervals, Object coordSystemId) Fully-initialising value constructorPixelCoordAreaType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> coordIntervals, Object coordSystemId, List<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> pixelCoordIntervals) Fully-initialising value constructor