Uses of Class
org.javastro.ivoa.entities.stc.v1.AstroSTCDescriptionType
Packages that use AstroSTCDescriptionType
Package
Description
-
Uses of AstroSTCDescriptionType in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice declared as AstroSTCDescriptionTypeModifier and TypeFieldDescriptionprotected AstroSTCDescriptionTypeCoverage.stcResourceProfileAn STC 1.0 description of the location of the resource's data on the sky, in time, and in frequency space, including resolution.Methods in org.javastro.ivoa.entities.resource.dataservice that return AstroSTCDescriptionTypeModifier and TypeMethodDescriptionCoverage.getSTCResourceProfile()An STC 1.0 description of the location of the resource's data on the sky, in time, and in frequency space, including resolution.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type AstroSTCDescriptionTypeModifier and TypeMethodDescriptionvoidCoverage.setSTCResourceProfile(AstroSTCDescriptionType value) Sets the value of the stcResourceProfile property.Coverage.withSTCResourceProfile(AstroSTCDescriptionType value) Constructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type AstroSTCDescriptionTypeModifierConstructorDescriptionCoverage(AstroSTCDescriptionType stcResourceProfile, SpatialCoverage spatial, List<String> temporals, List<String> spectrals, ServiceReference footprint, List<Waveband> wavebands, Float regionOfRegard) Fully-initialising value constructor -
Uses of AstroSTCDescriptionType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as AstroSTCDescriptionTypeModifier and TypeFieldDescriptionprotected AstroSTCDescriptionTypeObsDataLocationType.observationLocationDescribes the spatial and temporal coverage of the observationMethods in org.javastro.ivoa.entities.stc.v1 that return AstroSTCDescriptionTypeModifier and TypeMethodDescriptionObjectFactory.createAstroSTCDescriptionType()Create an instance ofAstroSTCDescriptionTypeObsDataLocationType.getObservationLocation()Describes the spatial and temporal coverage of the observationAstroSTCDescriptionType.withCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... values) AstroSTCDescriptionType.withCoordAreas(Collection<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> values) AstroSTCDescriptionType.withCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... values) AstroSTCDescriptionType.withCoords(Collection<jakarta.xml.bind.JAXBElement<? extends CoordsType>> values) AstroSTCDescriptionType.withCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... values) AstroSTCDescriptionType.withCoordSys(Collection<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> values) AstroSTCDescriptionType.withIDREFType(String value) AstroSTCDescriptionType.withIDType(String value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type AstroSTCDescriptionTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AstroSTCDescriptionType>ObjectFactory.createCatalogEntryLocation(AstroSTCDescriptionType value) jakarta.xml.bind.JAXBElement<AstroSTCDescriptionType>ObjectFactory.createSearchLocation(AstroSTCDescriptionType value) jakarta.xml.bind.JAXBElement<AstroSTCDescriptionType>ObjectFactory.createSTCDescription(AstroSTCDescriptionType value) jakarta.xml.bind.JAXBElement<AstroSTCDescriptionType>ObjectFactory.createSTCResourceProfile(AstroSTCDescriptionType value) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroSTCDescriptionTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AstroSTCDescriptionType>ObjectFactory.createCatalogEntryLocation(AstroSTCDescriptionType value) jakarta.xml.bind.JAXBElement<AstroSTCDescriptionType>ObjectFactory.createSearchLocation(AstroSTCDescriptionType value) jakarta.xml.bind.JAXBElement<AstroSTCDescriptionType>ObjectFactory.createSTCDescription(AstroSTCDescriptionType value) jakarta.xml.bind.JAXBElement<AstroSTCDescriptionType>ObjectFactory.createSTCResourceProfile(AstroSTCDescriptionType value) voidObsDataLocationType.setObservationLocation(AstroSTCDescriptionType value) Sets the value of the observationLocation property.ObsDataLocationType.withObservationLocation(AstroSTCDescriptionType value) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroSTCDescriptionTypeModifierConstructorDescriptionObsDataLocationType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, ObservatoryLocationType observatoryLocation, AstroSTCDescriptionType observationLocation, PixelSpaceType pixelSpace) Fully-initialising value constructor