Package org.ivoa.dm.adqlgeom
Class Shape
java.lang.Object
org.ivoa.dm.adqlgeom.Shape
- All Implemented Interfaces:
org.ivoa.vodml.jpa.JPAManipulations
@Embeddable
@MappedSuperclass
@VoDml(id="adqlgeom:Shape",
role=dataType)
public abstract class Shape
extends Object
implements org.ivoa.vodml.jpa.JPAManipulations
base type of all shapes.
dataType: Shape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ShapecopyMe()make a clone of the object taking into account current polymorhic type.voidvoidupdateUsing(Shape other) Update this object with the content of the given object.
-
Constructor Details
-
Shape
public Shape()Creates a new Shape -
Shape
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
-