Uses of Class
org.javastro.ivoa.entities.stc.v1.CustomRefPosType
Packages that use CustomRefPosType
-
Uses of CustomRefPosType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as CustomRefPosTypeModifier and TypeFieldDescriptionprotected CustomRefPosTypeGenericCoordFrameType.coordRefPosOrigin of the coordinate system, given as a position in another, known, coordinate systemMethods in org.javastro.ivoa.entities.stc.v1 that return CustomRefPosTypeModifier and TypeMethodDescriptionObjectFactory.createCustomRefPosType()Create an instance ofCustomRefPosTypeGenericCoordFrameType.getCoordRefPos()Origin of the coordinate system, given as a position in another, known, coordinate systemCustomRefPosType.withCoordinate(jakarta.xml.bind.JAXBElement<? extends CoordinateType> value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type CustomRefPosTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CustomRefPosType>ObjectFactory.createCoordRefPos(CustomRefPosType value) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type CustomRefPosTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CustomRefPosType>ObjectFactory.createCoordRefPos(CustomRefPosType value) voidGenericCoordFrameType.setCoordRefPos(CustomRefPosType value) Sets the value of the coordRefPos property.GenericCoordFrameType.withCoordRefPos(CustomRefPosType value) PixelFrameType.withCoordRefPos(CustomRefPosType value) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type CustomRefPosTypeModifierConstructorDescriptionGenericCoordFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> coordRefFrame, CustomRefPosType coordRefPos, jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> coordFlavor) Fully-initialising value constructorPixelFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> coordRefFrame, CustomRefPosType coordRefPos, jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> coordFlavor, PixelType referencePixel, BigInteger axis1Order, BigInteger axis2Order, BigInteger axis3Order, Object refFrameId) Fully-initialising value constructor