Uses of Class
org.javastro.ivoa.entities.resource.sia.SkySize.Builder
Packages that use SkySize.Builder
-
Uses of SkySize.Builder in org.javastro.ivoa.entities.resource.sia
Methods in org.javastro.ivoa.entities.resource.sia that return SkySize.BuilderModifier and TypeMethodDescriptionstatic SkySize.Builder<Void>SkySize.builder()static SkySize.Builder<Void>SkySize.copyExcept(SkySize _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SkySize.Builder.copyOf(SkySize.Builder _other) static <_B> SkySize.Builder<_B>static <_B> SkySize.Builder<_B>SkySize.copyOf(SkySize _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SkySize.Builder<Void>SkySize.newCopyBuilder()<_B> SkySize.Builder<_B>SkySize.newCopyBuilder(_B _parentBuilder) <_B> SkySize.Builder<_B>SkySize.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SkySize.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SkySize.Builder.withLat(double lat) Sets the new value of "lat" (any previous value will be replaced)SkySize.Builder.withLong(double _long) Sets the new value of "_long" (any previous value will be replaced)SkySize.Builder<? extends SimpleImageAccess.Builder<_B>>SimpleImageAccess.Builder.withMaxImageExtent()Returns the existing builder or a new builder to build the value of the "maxImageExtent" property.SkySize.Builder<? extends SimpleImageAccess.Builder<_B>>SimpleImageAccess.Builder.withMaxQueryRegionSize()Returns the existing builder or a new builder to build the value of the "maxQueryRegionSize" property.SkySize.Builder<? extends Query.Builder<_B>>Query.Builder.withSize()Returns the existing builder or a new builder to build the value of the "size" property.Methods in org.javastro.ivoa.entities.resource.sia with parameters of type SkySize.BuilderModifier and TypeMethodDescriptionSkySize.Builder.copyOf(SkySize.Builder _other) <_B> voidSkySize.copyTo(SkySize.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidSkySize.copyTo(SkySize.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.