Uses of Class
org.javastro.ivoa.entities.stc.v1.AstroCoordsType
Packages that use AstroCoordsType
-
Uses of AstroCoordsType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as AstroCoordsTypeModifier and TypeFieldDescriptionprotected AstroCoordsTypeSTCCoordinate.astroCoordsThe coordinate element consists either of a coordinate file or a sequence of time element, spatial coordinate element, velocity element, and redshift element; the spatial and velocity elements may be scalar or vector; it needs to refer to a coordinate systemprotected AstroCoordsTypeSphericalRefFrameType.poleZaxisprotected AstroCoordsTypeTimeFrameType.timeRefDirectionSome time transformations (e.g., change of RefPos) depend on an assumed directonal position of the sourceprotected AstroCoordsTypeSphericalRefFrameType.xaxisFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type AstroCoordsTypeModifier and TypeFieldDescriptionprotected List<AstroCoordsType>STCCoordinateList.astroCoordsThe coordinate element consists either of a coordinate file or a sequence of time element, spatial coordinate element, velocity element, and redshift element; the spatial and velocity elements may be scalar or vector; it needs to refer to a coordinate systemMethods in org.javastro.ivoa.entities.stc.v1 that return AstroCoordsTypeModifier and TypeMethodDescriptionObjectFactory.createAstroCoordsType()Create an instance ofAstroCoordsTypeSTCCoordinate.getAstroCoords()The coordinate element consists either of a coordinate file or a sequence of time element, spatial coordinate element, velocity element, and redshift element; the spatial and velocity elements may be scalar or vector; it needs to refer to a coordinate systemSphericalRefFrameType.getPoleZaxis()Gets the value of the poleZaxis property.TimeFrameType.getTimeRefDirection()Some time transformations (e.g., change of RefPos) depend on an assumed directonal position of the sourceSphericalRefFrameType.getXaxis()Gets the value of the xaxis property.AstroCoordsType.withCoordFile(AstroCoordsFileType value) AstroCoordsType.withCoordSystemId(Object value) AstroCoordsType.withGenCoordinates(jakarta.xml.bind.JAXBElement<? extends CoordinateType>... values) AstroCoordsType.withGenCoordinates(Collection<jakarta.xml.bind.JAXBElement<? extends CoordinateType>> values) AstroCoordsType.withIDREFType(String value) AstroCoordsType.withIDType(String value) AstroCoordsType.withPosition(jakarta.xml.bind.JAXBElement<? extends CoordinateType> value) AstroCoordsType.withRedshift(RedshiftCoordinateType value) AstroCoordsType.withSpectral(SpectralCoordinateType value) AstroCoordsType.withTime(TimeCoordinateType value) AstroCoordsType.withVelocity(jakarta.xml.bind.JAXBElement<? extends CoordinateType> value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type AstroCoordsTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AstroCoordsType>ObjectFactory.createAstroCoords(AstroCoordsType value) STCCoordinateList.getAstroCoords()The coordinate element consists either of a coordinate file or a sequence of time element, spatial coordinate element, velocity element, and redshift element; the spatial and velocity elements may be scalar or vector; it needs to refer to a coordinate system Gets the value of the astroCoords property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroCoordsTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AstroCoordsType>ObjectFactory.createAstroCoords(AstroCoordsType value) voidSTCCoordinate.setAstroCoords(AstroCoordsType value) Sets the value of the astroCoords property.voidSphericalRefFrameType.setPoleZaxis(AstroCoordsType value) Sets the value of the poleZaxis property.voidTimeFrameType.setTimeRefDirection(AstroCoordsType value) Sets the value of the timeRefDirection property.voidSphericalRefFrameType.setXaxis(AstroCoordsType value) Sets the value of the xaxis property.STCCoordinate.withAstroCoords(AstroCoordsType value) STCCoordinateList.withAstroCoords(AstroCoordsType... values) SphericalRefFrameType.withPoleZaxis(AstroCoordsType value) TimeFrameType.withTimeRefDirection(AstroCoordsType value) SphericalRefFrameType.withXaxis(AstroCoordsType value) Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type AstroCoordsTypeModifier and TypeMethodDescriptionSTCCoordinateList.withAstroCoords(Collection<AstroCoordsType> values) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroCoordsTypeModifierConstructorDescriptionSphericalRefFrameType(String name, Object refFrameId, String frame, AstroCoordsType poleZaxis, AstroCoordsType xaxis, String id) Fully-initialising value constructorSTCCoordinate(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, AstroCoordSystemType astroCoordSystem, AstroCoordsType astroCoords) Fully-initialising value constructorTimeFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, TimeScaleType timeScale, jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition, AstroCoordsType timeRefDirection) Fully-initialising value constructorConstructor parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type AstroCoordsTypeModifierConstructorDescriptionSTCCoordinateList(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, AstroCoordSystemType astroCoordSystem, List<AstroCoordsType> astroCoords) Fully-initialising value constructor