org.citygml4j.jaxb.gml._3_1_1
Class PolygonPatchArrayPropertyType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.SurfacePatchArrayPropertyType
org.citygml4j.jaxb.gml._3_1_1.PolygonPatchArrayPropertyType
public class PolygonPatchArrayPropertyType
- extends SurfacePatchArrayPropertyType
This type defines a container for an array of
polygon patches.
Java-Klasse für PolygonPatchArrayPropertyType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PolygonPatchArrayPropertyType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}SurfacePatchArrayPropertyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.opengis.net/gml}PolygonPatch"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolygonPatchArrayPropertyType
public PolygonPatchArrayPropertyType()