Package org.ivoa.dm.adqlgeom
Class Ellipse.EllipseBuilder
java.lang.Object
org.ivoa.dm.adqlgeom.Ellipse.EllipseBuilder
- Enclosing class:
- Ellipse
A builder class for Ellipse, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.javastro.ivoacore.pgsphere.types.Pointthe centre of the circle.major axis size in radians.minor axis size in radians.The position angle pos is defined as a counterclockwise rotation around the ellipse center and is zero, if the ellipse is “parallel to the equator”. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
major_axis
major axis size in radians. -
minor_axis
minor axis size in radians. -
center
public org.javastro.ivoacore.pgsphere.types.Point centerthe centre of the circle. -
pos_angle
The position angle pos is defined as a counterclockwise rotation around the ellipse center and is zero, if the ellipse is “parallel to the equator”.
-
-
Constructor Details
-
EllipseBuilder
public EllipseBuilder()
-
-
Method Details
-
create
create a Ellipse from this builder.- Returns:
- an object initialized from the builder.
-