Uses of Class
org.javastro.ivoa.entities.resource.dataservice.Coverage
Packages that use Coverage
-
Uses of Coverage in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice declared as CoverageModifier and TypeFieldDescriptionprotected CoverageDataCollection.coverageExtent of the content of the resource over space, time, and frequency.protected CoverageDataResource.coverageExtent of the content of the resource over space, time, and frequency.Methods in org.javastro.ivoa.entities.resource.dataservice that return CoverageModifier and TypeMethodDescriptionObjectFactory.createCoverage()Create an instance ofCoverageDataCollection.getCoverage()Extent of the content of the resource over space, time, and frequency.DataResource.getCoverage()Extent of the content of the resource over space, time, and frequency.Coverage.withFootprint(ServiceReference value) Coverage.withRegionOfRegard(Float value) Coverage.withSpatial(SpatialCoverage value) Coverage.withSpectrals(String... values) Coverage.withSpectrals(Collection<String> values) Coverage.withSTCResourceProfile(AstroSTCDescriptionType value) Coverage.withTemporals(String... values) Coverage.withTemporals(Collection<String> values) Coverage.withWavebands(Collection<Waveband> values) Coverage.withWavebands(Waveband... values) Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type CoverageModifier and TypeMethodDescriptionvoidDataCollection.setCoverage(Coverage value) Sets the value of the coverage property.voidDataResource.setCoverage(Coverage value) Sets the value of the coverage property.CatalogResource.withCoverage(Coverage value) CatalogService.withCoverage(Coverage value) DataCollection.withCoverage(Coverage value) DataResource.withCoverage(Coverage value) DataService.withCoverage(Coverage value) Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type CoverageModifierConstructorDescriptionCatalogResource(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities, List<ResourceName> facilities, List<ResourceName> instruments, Coverage coverage, Tableset tableset) Fully-initialising value constructorCatalogService(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities, List<ResourceName> facilities, List<ResourceName> instruments, Coverage coverage, Tableset tableset) Fully-initialising value constructorDataCollection(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<ResourceName> facilities, List<ResourceName> instruments, List<Rights> rights, List<Format> formats, Coverage coverage, Tableset tableset, AccessURL accessURL) Fully-initialising value constructorDataResource(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities, List<ResourceName> facilities, List<ResourceName> instruments, Coverage coverage) Fully-initialising value constructorDataService(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<Rights> rights, List<Capability> capabilities, List<ResourceName> facilities, List<ResourceName> instruments, Coverage coverage) Fully-initialising value constructor