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