Uses of Class
org.javastro.ivoa.entities.stc.v1.SphereType.Builder
Packages that use SphereType.Builder
-
Uses of SphereType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return SphereType.BuilderModifier and TypeMethodDescriptionstatic SphereType.Builder<Void>SphereType.builder()static SphereType.Builder<Void>SphereType.copyExcept(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SphereType.Builder<Void>SphereType.copyExcept(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SphereType.Builder<Void>SphereType.copyExcept(SphereType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SphereType.Builder<Void>SphereType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SphereType.Builder.copyOf(SphereType _other) SphereType.Builder.copyOf(SphereType.Builder _other) static <_B> SphereType.Builder<_B>SphereType.copyOf(CoordIntervalType _other) static <_B> SphereType.Builder<_B>SphereType.copyOf(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> SphereType.Builder<_B>SphereType.copyOf(SpatialIntervalType _other) static <_B> SphereType.Builder<_B>SphereType.copyOf(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> SphereType.Builder<_B>SphereType.copyOf(SphereType _other) static <_B> SphereType.Builder<_B>SphereType.copyOf(SphereType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> SphereType.Builder<_B>SphereType.copyOf(StcBaseType _other) static <_B> SphereType.Builder<_B>SphereType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SphereType.Builder<Void>SphereType.copyOnly(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SphereType.Builder<Void>SphereType.copyOnly(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SphereType.Builder<Void>SphereType.copyOnly(SphereType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static SphereType.Builder<Void>SphereType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SphereType.newCopyBuilder()<_B> SphereType.Builder<_B>SphereType.newCopyBuilder(_B _parentBuilder) <_B> SphereType.Builder<_B>SphereType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SphereType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SphereType.Builder.withCenter(Double3Type center) Sets the new value of "center" (any previous value will be replaced)SphereType.Builder.withEpoch(BigDecimal epoch) Sets the new value of "epoch" (any previous value will be replaced)SphereType.Builder.withFillFactor(Float fillFactor) Sets the new value of "fillFactor" (any previous value will be replaced)SphereType.Builder.withFrameId(Object frameId) Sets the new value of "frameId" (any previous value will be replaced)SphereType.Builder.withHiInclude(Boolean hiInclude) Sets the new value of "hiInclude" (any previous value will be replaced)Sets the new value of "href" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Sets the new value of "idref" (any previous value will be replaced)SphereType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)SphereType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)SphereType.Builder.withLoInclude(Boolean loInclude) Sets the new value of "loInclude" (any previous value will be replaced)SphereType.Builder.withRadius(Double1Type radius) Sets the new value of "radius" (any previous value will be replaced)SphereType.Builder.withRadiusUnit(String radiusUnit) Sets the new value of "radiusUnit" (any previous value will be replaced)Sets the new value of "type" (any previous value will be replaced)Sets the new value of "ucd" (any previous value will be replaced)Sets the new value of "unit" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type SphereType.BuilderModifier and TypeMethodDescriptionDouble3Type.Builder<? extends SphereType.Builder<_B>>SphereType.Builder.withCenter()Returns the existing builder or a new builder to build the value of the "center" property.Double1Type.Builder<? extends SphereType.Builder<_B>>SphereType.Builder.withRadius()Returns the existing builder or a new builder to build the value of the "radius" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type SphereType.BuilderModifier and TypeMethodDescriptionSphereType.Builder.copyOf(SphereType.Builder _other) <_B> voidSphereType.copyTo(SphereType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSphereType.copyTo(SphereType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.