Uses of Class
org.javastro.ivoa.entities.stc.v1.AstroCoordsType
Packages that use AstroCoordsType
-
Uses of AstroCoordsType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as AstroCoordsTypeModifier and TypeFieldDescriptionprotected AstroCoordsTypeSTCCoordinate.astroCoordsThe coordinate element consists either of a coordinate file or a sequence of time element, spatial coordinate element, velocity element, and redshift element; the spatial and velocity elements may be scalar or vector; it needs to refer to a coordinate systemprotected AstroCoordsTypeSphericalRefFrameType.poleZaxisprotected AstroCoordsTypeTimeFrameType.timeRefDirectionSome time transformations (e.g., change of RefPos) depend on an assumed directonal position of the sourceprotected AstroCoordsTypeSphericalRefFrameType.xaxisFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type AstroCoordsTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<STCCoordinate,AstroCoordsType> STCCoordinate.PropInfo.ASTRO_COORDSstatic final com.kscs.util.jaxb.CollectionPropertyInfo<STCCoordinateList,AstroCoordsType> STCCoordinateList.PropInfo.ASTRO_COORDSprotected List<AstroCoordsType>STCCoordinateList.astroCoordsThe coordinate element consists either of a coordinate file or a sequence of time element, spatial coordinate element, velocity element, and redshift element; the spatial and velocity elements may be scalar or vector; it needs to refer to a coordinate systemstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsType,AstroCoordsFileType> AstroCoordsType.PropInfo.COORD_FILEstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsType,OrbitType> AstroCoordsType.PropInfo.ORBITstatic final com.kscs.util.jaxb.SinglePropertyInfo<SphericalRefFrameType,AstroCoordsType> SphericalRefFrameType.PropInfo.POLE_ZAXISstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsType,CoordinateType> AstroCoordsType.PropInfo.POSITIONstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsType,RedshiftCoordinateType> AstroCoordsType.PropInfo.REDSHIFTstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsType,SpectralCoordinateType> AstroCoordsType.PropInfo.SPECTRALstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsType,TimeCoordinateType> AstroCoordsType.PropInfo.TIMEstatic final com.kscs.util.jaxb.SinglePropertyInfo<TimeFrameType,AstroCoordsType> TimeFrameType.PropInfo.TIME_REF_DIRECTIONstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsType,CoordinateType> AstroCoordsType.PropInfo.VELOCITYstatic final com.kscs.util.jaxb.SinglePropertyInfo<SphericalRefFrameType,AstroCoordsType> SphericalRefFrameType.PropInfo.XAXISMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type AstroCoordsTypeModifier and TypeMethodDescriptionprotected <_P extends AstroCoordsType>
_PAstroCoordsType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return AstroCoordsTypeModifier and TypeMethodDescriptionAstroCoordsType.Builder.build()AstroCoordsType.clone()AstroCoordsType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) AstroCoordsType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectFactory.createAstroCoordsType()Create an instance ofAstroCoordsTypeAstroCoordsType.createCopy()AstroCoordsType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) STCCoordinate.getAstroCoords()The coordinate element consists either of a coordinate file or a sequence of time element, spatial coordinate element, velocity element, and redshift element; the spatial and velocity elements may be scalar or vector; it needs to refer to a coordinate systemSphericalRefFrameType.getPoleZaxis()Gets the value of the poleZaxis property.TimeFrameType.getTimeRefDirection()Some time transformations (e.g., change of RefPos) depend on an assumed directonal position of the sourceSphericalRefFrameType.getXaxis()Gets the value of the xaxis property.AstroCoordsType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type AstroCoordsTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AstroCoordsType>ObjectFactory.createAstroCoords(AstroCoordsType value) STCCoordinateList.getAstroCoords()The coordinate element consists either of a coordinate file or a sequence of time element, spatial coordinate element, velocity element, and redshift element; the spatial and velocity elements may be scalar or vector; it needs to refer to a coordinate system Gets the value of the astroCoords property.STCCoordinateList.Modifier.getAstroCoords()Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroCoordsTypeModifier and TypeMethodDescriptionSTCCoordinateList.Builder.addAstroCoords(AstroCoordsType... astroCoords) Adds the given items to the value of "astroCoords"static AstroCoordsType.Builder<Void>AstroCoordsType.copyExcept(AstroCoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AstroCoordsType.Builder.copyOf(AstroCoordsType _other) static <_B> AstroCoordsType.Builder<_B>AstroCoordsType.copyOf(AstroCoordsType _other) static <_B> AstroCoordsType.Builder<_B>AstroCoordsType.copyOf(AstroCoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static AstroCoordsType.Builder<Void>AstroCoordsType.copyOnly(AstroCoordsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) jakarta.xml.bind.JAXBElement<AstroCoordsType>ObjectFactory.createAstroCoords(AstroCoordsType value) voidSTCCoordinate.Modifier.setAstroCoords(AstroCoordsType astroCoords) voidSTCCoordinate.setAstroCoords(AstroCoordsType value) Sets the value of the astroCoords property.voidSphericalRefFrameType.Modifier.setPoleZaxis(AstroCoordsType poleZaxis) voidSphericalRefFrameType.setPoleZaxis(AstroCoordsType value) Sets the value of the poleZaxis property.voidTimeFrameType.Modifier.setTimeRefDirection(AstroCoordsType timeRefDirection) voidTimeFrameType.setTimeRefDirection(AstroCoordsType value) Sets the value of the timeRefDirection property.voidSphericalRefFrameType.Modifier.setXaxis(AstroCoordsType xaxis) voidSphericalRefFrameType.setXaxis(AstroCoordsType value) Sets the value of the xaxis property.STCCoordinate.Builder.withAstroCoords(AstroCoordsType astroCoords) Sets the new value of "astroCoords" (any previous value will be replaced)STCCoordinateList.Builder.withAstroCoords(AstroCoordsType... astroCoords) Sets the new value of "astroCoords" (any previous value will be replaced)SphericalRefFrameType.Builder.withPoleZaxis(AstroCoordsType poleZaxis) Sets the new value of "poleZaxis" (any previous value will be replaced)TimeFrameType.Builder.withTimeRefDirection(AstroCoordsType timeRefDirection) Sets the new value of "timeRefDirection" (any previous value will be replaced)SphericalRefFrameType.Builder.withXaxis(AstroCoordsType xaxis) Sets the new value of "xaxis" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type AstroCoordsTypeModifier and TypeMethodDescriptionSTCCoordinateList.Builder.addAstroCoords(Iterable<? extends AstroCoordsType> astroCoords) Adds the given items to the value of "astroCoords"STCCoordinateList.Builder.withAstroCoords(Iterable<? extends AstroCoordsType> astroCoords) Sets the new value of "astroCoords" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroCoordsTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, AstroCoordsType _other, boolean _copy) Builder(_B _parentBuilder, AstroCoordsType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SphericalRefFrameType(String name, Object refFrameId, String frame, AstroCoordsType poleZaxis, AstroCoordsType xaxis, String id) Fully-initialising value constructorSTCCoordinate(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, AstroCoordSystemType astroCoordSystem, AstroCoordsType astroCoords) Fully-initialising value constructorTimeFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, TimeScaleType timeScale, jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition, AstroCoordsType timeRefDirection) Fully-initialising value constructorConstructor parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type AstroCoordsTypeModifierConstructorDescriptionSTCCoordinateList(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, AstroCoordSystemType astroCoordSystem, List<AstroCoordsType> astroCoords) Fully-initialising value constructor