Uses of Class
org.javastro.ivoa.entities.stc.v1.GenericCoordFrameType
Packages that use GenericCoordFrameType
-
Uses of GenericCoordFrameType in org.javastro.ivoa.entities.stc.v1
Subclasses of GenericCoordFrameType in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionclassA pixel coordinate frame (which may be 1-D, 2-D, or 3-D) consists of a coordinate frame, a reference position, a flavor, a reference pixel array and the order in which the pixel axes appear in the pixel arrayFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type GenericCoordFrameTypeModifier and TypeFieldDescriptionprotected List<GenericCoordFrameType>CoordSysType.coordFramesCoordFrame substitution group head elementMethods in org.javastro.ivoa.entities.stc.v1 that return GenericCoordFrameTypeModifier and TypeMethodDescriptionObjectFactory.createGenericCoordFrameType()Create an instance ofGenericCoordFrameTypeGenericCoordFrameType.withCoordFlavor(jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> value) GenericCoordFrameType.withCoordRefFrame(jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> value) GenericCoordFrameType.withCoordRefPos(CustomRefPosType value) GenericCoordFrameType.withIDREFType(String value) GenericCoordFrameType.withIDType(String value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type GenericCoordFrameTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<GenericCoordFrameType>ObjectFactory.createCoordFrame(GenericCoordFrameType value) CoordSysType.getCoordFrames()CoordFrame substitution group head element Gets the value of the coordFrames property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type GenericCoordFrameTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<GenericCoordFrameType>ObjectFactory.createCoordFrame(GenericCoordFrameType value) AstroCoordSystemType.withCoordFrames(GenericCoordFrameType... values) CoordSysType.withCoordFrames(GenericCoordFrameType... values) PixelCoordSystemType.withCoordFrames(GenericCoordFrameType... values) Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type GenericCoordFrameTypeModifier and TypeMethodDescriptionAstroCoordSystemType.withCoordFrames(Collection<GenericCoordFrameType> values) CoordSysType.withCoordFrames(Collection<GenericCoordFrameType> values) PixelCoordSystemType.withCoordFrames(Collection<GenericCoordFrameType> values) Constructor parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type GenericCoordFrameTypeModifierConstructorDescriptionAstroCoordSystemType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<GenericCoordFrameType> coordFrames, TimeFrameType timeFrame, SpaceFrameType spaceFrame, SpectralFrameType spectralFrame, RedshiftFrameType redshiftFrame) Fully-initialising value constructorCoordSysType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<GenericCoordFrameType> coordFrames) Fully-initialising value constructorPixelCoordSystemType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<GenericCoordFrameType> coordFrames, List<PixelFrameType> pixelCoordFrames) Fully-initialising value constructor