Uses of Class
org.javastro.ivoa.entities.stc.v1.HealpixType.Builder
Packages that use HealpixType.Builder
-
Uses of HealpixType.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return HealpixType.BuilderModifier and TypeMethodDescriptionstatic HealpixType.Builder<Void>HealpixType.builder()static HealpixType.Builder<Void>HealpixType.copyExcept(CoordFlavorType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static HealpixType.Builder<Void>HealpixType.copyExcept(HealpixType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) HealpixType.Builder.copyOf(HealpixType _other) HealpixType.Builder.copyOf(HealpixType.Builder _other) static <_B> HealpixType.Builder<_B>HealpixType.copyOf(CoordFlavorType _other) static <_B> HealpixType.Builder<_B>HealpixType.copyOf(CoordFlavorType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> HealpixType.Builder<_B>HealpixType.copyOf(HealpixType _other) static <_B> HealpixType.Builder<_B>HealpixType.copyOf(HealpixType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static HealpixType.Builder<Void>HealpixType.copyOnly(CoordFlavorType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static HealpixType.Builder<Void>HealpixType.copyOnly(HealpixType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) HealpixType.newCopyBuilder()<_B> HealpixType.Builder<_B>HealpixType.newCopyBuilder(_B _parentBuilder) <_B> HealpixType.Builder<_B>HealpixType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) HealpixType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) HealpixType.Builder.withCoordNaxes(Integer coordNaxes) Sets the new value of "coordNaxes" (any previous value will be replaced)HealpixType.Builder.withHandedness(String handedness) Sets the new value of "handedness" (any previous value will be replaced)HealpixType.Builder.withHealpixH(BigInteger healpixH) Sets the new value of "healpixH" (any previous value will be replaced)HealpixType.Builder.withHealpixK(BigInteger healpixK) Sets the new value of "healpixK" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type HealpixType.BuilderModifier and TypeMethodDescriptionHealpixType.Builder.copyOf(HealpixType.Builder _other) <_B> voidHealpixType.copyTo(HealpixType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidHealpixType.copyTo(HealpixType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.