Class EllipseType

All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public class EllipseType extends ShapeType implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Ellipse shape: center, semi-major, semi-minor axis and position angle; in spherical coordinates defined as the shape cut out of the sphere by a cone with elliptical cross-section

Java class for ellipseType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ellipseType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}shapeType">
       <sequence>
         <element name="Center" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double2Type"/>
         <element name="SemiMajorAxis" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double1Type"/>
         <element name="SemiMinorAxis" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double1Type"/>
         <element name="PosAngle" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posAngleType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • center

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected Double2Type center
      The coordinates of the circle's center
    • semiMajorAxis

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected Double1Type semiMajorAxis
      The radius of the circle
    • semiMinorAxis

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected Double1Type semiMinorAxis
      Half the minor axis of the ellipse, in radius_unit
    • posAngle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected PosAngleType posAngle
      Position angle of major axis (Radius).
  • Constructor Details

  • Method Details

    • getCenter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Double2Type getCenter()
      The coordinates of the circle's center
      Returns:
      possible object is Double2Type
    • setCenter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setCenter(Double2Type value)
      Sets the value of the center property.
      Parameters:
      value - allowed object is Double2Type
      See Also:
    • getSemiMajorAxis

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Double1Type getSemiMajorAxis()
      The radius of the circle
      Returns:
      possible object is Double1Type
    • setSemiMajorAxis

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setSemiMajorAxis(Double1Type value)
      Sets the value of the semiMajorAxis property.
      Parameters:
      value - allowed object is Double1Type
      See Also:
    • getSemiMinorAxis

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Double1Type getSemiMinorAxis()
      Half the minor axis of the ellipse, in radius_unit
      Returns:
      possible object is Double1Type
    • setSemiMinorAxis

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setSemiMinorAxis(Double1Type value)
      Sets the value of the semiMinorAxis property.
      Parameters:
      value - allowed object is Double1Type
      See Also:
    • getPosAngle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public PosAngleType getPosAngle()
      Position angle of major axis (Radius).
      Returns:
      possible object is PosAngleType
    • setPosAngle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setPosAngle(PosAngleType value)
      Sets the value of the posAngle property.
      Parameters:
      value - allowed object is PosAngleType
      See Also:
    • equals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public boolean equals(Object object)
      Overrides:
      equals in class ShapeType
    • hashCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public int hashCode()
      Overrides:
      hashCode in class ShapeType
    • toString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String toString()
      Overrides:
      toString in class ShapeType
    • append

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class ShapeType
    • appendFields

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class ShapeType
    • withCenter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withCenter(Double2Type value)
    • withSemiMajorAxis

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withSemiMajorAxis(Double1Type value)
    • withSemiMinorAxis

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withSemiMinorAxis(Double1Type value)
    • withPosAngle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withPosAngle(PosAngleType value)
    • withArea

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withArea(RegionAreaType value)
      Overrides:
      withArea in class ShapeType
    • withNote

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withNote(String value)
      Overrides:
      withNote in class ShapeType
    • withCoordSystemId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withCoordSystemId(Object value)
      Overrides:
      withCoordSystemId in class ShapeType
    • withEpoch

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withEpoch(BigDecimal value)
      Overrides:
      withEpoch in class ShapeType
    • withUnit

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withUnit(String value)
      Overrides:
      withUnit in class ShapeType
    • withLoInclude

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withLoInclude(Boolean value)
      Overrides:
      withLoInclude in class ShapeType
    • withHiInclude

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withHiInclude(Boolean value)
      Overrides:
      withHiInclude in class ShapeType
    • withFillFactor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withFillFactor(Float value)
      Overrides:
      withFillFactor in class ShapeType
    • withFrameId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withFrameId(Object value)
      Overrides:
      withFrameId in class ShapeType
    • withId

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withId(String value)
      Overrides:
      withId in class ShapeType
    • withIdref

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withIdref(Object value)
      Overrides:
      withIdref in class ShapeType
    • withUcd

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withUcd(String value)
      Overrides:
      withUcd in class ShapeType
    • withType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withType(String value)
      Overrides:
      withType in class ShapeType
    • withHref

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withHref(String value)
      Overrides:
      withHref in class ShapeType
    • withIDType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withIDType(String value)
      Overrides:
      withIDType in class ShapeType
    • withIDREFType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public EllipseType withIDREFType(String value)
      Overrides:
      withIDREFType in class ShapeType
    • mergeFrom

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(Object left, Object right)
      Specified by:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class ShapeType
    • mergeFrom

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)
      Specified by:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class ShapeType
    • createNewInstance

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      createNewInstance in class ShapeType