org.citygml4j.jaxb.gml._3_1_1
Class MultiPointCoverageType

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

public class MultiPointCoverageType
extends AbstractDiscreteCoverageType

A discrete coverage type whose domain is defined by a collection of point

Java-Klasse für MultiPointCoverageType complex type.

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

 <complexType name="MultiPointCoverageType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}AbstractDiscreteCoverageType">
       <sequence>
         <group ref="{http://www.opengis.net/gml}StandardObjectProperties"/>
         <element ref="{http://www.opengis.net/gml}boundedBy" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}multiPointDomain"/>
         <element ref="{http://www.opengis.net/gml}rangeSet"/>
         <element ref="{http://www.opengis.net/gml}coverageFunction" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
MultiPointCoverageType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractDiscreteCoverageType
getCoverageFunction, isSetCoverageFunction, setCoverageFunction
 
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

MultiPointCoverageType

public MultiPointCoverageType()