org.citygml4j.jaxb.gml._3_1_1
Class AbstractCoverageType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCoverageType
Direct Known Subclasses:
AbstractContinuousCoverageType, AbstractDiscreteCoverageType

public abstract class AbstractCoverageType
extends AbstractFeatureType

Abstract element which acts as the head of a substitution group for coverages. Note that a coverage is a GML feature.

Java class for AbstractCoverageType complex type.

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

 <complexType name="AbstractCoverageType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractFeatureType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}domainSet"/>
         <element ref="{http://www.opengis.net/gml}rangeSet"/>
       </sequence>
       <attribute name="dimension" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractCoverageType()
           
 
Method Summary
 java.math.BigInteger getDimension()
          Gets the value of the dimension property.
 javax.xml.bind.JAXBElement<? extends DomainSetType> getDomainSet()
          Gets the value of the domainSet property.
 RangeSetType getRangeSet()
          Gets the value of the rangeSet property.
 boolean isSetDimension()
           
 boolean isSetDomainSet()
           
 boolean isSetRangeSet()
           
 void setDimension(java.math.BigInteger value)
          Sets the value of the dimension property.
 void setDomainSet(javax.xml.bind.JAXBElement<? extends DomainSetType> value)
          Sets the value of the domainSet property.
 void setRangeSet(RangeSetType value)
          Sets the value of the rangeSet property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCoverageType

public AbstractCoverageType()
Method Detail

getDomainSet

public javax.xml.bind.JAXBElement<? extends DomainSetType> getDomainSet()
Gets the value of the domainSet property.

Returns:
possible object is JAXBElement<MultiCurveDomainType> JAXBElement<DomainSetType> JAXBElement<MultiSolidDomainType> JAXBElement<RectifiedGridDomainType> JAXBElement<MultiPointDomainType> JAXBElement<MultiSurfaceDomainType> JAXBElement<GridDomainType>

setDomainSet

public void setDomainSet(javax.xml.bind.JAXBElement<? extends DomainSetType> value)
Sets the value of the domainSet property.

Parameters:
value - allowed object is JAXBElement<MultiCurveDomainType> JAXBElement<DomainSetType> JAXBElement<MultiSolidDomainType> JAXBElement<RectifiedGridDomainType> JAXBElement<MultiPointDomainType> JAXBElement<MultiSurfaceDomainType> JAXBElement<GridDomainType>

isSetDomainSet

public boolean isSetDomainSet()

getRangeSet

public RangeSetType getRangeSet()
Gets the value of the rangeSet property.

Returns:
possible object is RangeSetType

setRangeSet

public void setRangeSet(RangeSetType value)
Sets the value of the rangeSet property.

Parameters:
value - allowed object is RangeSetType

isSetRangeSet

public boolean isSetRangeSet()

getDimension

public java.math.BigInteger getDimension()
Gets the value of the dimension property.

Returns:
possible object is BigInteger

setDimension

public void setDimension(java.math.BigInteger value)
Sets the value of the dimension property.

Parameters:
value - allowed object is BigInteger

isSetDimension

public boolean isSetDimension()