org.citygml4j.jaxb.gml._3_1_1
Class PolyhedralSurfaceType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometricPrimitiveType
org.citygml4j.jaxb.gml._3_1_1.AbstractSurfaceType
org.citygml4j.jaxb.gml._3_1_1.SurfaceType
org.citygml4j.jaxb.gml._3_1_1.PolyhedralSurfaceType
public class PolyhedralSurfaceType
- extends SurfaceType
A polyhedral surface is a surface composed
of polygon surfaces connected along their common boundary
curves. This differs from the surface type only in the
restriction on the types of surface patches acceptable.
Java class for PolyhedralSurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolyhedralSurfaceType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}SurfaceType">
<sequence>
<group ref="{http://www.opengis.net/gml}StandardObjectProperties"/>
<element ref="{http://www.opengis.net/gml}polygonPatches"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType |
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetUomLabels |
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 |
PolyhedralSurfaceType
public PolyhedralSurfaceType()