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 systemFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type CustomRefPosTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<GenericCoordFrameType,CustomRefPosType> GenericCoordFrameType.PropInfo.COORD_REF_POSstatic final com.kscs.util.jaxb.SinglePropertyInfo<CustomRefPosType,CoordinateType> CustomRefPosType.PropInfo.COORDINATEMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type CustomRefPosTypeModifier and TypeMethodDescriptionprotected <_P extends CustomRefPosType>
_PCustomRefPosType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return CustomRefPosTypeModifier and TypeMethodDescriptionCustomRefPosType.Builder.build()CustomRefPosType.clone()CustomRefPosType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) CustomRefPosType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) CustomRefPosType.createCopy()CustomRefPosType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createCustomRefPosType()Create an instance ofCustomRefPosTypeGenericCoordFrameType.getCoordRefPos()Origin of the coordinate system, given as a position in another, known, coordinate systemCustomRefPosType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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 TypeMethodDescriptionstatic CustomRefPosType.Builder<Void>CustomRefPosType.copyExcept(CustomRefPosType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CustomRefPosType.Builder.copyOf(CustomRefPosType _other) static <_B> CustomRefPosType.Builder<_B>CustomRefPosType.copyOf(CustomRefPosType _other) static <_B> CustomRefPosType.Builder<_B>CustomRefPosType.copyOf(CustomRefPosType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static CustomRefPosType.Builder<Void>CustomRefPosType.copyOnly(CustomRefPosType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) jakarta.xml.bind.JAXBElement<CustomRefPosType>ObjectFactory.createCoordRefPos(CustomRefPosType value) voidGenericCoordFrameType.Modifier.setCoordRefPos(CustomRefPosType coordRefPos) voidGenericCoordFrameType.setCoordRefPos(CustomRefPosType value) Sets the value of the coordRefPos property.GenericCoordFrameType.Builder.withCoordRefPos(CustomRefPosType coordRefPos) Sets the new value of "coordRefPos" (any previous value will be replaced)PixelFrameType.Builder.withCoordRefPos(CustomRefPosType coordRefPos) Sets the new value of "coordRefPos" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type CustomRefPosTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, CustomRefPosType _other, boolean _copy) Builder(_B _parentBuilder, CustomRefPosType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) GenericCoordFrameType(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