net.ivoa.xml.stc.stc_v1_30
Class SectorType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
          extended by net.ivoa.xml.stc.stc_v1_30.SpatialIntervalType
              extended by net.ivoa.xml.stc.stc_v1_30.RegionType
                  extended by net.ivoa.xml.stc.stc_v1_30.ShapeType
                      extended by net.ivoa.xml.stc.stc_v1_30.SectorType

public class SectorType
extends ShapeType

A sector is the counter-clockwise area between two half-lines

Java class for sectorType complex type.

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

 <complexType name="sectorType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}shapeType">
       <sequence>
         <element name="Position" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double2Type"/>
         <element name="PosAngle1" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posAngleType"/>
         <element name="PosAngle2" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posAngleType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  PosAngleType posAngle1
           
protected  PosAngleType posAngle2
           
protected  Double2Type position
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.RegionType
area, coordSystemId, note
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.SpatialIntervalType
epoch, unit
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
fillFactor, frameId, hiInclude, loInclude
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
SectorType()
           
 
Method Summary
 PosAngleType getPosAngle1()
          Gets the value of the posAngle1 property.
 PosAngleType getPosAngle2()
          Gets the value of the posAngle2 property.
 Double2Type getPosition()
          Gets the value of the position property.
 void setPosAngle1(PosAngleType value)
          Sets the value of the posAngle1 property.
 void setPosAngle2(PosAngleType value)
          Sets the value of the posAngle2 property.
 void setPosition(Double2Type value)
          Sets the value of the position property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.RegionType
getArea, getCoordSystemId, getNote, setArea, setCoordSystemId, setNote
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.SpatialIntervalType
getEpoch, getUnit, setEpoch, setUnit
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
getFillFactor, getFrameId, getHiInclude, getLoInclude, setFillFactor, setFrameId, setHiInclude, setLoInclude
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
getHref, getId, getIdref, getIDREFType, getIDType, getType, getUcd, setHref, setId, setIdref, setIDREFType, setIDType, setType, setUcd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

position

protected Double2Type position

posAngle1

protected PosAngleType posAngle1

posAngle2

protected PosAngleType posAngle2
Constructor Detail

SectorType

public SectorType()
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

getPosAngle1

public PosAngleType getPosAngle1()
Gets the value of the posAngle1 property.

Returns:
possible object is PosAngleType

setPosAngle1

public void setPosAngle1(PosAngleType value)
Sets the value of the posAngle1 property.

Parameters:
value - allowed object is PosAngleType

getPosAngle2

public PosAngleType getPosAngle2()
Gets the value of the posAngle2 property.

Returns:
possible object is PosAngleType

setPosAngle2

public void setPosAngle2(PosAngleType value)
Sets the value of the posAngle2 property.

Parameters:
value - allowed object is PosAngleType


Copyright © 2011 VAMDC. All Rights Reserved.