Uses of Class
org.javastro.ivoa.entities.stc.v1.CoordAreaType
Packages that use CoordAreaType
-
Uses of CoordAreaType in org.javastro.ivoa.entities.stc.v1
Subclasses of CoordAreaType in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionclassAstronomical area typeclassPixel area typeFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type CoordAreaTypeModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>>StcDescriptionType.coordAreasGeneral coordinate area description; head element but not abstractMethods in org.javastro.ivoa.entities.stc.v1 that return CoordAreaTypeModifier and TypeMethodDescriptionObjectFactory.createCoordAreaType()Create an instance ofCoordAreaTypeCoordAreaType.withCoordIntervals(jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>... values) CoordAreaType.withCoordIntervals(Collection<jakarta.xml.bind.JAXBElement<? extends CoordIntervalType>> values) CoordAreaType.withCoordSystemId(Object value) CoordAreaType.withIDREFType(String value) CoordAreaType.withIDType(String value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type CoordAreaTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordAreaType>ObjectFactory.createCoordArea(CoordAreaType value) List<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>>StcDescriptionType.getCoordAreas()General coordinate area description; head element but not abstract Gets the value of the coordAreas property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type CoordAreaTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordAreaType>ObjectFactory.createCoordArea(CoordAreaType value) Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type CoordAreaTypeModifier and TypeMethodDescriptionAstroSTCDescriptionType.withCoordAreas(Collection<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> values) ObservatoryLocationType.withCoordAreas(Collection<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> values) PixelSpaceType.withCoordAreas(Collection<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> values) StcDescriptionType.withCoordAreas(Collection<jakarta.xml.bind.JAXBElement<? extends CoordAreaType>> values)