net.ivoa.xml.stc.stc_v1_30
Class GeodType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
      extended by net.ivoa.xml.stc.stc_v1_30.SpaceRefFrameType
          extended by net.ivoa.xml.stc.stc_v1_30.IcrsType
              extended by net.ivoa.xml.stc.stc_v1_30.GeodType

public class GeodType
extends IcrsType

The Geodetic reference frame; semi-major axis and inverse flattening may be provided to define the reference spheroid; the default is the IAU 1976 reference spheroid

Java class for geodType complex type.

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

 <complexType name="geodType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}icrsType">
       <attribute name="radius" type="{http://www.w3.org/2001/XMLSchema}double" default="6378140" />
       <attribute name="inv_flattening" type="{http://www.w3.org/2001/XMLSchema}double" default="298.257" />
       <attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" default="m" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Double invFlattening
           
protected  java.lang.Double radius
           
protected  java.lang.String unit
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
name, refFrameId
 
Constructor Summary
GeodType()
           
 
Method Summary
 double getInvFlattening()
          Gets the value of the invFlattening property.
 double getRadius()
          Gets the value of the radius property.
 java.lang.String getUnit()
          Gets the value of the unit property.
 void setInvFlattening(java.lang.Double value)
          Sets the value of the invFlattening property.
 void setRadius(java.lang.Double value)
          Sets the value of the radius property.
 void setUnit(java.lang.String value)
          Sets the value of the unit property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
getName, getRefFrameId, setName, setRefFrameId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

radius

protected java.lang.Double radius

invFlattening

protected java.lang.Double invFlattening

unit

protected java.lang.String unit
Constructor Detail

GeodType

public GeodType()
Method Detail

getRadius

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

Returns:
possible object is Double

setRadius

public void setRadius(java.lang.Double value)
Sets the value of the radius property.

Parameters:
value - allowed object is Double

getInvFlattening

public double getInvFlattening()
Gets the value of the invFlattening property.

Returns:
possible object is Double

setInvFlattening

public void setInvFlattening(java.lang.Double value)
Sets the value of the invFlattening property.

Parameters:
value - allowed object is Double

getUnit

public java.lang.String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(java.lang.String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.