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 Details

    • SkyError

      public SkyError()
      Creates a new SkyError
    • SkyError

      public SkyError(SkyError other)
      Copy Constructor. Note that references will remain as is rather than be copied.
      Parameters:
      other - the object to be copied.
  • Method Details

    • copyMe

      public abstract SkyError copyMe()
      make a clone of the object taking into account current polymorhic type.
      Returns:
      the cloned object.
    • updateUsing

      public void updateUsing(SkyError other)
      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:
      forceLoad in interface org.ivoa.vodml.jpa.JPAManipulations