Uses of Class
org.javastro.ivoa.entities.stc.v1.CoordsType
Packages that use CoordsType
-
Uses of CoordsType in org.javastro.ivoa.entities.stc.v1
Subclasses of CoordsType in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionclassThe astronomical (STC) coordsTypeclassThe pixel coordinates typeFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type CoordsTypeModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends CoordsType>>StcDescriptionType.coordsHead element of Coords group (not abstract)Methods in org.javastro.ivoa.entities.stc.v1 that return CoordsTypeModifier and TypeMethodDescriptionObjectFactory.createCoordsType()Create an instance ofCoordsTypeCoordsType.withCoordSystemId(Object value) CoordsType.withGenCoordinates(jakarta.xml.bind.JAXBElement<? extends CoordinateType>... values) CoordsType.withGenCoordinates(Collection<jakarta.xml.bind.JAXBElement<? extends CoordinateType>> values) CoordsType.withIDREFType(String value) CoordsType.withIDType(String value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type CoordsTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordsType>ObjectFactory.createCoords(CoordsType value) List<jakarta.xml.bind.JAXBElement<? extends CoordsType>>StcDescriptionType.getCoords()Head element of Coords group (not abstract) Gets the value of the coords property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type CoordsTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordsType>ObjectFactory.createCoords(CoordsType value) Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type CoordsTypeModifier and TypeMethodDescriptionAstroSTCDescriptionType.withCoords(Collection<jakarta.xml.bind.JAXBElement<? extends CoordsType>> values) ObservatoryLocationType.withCoords(Collection<jakarta.xml.bind.JAXBElement<? extends CoordsType>> values) PixelSpaceType.withCoords(Collection<jakarta.xml.bind.JAXBElement<? extends CoordsType>> values) StcDescriptionType.withCoords(Collection<jakarta.xml.bind.JAXBElement<? extends CoordsType>> values)