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 TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<CoordsType,Object> CoordsType.PropInfo.COORD_SYSTEM_IDprotected List<jakarta.xml.bind.JAXBElement<? extends CoordsType>>StcDescriptionType.coordsHead element of Coords group (not abstract)static final com.kscs.util.jaxb.IndirectCollectionPropertyInfo<StcDescriptionType,CoordsType> StcDescriptionType.PropInfo.COORDSstatic final com.kscs.util.jaxb.IndirectCollectionPropertyInfo<CoordsType,CoordinateType> CoordsType.PropInfo.GEN_COORDINATESMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type CoordsTypeModifier and TypeMethodDescriptionprotected <_P extends CoordsType>
_PCoordsType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return CoordsTypeModifier and TypeMethodDescriptionCoordsType.Builder.build()CoordsType.clone()CoordsType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) CoordsType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectFactory.createCoordsType()Create an instance ofCoordsTypeCoordsType.createCopy()CoordsType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CoordsType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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.List<jakarta.xml.bind.JAXBElement<? extends CoordsType>>StcDescriptionType.Modifier.getCoords()Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type CoordsTypeModifier and TypeMethodDescriptionstatic AstroCoordsType.Builder<Void>AstroCoordsType.copyExcept(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CoordsType.Builder<Void>CoordsType.copyExcept(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelCoordsType.Builder<Void>PixelCoordsType.copyExcept(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> AstroCoordsType.Builder<_B>AstroCoordsType.copyOf(CoordsType _other) static <_B> AstroCoordsType.Builder<_B>AstroCoordsType.copyOf(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CoordsType.Builder.copyOf(CoordsType _other) static <_B> CoordsType.Builder<_B>CoordsType.copyOf(CoordsType _other) static <_B> CoordsType.Builder<_B>CoordsType.copyOf(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> PixelCoordsType.Builder<_B>PixelCoordsType.copyOf(CoordsType _other) static <_B> PixelCoordsType.Builder<_B>PixelCoordsType.copyOf(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static AstroCoordsType.Builder<Void>AstroCoordsType.copyOnly(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CoordsType.Builder<Void>CoordsType.copyOnly(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static PixelCoordsType.Builder<Void>PixelCoordsType.copyOnly(CoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) jakarta.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.Builder.addCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Adds the given items to the value of "coords"ObservatoryLocationType.Builder.addCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Adds the given items to the value of "coords"PixelSpaceType.Builder.addCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Adds the given items to the value of "coords"StcDescriptionType.Builder.addCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Adds the given items to the value of "coords"AstroSTCDescriptionType.Builder.withCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Sets the new value of "coords" (any previous value will be replaced)ObservatoryLocationType.Builder.withCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Sets the new value of "coords" (any previous value will be replaced)PixelSpaceType.Builder.withCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Sets the new value of "coords" (any previous value will be replaced)StcDescriptionType.Builder.withCoords(Iterable<? extends jakarta.xml.bind.JAXBElement<? extends CoordsType>> coords) Sets the new value of "coords" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type CoordsTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, CoordsType _other, boolean _copy) Builder(_B _parentBuilder, CoordsType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)