net.ivoa.xml.stc.stc_v1_30
Class VelocitySphereType

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.VelocityIntervalType
                  extended by net.ivoa.xml.stc.stc_v1_30.VelocitySphereType

public class VelocitySphereType
extends VelocityIntervalType

Defines a velocity sphere A special kind of area is a circle or sphere (in two or three dimensions), defined by a center position and a radius; the radius requires a unit

Java class for velocitySphereType complex type.

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

 <complexType name="velocitySphereType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}velocityIntervalType">
       <sequence>
         <element name="Radius" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double1Type"/>
         <element name="Center" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double3Type"/>
       </sequence>
       <attribute name="radius_unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" default="deg" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double3Type center
           
protected  Double1Type radius
           
protected  java.lang.String radiusUnit
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.VelocityIntervalType
velTimeUnit
 
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
VelocitySphereType()
           
 
Method Summary
 Double3Type getCenter()
          Gets the value of the center property.
 Double1Type getRadius()
          Gets the value of the radius property.
 java.lang.String getRadiusUnit()
          Gets the value of the radiusUnit property.
 void setCenter(Double3Type value)
          Sets the value of the center property.
 void setRadius(Double1Type value)
          Sets the value of the radius property.
 void setRadiusUnit(java.lang.String value)
          Sets the value of the radiusUnit property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.VelocityIntervalType
getVelTimeUnit, setVelTimeUnit
 
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

radius

protected Double1Type radius

center

protected Double3Type center

radiusUnit

protected java.lang.String radiusUnit
Constructor Detail

VelocitySphereType

public VelocitySphereType()
Method Detail

getRadius

public Double1Type getRadius()
Gets the value of the radius property.

Returns:
possible object is Double1Type

setRadius

public void setRadius(Double1Type value)
Sets the value of the radius property.

Parameters:
value - allowed object is Double1Type

getCenter

public Double3Type getCenter()
Gets the value of the center property.

Returns:
possible object is Double3Type

setCenter

public void setCenter(Double3Type value)
Sets the value of the center property.

Parameters:
value - allowed object is Double3Type

getRadiusUnit

public java.lang.String getRadiusUnit()
Gets the value of the radiusUnit property.

Returns:
possible object is String

setRadiusUnit

public void setRadiusUnit(java.lang.String value)
Sets the value of the radiusUnit property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.