Uses of Class
org.javastro.ivoa.entities.stc.v1.AstroCoordSystemType
Packages that use AstroCoordSystemType
-
Uses of AstroCoordSystemType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as AstroCoordSystemTypeModifier and TypeFieldDescriptionprotected AstroCoordSystemTypeSTCCoordinate.astroCoordSystemThe coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; the spectral fromae and redshift/Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systemsprotected AstroCoordSystemTypeSTCCoordinateList.astroCoordSystemThe coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; the spectral fromae and redshift/Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systemsprotected AstroCoordSystemTypeSTCRegion.astroCoordSystemThe coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; the spectral fromae and redshift/Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systemsprotected AstroCoordSystemTypeSTCRegionList.astroCoordSystemThe coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; the spectral fromae and redshift/Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systemsMethods in org.javastro.ivoa.entities.stc.v1 that return AstroCoordSystemTypeModifier and TypeMethodDescriptionObjectFactory.createAstroCoordSystemType()Create an instance ofAstroCoordSystemTypeSTCCoordinate.getAstroCoordSystem()The coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; the spectral fromae and redshift/Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systemsSTCCoordinateList.getAstroCoordSystem()The coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; the spectral fromae and redshift/Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systemsSTCRegion.getAstroCoordSystem()The coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; the spectral fromae and redshift/Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systemsSTCRegionList.getAstroCoordSystem()The coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; the spectral fromae and redshift/Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systemsAstroCoordSystemType.withCoordFrames(Collection<GenericCoordFrameType> values) AstroCoordSystemType.withCoordFrames(GenericCoordFrameType... values) AstroCoordSystemType.withIDREFType(String value) AstroCoordSystemType.withIDType(String value) AstroCoordSystemType.withRedshiftFrame(RedshiftFrameType value) AstroCoordSystemType.withSpaceFrame(SpaceFrameType value) AstroCoordSystemType.withSpectralFrame(SpectralFrameType value) AstroCoordSystemType.withTimeFrame(TimeFrameType value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type AstroCoordSystemTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AstroCoordSystemType>ObjectFactory.createAstroCoordSystem(AstroCoordSystemType value) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroCoordSystemTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AstroCoordSystemType>ObjectFactory.createAstroCoordSystem(AstroCoordSystemType value) voidSTCCoordinate.setAstroCoordSystem(AstroCoordSystemType value) Sets the value of the astroCoordSystem property.voidSTCCoordinateList.setAstroCoordSystem(AstroCoordSystemType value) Sets the value of the astroCoordSystem property.voidSTCRegion.setAstroCoordSystem(AstroCoordSystemType value) Sets the value of the astroCoordSystem property.voidSTCRegionList.setAstroCoordSystem(AstroCoordSystemType value) Sets the value of the astroCoordSystem property.STCCoordinate.withAstroCoordSystem(AstroCoordSystemType value) STCCoordinateList.withAstroCoordSystem(AstroCoordSystemType value) STCRegion.withAstroCoordSystem(AstroCoordSystemType value) STCRegionList.withAstroCoordSystem(AstroCoordSystemType value) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroCoordSystemTypeModifierConstructorDescriptionSTCCoordinate(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, AstroCoordSystemType astroCoordSystem, AstroCoordsType astroCoords) Fully-initialising value constructorSTCCoordinateList(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, AstroCoordSystemType astroCoordSystem, List<AstroCoordsType> astroCoords) Fully-initialising value constructorSTCRegion(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, AstroCoordSystemType astroCoordSystem, jakarta.xml.bind.JAXBElement<? extends RegionType> region) Fully-initialising value constructorSTCRegionList(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, AstroCoordSystemType astroCoordSystem, List<jakarta.xml.bind.JAXBElement<? extends RegionType>> regions) Fully-initialising value constructor