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 final CoverageCoverage.Builder._storedValueprotected 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.Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type CoverageModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<DataCollection,Coverage> DataCollection.PropInfo.COVERAGEstatic final com.kscs.util.jaxb.SinglePropertyInfo<DataResource,Coverage> DataResource.PropInfo.COVERAGEstatic final com.kscs.util.jaxb.SinglePropertyInfo<Coverage,ServiceReference> Coverage.PropInfo.FOOTPRINTCoverage.PropInfo.REGION_OF_REGARDstatic final com.kscs.util.jaxb.SinglePropertyInfo<Coverage,SpatialCoverage> Coverage.PropInfo.SPATIALCoverage.PropInfo.SPECTRALSstatic final com.kscs.util.jaxb.SinglePropertyInfo<Coverage,AstroSTCDescriptionType> Coverage.PropInfo.STC_RESOURCE_PROFILECoverage.PropInfo.TEMPORALSCoverage.PropInfo.WAVEBANDSMethods in org.javastro.ivoa.entities.resource.dataservice with type parameters of type CoverageModifier and TypeMethodDescriptionprotected <_P extends Coverage>
_PCoverage.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.dataservice that return CoverageModifier and TypeMethodDescriptionCoverage.Builder.build()Coverage.clone()Coverage.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Coverage.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Coverage.createCopy()Coverage.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.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.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type CoverageModifier and TypeMethodDescriptionstatic Coverage.Builder<Void>Coverage.copyExcept(Coverage _other, com.kscs.util.jaxb.PropertyTree _propertyTree) 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>voidDataCollection.Modifier.setCoverage(Coverage coverage) voidDataCollection.setCoverage(Coverage value) Sets the value of the coverage property.voidDataResource.Modifier.setCoverage(Coverage coverage) voidDataResource.setCoverage(Coverage value) Sets the value of the coverage property.CatalogResource.Builder.withCoverage(Coverage coverage) Sets the new value of "coverage" (any previous value will be replaced)CatalogService.Builder.withCoverage(Coverage coverage) Sets the new value of "coverage" (any previous value will be replaced)DataCollection.Builder.withCoverage(Coverage coverage) Sets the new value of "coverage" (any previous value will be replaced)DataResource.Builder.withCoverage(Coverage coverage) Sets the new value of "coverage" (any previous value will be replaced)DataService.Builder.withCoverage(Coverage coverage) Sets the new value of "coverage" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type CoverageModifierConstructorDescriptionBuilder(_B _parentBuilder, Coverage _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CatalogResource(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