net.ivoa.xml.stc.stc_v1_30
Class PixelSpaceType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.StcMetadataType
          extended by net.ivoa.xml.stc.stc_v1_30.StcDescriptionType
              extended by net.ivoa.xml.stc.stc_v1_30.PixelSpaceType

public class PixelSpaceType
extends StcDescriptionType

Type to specify a pixel space

Java class for pixelSpaceType complex type.

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

 <complexType name="pixelSpaceType">
   <complexContent>
     <restriction base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcDescriptionType">
       <sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}PixelCoordSystem"/>
         <sequence maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}PixelCoords"/>
         </sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}PixelCoordArea"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcDescriptionType
coordArea, coords, coordSys
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
PixelSpaceType()
           
 
Method Summary
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.StcDescriptionType
getCoordArea, getCoords, getCoordSys
 
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
 

Constructor Detail

PixelSpaceType

public PixelSpaceType()


Copyright © 2011 VAMDC. All Rights Reserved.