org.citygml4j.jaxb.gml._3_1_1
Class AbstractContinuousCoverageType

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
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractContinuousCoverageType

public abstract class AbstractContinuousCoverageType
extends AbstractCoverageType

A continuous coverage as defined in ISO 19123 is a coverage that can return different values for the same feature attribute at different direct positions within a single spatiotemporal object in its spatiotemporal domain

Java-Klasse für AbstractContinuousCoverageType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="AbstractContinuousCoverageType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractCoverageType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}coverageFunction" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractContinuousCoverageType()
           
 
Method Summary
 CoverageFunctionType getCoverageFunction()
          Ruft den Wert der coverageFunction-Eigenschaft ab.
 boolean isSetCoverageFunction()
           
 void setCoverageFunction(CoverageFunctionType value)
          Legt den Wert der coverageFunction-Eigenschaft fest.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractCoverageType
getDimension, getDomainSet, getRangeSet, isSetDimension, isSetDomainSet, isSetRangeSet, setDimension, setDomainSet, setRangeSet
 
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

AbstractContinuousCoverageType

public AbstractContinuousCoverageType()
Method Detail

getCoverageFunction

public CoverageFunctionType getCoverageFunction()
Ruft den Wert der coverageFunction-Eigenschaft ab.

Returns:
possible object is CoverageFunctionType

setCoverageFunction

public void setCoverageFunction(CoverageFunctionType value)
Legt den Wert der coverageFunction-Eigenschaft fest.

Parameters:
value - allowed object is CoverageFunctionType

isSetCoverageFunction

public boolean isSetCoverageFunction()