Uses of Class
org.javastro.ivoa.entities.stc.v1.AstronTimeType
Packages that use AstronTimeType
-
Uses of AstronTimeType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as AstronTimeTypeModifier and TypeFieldDescriptionprotected AstronTimeTypeTimeIntervalType.startTimeastronTime may be expressed in ISO8601 or as a double relative to a reference timeprotected AstronTimeTypeTimeIntervalType.stopTimeastronTime may be expressed in ISO8601 or as a double relative to a reference timeprotected AstronTimeTypeOrbitType.tEpoch of M (mean anomaly, if present) or of periapsis (if M is absent)protected AstronTimeTypeTimeCoordinateType.timeInstantMethods in org.javastro.ivoa.entities.stc.v1 that return AstronTimeTypeModifier and TypeMethodDescriptionObjectFactory.createAstronTimeType()Create an instance ofAstronTimeTypeTimeIntervalType.getStartTime()astronTime may be expressed in ISO8601 or as a double relative to a reference timeTimeIntervalType.getStopTime()astronTime may be expressed in ISO8601 or as a double relative to a reference timeOrbitType.getT()Epoch of M (mean anomaly, if present) or of periapsis (if M is absent)TimeCoordinateType.getTimeInstant()Gets the value of the timeInstant property.AstronTimeType.withAbsoluteTime(jakarta.xml.bind.JAXBElement<?> value) AstronTimeType.withTimeOffset(TimeOffsetType value) AstronTimeType.withTimescale(TimeScaleType value) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type AstronTimeTypeModifier and TypeMethodDescriptionvoidTimeIntervalType.setStartTime(AstronTimeType value) Sets the value of the startTime property.voidTimeIntervalType.setStopTime(AstronTimeType value) Sets the value of the stopTime property.voidOrbitType.setT(AstronTimeType value) Sets the value of the t property.voidTimeCoordinateType.setTimeInstant(AstronTimeType value) Sets the value of the timeInstant property.TimeIntervalType.withStartTime(AstronTimeType value) TimeIntervalType.withStopTime(AstronTimeType value) OrbitType.withT(AstronTimeType value) TimeCoordinateType.withTimeInstant(AstronTimeType value) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type AstronTimeTypeModifierConstructorDescriptionOrbitType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, OrbitType.Q q, OrbitType.A a, Double1Type e, OrbitType.I i, OrbitType.Node node, OrbitType.Aop aop, OrbitType.M m, OrbitType.P p, AstronTimeType t) Fully-initialising value constructorTimeCoordinateType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, Object frameId, AstronTimeType timeInstant, List<Double1Type> errors, List<Double1Type> resolutions, List<Double1Type> sizes, List<Double1Type> pixSizes, Object coordSystemId, String unit) Fully-initialising value constructorTimeIntervalType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, AstronTimeType startTime, AstronTimeType stopTime) Fully-initialising value constructor