Uses of Class
org.javastro.ivoa.entities.stc.v1.ReferencePositionType
Packages that use ReferencePositionType
-
Uses of ReferencePositionType in org.javastro.ivoa.entities.stc.v1
Subclasses of ReferencePositionType in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionclassType for custom positions: specifies reference originclassType for custom positions: specifies reference originclassType for standard reference positionsFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type ReferencePositionTypeModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends ReferencePositionType>RedshiftFrameType.referencePositionThe reference frame for the Doppler velocities or redshfts; note presence of LSRprotected jakarta.xml.bind.JAXBElement<? extends ReferencePositionType>SpaceFrameType.referencePositionOrigin of the coordinate reference frame: either a "known place" such as geocenter or barycenter, or a position defined in a known coordinate systemprotected jakarta.xml.bind.JAXBElement<? extends ReferencePositionType>SpectralFrameType.referencePositionThe reference frame for the spectral scale; note presence of LSRprotected jakarta.xml.bind.JAXBElement<? extends ReferencePositionType>TimeFrameType.referencePositionOrigin of the coordinate reference frame: either a "known place" such as geocenter or barycenter, or a position defined in a known coordinate systemMethods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type ReferencePositionTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ReferencePositionType>ObjectFactory.createReferencePosition(ReferencePositionType value) jakarta.xml.bind.JAXBElement<? extends ReferencePositionType>RedshiftFrameType.getReferencePosition()The reference frame for the Doppler velocities or redshfts; note presence of LSRjakarta.xml.bind.JAXBElement<? extends ReferencePositionType>SpaceFrameType.getReferencePosition()Origin of the coordinate reference frame: either a "known place" such as geocenter or barycenter, or a position defined in a known coordinate systemjakarta.xml.bind.JAXBElement<? extends ReferencePositionType>SpectralFrameType.getReferencePosition()The reference frame for the spectral scale; note presence of LSRjakarta.xml.bind.JAXBElement<? extends ReferencePositionType>TimeFrameType.getReferencePosition()Origin of the coordinate reference frame: either a "known place" such as geocenter or barycenter, or a position defined in a known coordinate systemMethods in org.javastro.ivoa.entities.stc.v1 with parameters of type ReferencePositionTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ReferencePositionType>ObjectFactory.createReferencePosition(ReferencePositionType value) Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type ReferencePositionTypeModifier and TypeMethodDescriptionvoidRedshiftFrameType.setReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value) Sets the value of the referencePosition property.voidSpaceFrameType.setReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value) Sets the value of the referencePosition property.voidSpectralFrameType.setReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value) Sets the value of the referencePosition property.voidTimeFrameType.setReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value) Sets the value of the referencePosition property.RedshiftFrameType.withReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value) SpaceFrameType.withReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value) SpectralFrameType.withReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value) TimeFrameType.withReferencePosition(jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> value) Constructor parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type ReferencePositionTypeModifierConstructorDescriptionRedshiftFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, DopplerDefinitionType dopplerDefinition, jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition, String valueType) Fully-initialising value constructorSpectralFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition) 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 constructor