Uses of Class
org.javastro.ivoa.entities.stc.v1.CircleType.Builder
Packages that use CircleType.Builder
-
Uses of CircleType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return CircleType.BuilderModifier and TypeMethodDescriptionstatic CircleType.Builder<Void>CircleType.builder()static CircleType.Builder<Void>CircleType.copyExcept(CircleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CircleType.Builder<Void>CircleType.copyExcept(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CircleType.Builder<Void>CircleType.copyExcept(RegionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CircleType.Builder<Void>CircleType.copyExcept(ShapeType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CircleType.Builder<Void>CircleType.copyExcept(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CircleType.Builder<Void>CircleType.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CircleType.Builder.copyOf(CircleType _other) CircleType.Builder.copyOf(CircleType.Builder _other) static <_B> CircleType.Builder<_B>CircleType.copyOf(CircleType _other) static <_B> CircleType.Builder<_B>CircleType.copyOf(CircleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CircleType.Builder<_B>CircleType.copyOf(CoordIntervalType _other) static <_B> CircleType.Builder<_B>CircleType.copyOf(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CircleType.Builder<_B>CircleType.copyOf(RegionType _other) static <_B> CircleType.Builder<_B>CircleType.copyOf(RegionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CircleType.Builder<_B>static <_B> CircleType.Builder<_B>CircleType.copyOf(ShapeType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CircleType.Builder<_B>CircleType.copyOf(SpatialIntervalType _other) static <_B> CircleType.Builder<_B>CircleType.copyOf(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> CircleType.Builder<_B>CircleType.copyOf(StcBaseType _other) static <_B> CircleType.Builder<_B>CircleType.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static CircleType.Builder<Void>CircleType.copyOnly(CircleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CircleType.Builder<Void>CircleType.copyOnly(CoordIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CircleType.Builder<Void>CircleType.copyOnly(RegionType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CircleType.Builder<Void>static CircleType.Builder<Void>CircleType.copyOnly(SpatialIntervalType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static CircleType.Builder<Void>CircleType.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CircleType.newCopyBuilder()<_B> CircleType.Builder<_B>CircleType.newCopyBuilder(_B _parentBuilder) <_B> CircleType.Builder<_B>CircleType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CircleType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CircleType.Builder.withArea(RegionAreaType area) Sets the new value of "area" (any previous value will be replaced)CircleType.Builder.withCenter(Double2Type center) Sets the new value of "center" (any previous value will be replaced)CircleType.Builder.withCoordSystemId(Object coordSystemId) Sets the new value of "coordSystemId" (any previous value will be replaced)CircleType.Builder.withEpoch(BigDecimal epoch) Sets the new value of "epoch" (any previous value will be replaced)CircleType.Builder.withFillFactor(Float fillFactor) Sets the new value of "fillFactor" (any previous value will be replaced)CircleType.Builder.withFrameId(Object frameId) Sets the new value of "frameId" (any previous value will be replaced)CircleType.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)CircleType.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)CircleType.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)CircleType.Builder.withLoInclude(Boolean loInclude) Sets the new value of "loInclude" (any previous value will be replaced)Sets the new value of "note" (any previous value will be replaced)CircleType.Builder.withRadius(Double1Type radius) Sets the new value of "radius" (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 CircleType.BuilderModifier and TypeMethodDescriptionRegionAreaType.Builder<? extends CircleType.Builder<_B>>CircleType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.Double2Type.Builder<? extends CircleType.Builder<_B>>CircleType.Builder.withCenter()Returns the existing builder or a new builder to build the value of the "center" property.Double1Type.Builder<? extends CircleType.Builder<_B>>CircleType.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 CircleType.BuilderModifier and TypeMethodDescriptionCircleType.Builder.copyOf(CircleType.Builder _other) <_B> voidCircleType.copyTo(CircleType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCircleType.copyTo(CircleType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.