Uses of Class
org.javastro.ivoa.entities.stc.v1.RegionAreaType.Builder
Packages that use RegionAreaType.Builder
-
Uses of RegionAreaType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return RegionAreaType.BuilderModifier and TypeMethodDescriptionstatic RegionAreaType.Builder<Void>RegionAreaType.builder()static RegionAreaType.Builder<Void>RegionAreaType.copyExcept(RegionAreaType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RegionAreaType.Builder.copyOf(RegionAreaType _other) RegionAreaType.Builder.copyOf(RegionAreaType.Builder _other) static <_B> RegionAreaType.Builder<_B>RegionAreaType.copyOf(RegionAreaType _other) static <_B> RegionAreaType.Builder<_B>RegionAreaType.copyOf(RegionAreaType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static RegionAreaType.Builder<Void>RegionAreaType.copyOnly(RegionAreaType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) RegionAreaType.newCopyBuilder()<_B> RegionAreaType.Builder<_B>RegionAreaType.newCopyBuilder(_B _parentBuilder) <_B> RegionAreaType.Builder<_B>RegionAreaType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) RegionAreaType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) RegionAreaType.Builder<? extends AllSkyType.Builder<_B>>AllSkyType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends BoxType.Builder<_B>>BoxType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends CircleType.Builder<_B>>CircleType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends ConvexHullType.Builder<_B>>ConvexHullType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends ConvexType.Builder<_B>>ConvexType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends DiffType.Builder<_B>>DiffType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends EllipseType.Builder<_B>>EllipseType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends IntersectionType.Builder<_B>>IntersectionType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends NegationType.Builder<_B>>NegationType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends PolygonType.Builder<_B>>PolygonType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends RegionType.Builder<_B>>RegionType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends SectorType.Builder<_B>>SectorType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends ShapeType.Builder<_B>>ShapeType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends SkyIndexType.Builder<_B>>SkyIndexType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder<? extends UnionType.Builder<_B>>UnionType.Builder.withArea()Returns the existing builder or a new builder to build the value of the "area" property.RegionAreaType.Builder.withLinearAreaUnit(String linearAreaUnit) Sets the new value of "linearAreaUnit" (any previous value will be replaced)RegionAreaType.Builder.withValidArea(boolean validArea) Sets the new value of "validArea" (any previous value will be replaced)RegionAreaType.Builder.withValue(double value) Sets the new value of "value" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type RegionAreaType.BuilderModifier and TypeMethodDescriptionRegionAreaType.Builder.copyOf(RegionAreaType.Builder _other) <_B> voidRegionAreaType.copyTo(RegionAreaType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidRegionAreaType.copyTo(RegionAreaType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.