net.ivoa.xml.stc.stc_v1_30
Class ShapeType

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
Direct Known Subclasses:
AllSkyType, BoxType, CircleType, ConvexHullType, ConvexType, EllipseType, PolygonType, SectorType, SkyIndexType

public class ShapeType
extends RegionType

Shape is the abstract type that is the building block of regions; in real life it needs to be replaced by a concrete shape

Java class for shapeType complex type.

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

 <complexType name="shapeType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}regionType">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
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
ShapeType()
           
 
Method Summary
 
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
 

Constructor Detail

ShapeType

public ShapeType()


Copyright © 2011 VAMDC. All Rights Reserved.