Uses of Class
org.javastro.ivoa.entities.stc.v1.AstroCoordsFileType
Packages that use AstroCoordsFileType
-
Uses of AstroCoordsFileType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 declared as AstroCoordsFileTypeModifier and TypeFieldDescriptionprotected AstroCoordsFileTypeAstroCoordsType.coordFileSome or all coordinate values may be given in fileFields in org.javastro.ivoa.entities.stc.v1 with type parameters of type AstroCoordsFileTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsType,AstroCoordsFileType> AstroCoordsType.PropInfo.COORD_FILEstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsFileType,FitsType> AstroCoordsFileType.PropInfo.FITS_FILEstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsFileType,CoordFITSColumnsType> AstroCoordsFileType.PropInfo.FITS_POSITIONstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsFileType,CoordFITSColumnsType> AstroCoordsFileType.PropInfo.FITS_REDSHIFTstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsFileType,CoordFITSColumnsType> AstroCoordsFileType.PropInfo.FITS_SPECTRALstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsFileType,CoordFITSColumnsType> AstroCoordsFileType.PropInfo.FITS_TIMEstatic final com.kscs.util.jaxb.SinglePropertyInfo<AstroCoordsFileType,CoordFITSColumnsType> AstroCoordsFileType.PropInfo.FITS_VELOCITYMethods in org.javastro.ivoa.entities.stc.v1 with type parameters of type AstroCoordsFileTypeModifier and TypeMethodDescriptionprotected <_P extends AstroCoordsFileType>
_PAstroCoordsFileType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.stc.v1 that return AstroCoordsFileTypeModifier and TypeMethodDescriptionAstroCoordsFileType.Builder.build()AstroCoordsFileType.clone()AstroCoordsFileType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) AstroCoordsFileType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectFactory.createAstroCoordsFileType()Create an instance ofAstroCoordsFileTypeAstroCoordsFileType.createCopy()AstroCoordsFileType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) AstroCoordsType.getCoordFile()Some or all coordinate values may be given in fileAstroCoordsFileType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroCoordsFileTypeModifier and TypeMethodDescriptionstatic AstroCoordsFileType.Builder<Void>AstroCoordsFileType.copyExcept(AstroCoordsFileType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) AstroCoordsFileType.Builder.copyOf(AstroCoordsFileType _other) static <_B> AstroCoordsFileType.Builder<_B>AstroCoordsFileType.copyOf(AstroCoordsFileType _other) static <_B> AstroCoordsFileType.Builder<_B>AstroCoordsFileType.copyOf(AstroCoordsFileType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static AstroCoordsFileType.Builder<Void>AstroCoordsFileType.copyOnly(AstroCoordsFileType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidAstroCoordsType.Modifier.setCoordFile(AstroCoordsFileType coordFile) voidAstroCoordsType.setCoordFile(AstroCoordsFileType value) Sets the value of the coordFile property.AstroCoordsType.Builder.withCoordFile(AstroCoordsFileType coordFile) Sets the new value of "coordFile" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.stc.v1 with parameters of type AstroCoordsFileTypeModifierConstructorDescriptionAstroCoordsType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, List<jakarta.xml.bind.JAXBElement<? extends CoordinateType>> genCoordinates, Object coordSystemId, TimeCoordinateType time, jakarta.xml.bind.JAXBElement<? extends CoordinateType> position, jakarta.xml.bind.JAXBElement<? extends CoordinateType> velocity, SpectralCoordinateType spectral, RedshiftCoordinateType redshift, AstroCoordsFileType coordFile, OrbitType orbit) Fully-initialising value constructorBuilder(_B _parentBuilder, AstroCoordsFileType _other, boolean _copy) Builder(_B _parentBuilder, AstroCoordsFileType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)