Package org.ivoa.dm.demodm.catalog
Class SkyError
java.lang.Object
org.ivoa.dm.demodm.catalog.SkyError
- All Implemented Interfaces:
org.ivoa.vodml.jpa.JPAManipulations
- Direct Known Subclasses:
AlignedEllipse,CircleError,GenericEllipse
@Embeddable
@MappedSuperclass
@VoDml(id="DemoDM:catalog.SkyError",
role=dataType)
public abstract class SkyError
extends Object
implements org.ivoa.vodml.jpa.JPAManipulations
Error of a position on the sky.
dataType: SkyError
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SkyErrorcopyMe()make a clone of the object taking into account current polymorhic type.voidvoidupdateUsing(SkyError other) Update this object with the content of the given object.
-
Constructor Details
-
SkyError
public SkyError()Creates a new SkyError -
SkyError
Copy Constructor. Note that references will remain as is rather than be copied.- Parameters:
other- the object to be copied.
-
-
Method Details
-
copyMe
make a clone of the object taking into account current polymorhic type.- Returns:
- the cloned object.
-
updateUsing
Update this object with the content of the given object. Note that references will remain as is rather than be copied.- Parameters:
other- the object to be copied.
-
forceLoad
public void forceLoad()- Specified by:
forceLoadin interfaceorg.ivoa.vodml.jpa.JPAManipulations
-