Uses of Class
org.javastro.ivoa.entities.resource.dataservice.Coverage.Builder
Packages that use Coverage.Builder
-
Uses of Coverage.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return Coverage.BuilderModifier and TypeMethodDescriptionCoverage.Builder.addSpectrals(Iterable<? extends String> spectrals) Adds the given items to the value of "spectrals"Coverage.Builder.addSpectrals(String... spectrals) Adds the given items to the value of "spectrals"Coverage.Builder.addTemporals(Iterable<? extends String> temporals) Adds the given items to the value of "temporals"Coverage.Builder.addTemporals(String... temporals) Adds the given items to the value of "temporals"Coverage.Builder.addWavebands(Iterable<? extends Waveband> wavebands) Adds the given items to the value of "wavebands"Coverage.Builder.addWavebands(Waveband... wavebands) Adds the given items to the value of "wavebands"static Coverage.Builder<Void>Coverage.builder()static Coverage.Builder<Void>Coverage.copyExcept(Coverage _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Coverage.Builder.copyOf(Coverage.Builder _other) static <_B> Coverage.Builder<_B>static <_B> Coverage.Builder<_B>Coverage.copyOf(Coverage _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Coverage.Builder<Void>Coverage.newCopyBuilder()<_B> Coverage.Builder<_B>Coverage.newCopyBuilder(_B _parentBuilder) <_B> Coverage.Builder<_B>Coverage.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Coverage.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Coverage.Builder<? extends CatalogResource.Builder<_B>>CatalogResource.Builder.withCoverage()Returns the existing builder or a new builder to build the value of the "coverage" property.Coverage.Builder<? extends CatalogService.Builder<_B>>CatalogService.Builder.withCoverage()Returns the existing builder or a new builder to build the value of the "coverage" property.Coverage.Builder<? extends DataCollection.Builder<_B>>DataCollection.Builder.withCoverage()Returns the existing builder or a new builder to build the value of the "coverage" property.Coverage.Builder<? extends DataResource.Builder<_B>>DataResource.Builder.withCoverage()Returns the existing builder or a new builder to build the value of the "coverage" property.Coverage.Builder<? extends DataService.Builder<_B>>DataService.Builder.withCoverage()Returns the existing builder or a new builder to build the value of the "coverage" property.Coverage.Builder.withFootprint(ServiceReference footprint) Sets the new value of "footprint" (any previous value will be replaced)Coverage.Builder.withRegionOfRegard(Float regionOfRegard) Sets the new value of "regionOfRegard" (any previous value will be replaced)Coverage.Builder.withSpatial(SpatialCoverage spatial) Sets the new value of "spatial" (any previous value will be replaced)Coverage.Builder.withSpectrals(Iterable<? extends String> spectrals) Sets the new value of "spectrals" (any previous value will be replaced)Coverage.Builder.withSpectrals(String... spectrals) Sets the new value of "spectrals" (any previous value will be replaced)Coverage.Builder.withSTCResourceProfile(AstroSTCDescriptionType stcResourceProfile) Sets the new value of "stcResourceProfile" (any previous value will be replaced)Coverage.Builder.withTemporals(Iterable<? extends String> temporals) Sets the new value of "temporals" (any previous value will be replaced)Coverage.Builder.withTemporals(String... temporals) Sets the new value of "temporals" (any previous value will be replaced)Coverage.Builder.withWavebands(Iterable<? extends Waveband> wavebands) Sets the new value of "wavebands" (any previous value will be replaced)Coverage.Builder.withWavebands(Waveband... wavebands) Sets the new value of "wavebands" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type Coverage.BuilderModifier and TypeMethodDescriptionServiceReference.Builder<? extends Coverage.Builder<_B>>Coverage.Builder.withFootprint()Returns the existing builder or a new builder to build the value of the "footprint" property.SpatialCoverage.Builder<? extends Coverage.Builder<_B>>Coverage.Builder.withSpatial()Returns the existing builder or a new builder to build the value of the "spatial" property.AstroSTCDescriptionType.Builder<? extends Coverage.Builder<_B>>Coverage.Builder.withSTCResourceProfile()Returns the existing builder or a new builder to build the value of the "stcResourceProfile" property.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type Coverage.BuilderModifier and TypeMethodDescriptionCoverage.Builder.copyOf(Coverage.Builder _other) <_B> voidCoverage.copyTo(Coverage.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCoverage.copyTo(Coverage.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.