Uses of Class
org.javastro.ivoa.entities.stc.v1.CoordFlavorType
Packages that use CoordFlavorType
-
Uses of CoordFlavorType in org.javastro.ivoa.entities.stc.v1
Subclasses of CoordFlavorType in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionclass2-D Healpix coordinates; defaults for H(4) and K(3)Fields in org.javastro.ivoa.entities.stc.v1 with type parameters of type CoordFlavorTypeModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends CoordFlavorType>GenericCoordFrameType.coordFlavorProvides the coordinate definitions: number of axes, SPHERICAL, CARTESIAN, UNITSPHERE, POLAR, or HEALPIX, presence of velocitiesprotected jakarta.xml.bind.JAXBElement<? extends CoordFlavorType>SpaceFrameType.coordFlavorProvides the coordinate definitions: number of axes, SPHERICAL, CARTESIAN, UNITSPHERE, POLAR, or HEALPIX, presence of velocitiesMethods in org.javastro.ivoa.entities.stc.v1 that return CoordFlavorTypeModifier and TypeMethodDescriptionObjectFactory.createCoordFlavorType()Create an instance ofCoordFlavorTypeCoordFlavorType.withCoordNaxes(Integer value) CoordFlavorType.withHandedness(String value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type CoordFlavorTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createCARTESIAN(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createCoordFlavor(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createCYLINDRICAL(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createPOLAR(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createSPHERICAL(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createSTRING(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createUNITSPHERE(CoordFlavorType value) jakarta.xml.bind.JAXBElement<? extends CoordFlavorType>GenericCoordFrameType.getCoordFlavor()Provides the coordinate definitions: number of axes, SPHERICAL, CARTESIAN, UNITSPHERE, POLAR, or HEALPIX, presence of velocitiesjakarta.xml.bind.JAXBElement<? extends CoordFlavorType>SpaceFrameType.getCoordFlavor()Provides the coordinate definitions: number of axes, SPHERICAL, CARTESIAN, UNITSPHERE, POLAR, or HEALPIX, presence of velocitiesMethods in org.javastro.ivoa.entities.stc.v1 with parameters of type CoordFlavorTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createCARTESIAN(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createCoordFlavor(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createCYLINDRICAL(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createPOLAR(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createSPHERICAL(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createSTRING(CoordFlavorType value) jakarta.xml.bind.JAXBElement<CoordFlavorType>ObjectFactory.createUNITSPHERE(CoordFlavorType value) Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type CoordFlavorTypeModifier and TypeMethodDescriptionvoidGenericCoordFrameType.setCoordFlavor(jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> value) Sets the value of the coordFlavor property.voidSpaceFrameType.setCoordFlavor(jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> value) Sets the value of the coordFlavor property.GenericCoordFrameType.withCoordFlavor(jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> value) PixelFrameType.withCoordFlavor(jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> value) SpaceFrameType.withCoordFlavor(jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> value)