Uses of Class
org.javastro.ivoa.entities.resource.dataservice.DataResource
Packages that use DataResource
-
Uses of DataResource in org.javastro.ivoa.entities.resource.dataservice
Subclasses of DataResource in org.javastro.ivoa.entities.resource.dataserviceModifier and TypeClassDescriptionclassWhile this includes classical astronomical catalogues, this resource is also appropriate for collections of observations or simulation results provided their metadata are available in a sufficiently structured form (e.g., Obscore, SSAP, etc).classThis is the appropriate resource type for normal VO services, e.g., TAP, SSAP, SIAP, ConeSearch.classThis resource type should only be used if the service has no common underlying tabular schema (e.g., a storage service) or if it is not explicitly accessible (e.g., an ftp server with images).Methods in org.javastro.ivoa.entities.resource.dataservice that return DataResourceModifier and TypeMethodDescriptionObjectFactory.createDataResource()Create an instance ofDataResourceDataResource.withAltIdentifiers(String... values) DataResource.withAltIdentifiers(Collection<String> values) DataResource.withCapabilities(Collection<Capability> values) DataResource.withCapabilities(Capability... values) DataResource.withContent(Content value) DataResource.withCoverage(Coverage value) DataResource.withCreated(LocalDateTime value) DataResource.withCuration(Curation value) DataResource.withFacilities(Collection<ResourceName> values) DataResource.withFacilities(ResourceName... values) DataResource.withIdentifier(String value) DataResource.withInstruments(Collection<ResourceName> values) DataResource.withInstruments(ResourceName... values) DataResource.withRights(Collection<Rights> values) DataResource.withRights(Rights... values) DataResource.withShortName(String value) DataResource.withStatus(String value) DataResource.withUpdated(LocalDateTime value) DataResource.withValidationLevels(Collection<Validation> values) DataResource.withValidationLevels(Validation... values) DataResource.withVersion(String value)