Uses of Class
org.javastro.ivoa.entities.stc.v1.VelocityIntervalType
Packages that use VelocityIntervalType
-
Uses of VelocityIntervalType in org.javastro.ivoa.entities.stc.v1
Subclasses of VelocityIntervalType in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionclass2-D coordinate interval typeclass3-D coordinate interval typeclassDefines a velocity sphere A special kind of area is a circle or sphere (in two or three dimensions), defined by a center position and a radius; the radius requires a unitclassScalar coordinate interval typeFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type VelocityIntervalTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<VelocityIntervalType,VelTimeUnitType> VelocityIntervalType.PropInfo.VEL_TIME_UNITMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type VelocityIntervalTypeModifier and TypeMethodDescriptionprotected <_P extends VelocityIntervalType>
_PVelocityIntervalType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return VelocityIntervalTypeModifier and TypeMethodDescriptionVelocityIntervalType.Builder.build()VelocityIntervalType.clone()VelocityIntervalType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) VelocityIntervalType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) VelocityIntervalType.createCopy()VelocityIntervalType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) VelocityIntervalType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type VelocityIntervalTypeModifier and TypeMethodDescriptionstatic Vel2VecIntervalType.Builder<Void>Vel2VecIntervalType.copyExcept(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Vel3VecIntervalType.Builder<Void>Vel3VecIntervalType.copyExcept(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static VelocitySphereType.Builder<Void>VelocitySphereType.copyExcept(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static VelScalarIntervalType.Builder<Void>VelScalarIntervalType.copyExcept(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Vel2VecIntervalType.Builder<_B>Vel2VecIntervalType.copyOf(VelocityIntervalType _other) static <_B> Vel2VecIntervalType.Builder<_B>Vel2VecIntervalType.copyOf(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Vel3VecIntervalType.Builder<_B>Vel3VecIntervalType.copyOf(VelocityIntervalType _other) static <_B> Vel3VecIntervalType.Builder<_B>Vel3VecIntervalType.copyOf(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) VelocityIntervalType.Builder.copyOf(VelocityIntervalType _other) static <_B> VelocitySphereType.Builder<_B>VelocitySphereType.copyOf(VelocityIntervalType _other) static <_B> VelocitySphereType.Builder<_B>VelocitySphereType.copyOf(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> VelScalarIntervalType.Builder<_B>VelScalarIntervalType.copyOf(VelocityIntervalType _other) static <_B> VelScalarIntervalType.Builder<_B>VelScalarIntervalType.copyOf(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Vel2VecIntervalType.Builder<Void>Vel2VecIntervalType.copyOnly(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Vel3VecIntervalType.Builder<Void>Vel3VecIntervalType.copyOnly(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static VelocitySphereType.Builder<Void>VelocitySphereType.copyOnly(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static VelScalarIntervalType.Builder<Void>VelScalarIntervalType.copyOnly(VelocityIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type VelocityIntervalTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, VelocityIntervalType _other, boolean _copy) Builder(_B _parentBuilder, VelocityIntervalType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)