net.ivoa.xml.stc.stc_v1_30
Class HealpixType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.CoordFlavorType
      extended by net.ivoa.xml.stc.stc_v1_30.HealpixType

public class HealpixType
extends CoordFlavorType

2-D Healpix coordinates; defaults for H(4) and K(3)

Java class for healpixType complex type.

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

 <complexType name="healpixType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFlavorType">
       <attribute name="healpix_H" type="{http://www.w3.org/2001/XMLSchema}integer" default="4" />
       <attribute name="healpix_K" type="{http://www.w3.org/2001/XMLSchema}integer" default="3" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger healpixH
           
protected  java.math.BigInteger healpixK
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordFlavorType
coordNaxes, handedness
 
Constructor Summary
HealpixType()
           
 
Method Summary
 java.math.BigInteger getHealpixH()
          Gets the value of the healpixH property.
 java.math.BigInteger getHealpixK()
          Gets the value of the healpixK property.
 void setHealpixH(java.math.BigInteger value)
          Sets the value of the healpixH property.
 void setHealpixK(java.math.BigInteger value)
          Sets the value of the healpixK property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordFlavorType
getCoordNaxes, getHandedness, setCoordNaxes, setHandedness
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

healpixH

protected java.math.BigInteger healpixH

healpixK

protected java.math.BigInteger healpixK
Constructor Detail

HealpixType

public HealpixType()
Method Detail

getHealpixH

public java.math.BigInteger getHealpixH()
Gets the value of the healpixH property.

Returns:
possible object is BigInteger

setHealpixH

public void setHealpixH(java.math.BigInteger value)
Sets the value of the healpixH property.

Parameters:
value - allowed object is BigInteger

getHealpixK

public java.math.BigInteger getHealpixK()
Gets the value of the healpixK property.

Returns:
possible object is BigInteger

setHealpixK

public void setHealpixK(java.math.BigInteger value)
Sets the value of the healpixK property.

Parameters:
value - allowed object is BigInteger


Copyright © 2011 VAMDC. All Rights Reserved.