Uses of Class
org.javastro.ivoa.entities.stc.v1.CoordRefFrameType
Packages that use CoordRefFrameType
-
Uses of CoordRefFrameType in org.javastro.ivoa.entities.stc.v1
Subclasses of CoordRefFrameType in org.javastro.ivoa.entities.stc.v1Modifier and TypeClassDescriptionclassA custom space reference frame type defined through a 2-D Cartesian mapping (rotate and scale)classA custom space reference frame type defined through a 2-D Cartesian mapping (rotate and scale)classA custom space reference frame type defined through a 3-D Cartesian mapping (rotate and scale)classFK[45] type: needs an equinoxclassThe Geodetic reference frame; semi-major axis and inverse flattening may be provided to define the reference spheroid; the default is the IAU 1976 reference spheroidclassICRS type: no equinoxclassAbstract space reference frame typeclassA custom space reference frame type defined through pole and X-axis directionsFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type CoordRefFrameTypeModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType>GenericCoordFrameType.coordRefFrameHead element for the custom coordinate reference frame substitution groupprotected jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType>SpaceFrameType.spaceRefFrameCoordinate reference frame: optional equinox with either a standard reference system (ICRS, FK5, FK4) and optional standard pole (equatorial, ecliptic, galactic, etc.), or pole (positive Z-axis) and positive X-axis directionMethods in org.javastro.ivoa.entities.stc.v1 that return CoordRefFrameTypeModifier and TypeMethodDescriptionObjectFactory.createCoordRefFrameType()Create an instance ofCoordRefFrameTypeCoordRefFrameType.withRefFrameId(Object value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type CoordRefFrameTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordRefFrameType>ObjectFactory.createCoordRefFrame(CoordRefFrameType value) jakarta.xml.bind.JAXBElement<CoordRefFrameType>ObjectFactory.createCustomSpaceRefFrame(CoordRefFrameType value) jakarta.xml.bind.JAXBElement<CoordRefFrameType>ObjectFactory.createSpaceRefFrame(CoordRefFrameType value) jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType>GenericCoordFrameType.getCoordRefFrame()Head element for the custom coordinate reference frame substitution groupjakarta.xml.bind.JAXBElement<? extends CoordRefFrameType>SpaceFrameType.getSpaceRefFrame()Coordinate reference frame: optional equinox with either a standard reference system (ICRS, FK5, FK4) and optional standard pole (equatorial, ecliptic, galactic, etc.), or pole (positive Z-axis) and positive X-axis directionMethods in org.javastro.ivoa.entities.stc.v1 with parameters of type CoordRefFrameTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CoordRefFrameType>ObjectFactory.createCoordRefFrame(CoordRefFrameType value) jakarta.xml.bind.JAXBElement<CoordRefFrameType>ObjectFactory.createCustomSpaceRefFrame(CoordRefFrameType value) jakarta.xml.bind.JAXBElement<CoordRefFrameType>ObjectFactory.createSpaceRefFrame(CoordRefFrameType value) Method parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type CoordRefFrameTypeModifier and TypeMethodDescriptionvoidGenericCoordFrameType.setCoordRefFrame(jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> value) Sets the value of the coordRefFrame property.voidSpaceFrameType.setSpaceRefFrame(jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> value) Sets the value of the spaceRefFrame property.GenericCoordFrameType.withCoordRefFrame(jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> value) PixelFrameType.withCoordRefFrame(jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> value) SpaceFrameType.withSpaceRefFrame(jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> value) Constructor parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type CoordRefFrameTypeModifierConstructorDescriptionGenericCoordFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> coordRefFrame, CustomRefPosType coordRefPos, jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> coordFlavor) Fully-initialising value constructorPixelFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> coordRefFrame, CustomRefPosType coordRefPos, jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> coordFlavor, PixelType referencePixel, BigInteger axis1Order, BigInteger axis2Order, BigInteger axis3Order, Object refFrameId) Fully-initialising value constructorSpaceFrameType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, String name, jakarta.xml.bind.JAXBElement<? extends CoordRefFrameType> spaceRefFrame, jakarta.xml.bind.JAXBElement<? extends ReferencePositionType> referencePosition, CoordValueType offsetCenter, jakarta.xml.bind.JAXBElement<? extends CoordFlavorType> coordFlavor) Fully-initialising value constructor