org.citygml4j.jaxb.gml._3_1_1
Class MultiSurfaceCoverageType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
org.citygml4j.jaxb.gml._3_1_1.AbstractCoverageType
org.citygml4j.jaxb.gml._3_1_1.AbstractDiscreteCoverageType
org.citygml4j.jaxb.gml._3_1_1.MultiSurfaceCoverageType
public class MultiSurfaceCoverageType
- extends AbstractDiscreteCoverageType
A discrete coverage type whose domain is defined by a collection of surface patches (includes polygons, triangles, rectangles, etc).
Java class for MultiSurfaceCoverageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultiSurfaceCoverageType">
<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}multiSurfaceDomain"/>
<element ref="{http://www.opengis.net/gml}rangeSet"/>
<element ref="{http://www.opengis.net/gml}coverageFunction" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
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 |
MultiSurfaceCoverageType
public MultiSurfaceCoverageType()