Class WindowType

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    public class WindowType
    extends AbstractOpeningType
    implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
    Type for windows in boundary surfaces. Used in LOD3 and LOD4 only . As subclass of _CityObject, a window inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

    Java class for WindowType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="WindowType">
       <complexContent>
         <extension base="{http://www.opengis.net/citygml/building/2.0}AbstractOpeningType">
           <sequence>
             <element ref="{http://www.opengis.net/citygml/building/2.0}_GenericApplicationPropertyOfWindow" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>