Uses of Class
org.javastro.ivoa.entities.stc.v1.CoordSysType
Packages that use CoordSysType
-
Uses of CoordSysType in org.javastro.ivoa.entities.stc.v1
Subclasses of CoordSysType in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionclassThe astronomical coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; spectral frame and (optionally) Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systemsclassThe pixel coordinate system definitionFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type CoordSysTypeModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends CoordSysType>>StcDescriptionType.coordSysHead element (not abstract) of the CoordSys groupMethods in org.javastro.ivoa.entities.stc.v1 that return CoordSysTypeModifier and TypeMethodDescriptionObjectFactory.createCoordSysType()Create an instance ofCoordSysTypeCoordSysType.withCoordFrames(Collection<GenericCoordFrameType> values) CoordSysType.withCoordFrames(GenericCoordFrameType... values) CoordSysType.withIDREFType(String value) CoordSysType.withIDType(String value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type CoordSysTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordSysType>ObjectFactory.createCoordSys(CoordSysType value) List<jakarta.xml.bind.JAXBElement<? extends CoordSysType>>StcDescriptionType.getCoordSys()Head element (not abstract) of the CoordSys group Gets the value of the coordSys property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type CoordSysTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordSysType>ObjectFactory.createCoordSys(CoordSysType value) Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type CoordSysTypeModifier and TypeMethodDescriptionAstroSTCDescriptionType.withCoordSys(Collection<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> values) ObservatoryLocationType.withCoordSys(Collection<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> values) PixelSpaceType.withCoordSys(Collection<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> values) StcDescriptionType.withCoordSys(Collection<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> values) Constructor parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type CoordSysTypeModifierConstructorDescriptionAstroSTCDescriptionType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys, List<jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords, List<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) Fully-initialising value constructorObservatoryLocationType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys, List<jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords, List<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) Fully-initialising value constructorPixelSpaceType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys, List<jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords, List<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) Fully-initialising value constructorStcDescriptionType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> coordSys, List<jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords, List<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> coordAreas) Fully-initialising value constructor