Uses of Class
org.javastro.ivoa.entities.stc.v1.ObservatoryLocationType
Packages that use ObservatoryLocationType
-
Uses of ObservatoryLocationType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as ObservatoryLocationTypeModifier and TypeFieldDescriptionprotected ObservatoryLocationTypeObsDataLocationType.observatoryLocationSpecifies the location of the observatory during the observationMethods in org.javastro.ivoa.entities.stc.v1 that return ObservatoryLocationTypeModifier and TypeMethodDescriptionObjectFactory.createObservatoryLocationType()Create an instance ofObservatoryLocationTypeObsDataLocationType.getObservatoryLocation()Specifies the location of the observatory during the observationObservatoryLocationType.withCoordAreas(jakarta.xml.bind.JAXBElement<? extends CoordAreaType>... values) ObservatoryLocationType.withCoordAreas(Collection<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> values) ObservatoryLocationType.withCoords(jakarta.xml.bind.JAXBElement<? extends CoordsType>... values) ObservatoryLocationType.withCoords(Collection<jakarta.xml.bind.JAXBElement<? extends CoordsType>> values) ObservatoryLocationType.withCoordSys(jakarta.xml.bind.JAXBElement<? extends CoordSysType>... values) ObservatoryLocationType.withCoordSys(Collection<jakarta.xml.bind.JAXBElement<? extends CoordSysType>> values) ObservatoryLocationType.withIDREFType(String value) ObservatoryLocationType.withIDType(String value) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type ObservatoryLocationTypeModifier and TypeMethodDescriptionvoidObsDataLocationType.setObservatoryLocation(ObservatoryLocationType value) Sets the value of the observatoryLocation property.ObsDataLocationType.withObservatoryLocation(ObservatoryLocationType value) Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type ObservatoryLocationTypeModifierConstructorDescriptionObsDataLocationType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, ObservatoryLocationType observatoryLocation, AstroSTCDescriptionType observationLocation, PixelSpaceType pixelSpace) Fully-initialising value constructor