net.ivoa.xml.stc.stc_v1_30
Class VertexType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.VertexType

public class VertexType
extends java.lang.Object

Vertex is a position with optional SmallCircle element; the SmallCircle element indicates that the polygon side formed by that vertex and its predecessor vertex is a small circle, rather than a great circle; SmallCircle has no meaning in Cartesian coordinates

Java class for vertexType complex type.

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

 <complexType name="vertexType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Position" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double2Type"/>
         <element name="SmallCircle" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}smallCircleType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double2Type position
           
protected  javax.xml.bind.JAXBElement<SmallCircleType> smallCircle
           
 
Constructor Summary
VertexType()
           
 
Method Summary
 Double2Type getPosition()
          Gets the value of the position property.
 javax.xml.bind.JAXBElement<SmallCircleType> getSmallCircle()
          Gets the value of the smallCircle property.
 void setPosition(Double2Type value)
          Sets the value of the position property.
 void setSmallCircle(javax.xml.bind.JAXBElement<SmallCircleType> value)
          Sets the value of the smallCircle property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

position

protected Double2Type position

smallCircle

protected javax.xml.bind.JAXBElement<SmallCircleType> smallCircle
Constructor Detail

VertexType

public VertexType()
Method Detail

getPosition

public Double2Type getPosition()
Gets the value of the position property.

Returns:
possible object is Double2Type

setPosition

public void setPosition(Double2Type value)
Sets the value of the position property.

Parameters:
value - allowed object is Double2Type

getSmallCircle

public javax.xml.bind.JAXBElement<SmallCircleType> getSmallCircle()
Gets the value of the smallCircle property.

Returns:
possible object is JAXBElement<SmallCircleType>

setSmallCircle

public void setSmallCircle(javax.xml.bind.JAXBElement<SmallCircleType> value)
Sets the value of the smallCircle property.

Parameters:
value - allowed object is JAXBElement<SmallCircleType>


Copyright © 2011 VAMDC. All Rights Reserved.