Class AbstractReliefComponentType

  • 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
    Direct Known Subclasses:
    BreaklineReliefType, MassPointReliefType, RasterReliefType, TINReliefType

    public abstract class AbstractReliefComponentType
    extends AbstractCityObjectType
    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 describing the components of a relief feature - either a TIN, a Grid, mass points or break lines. As subclass of _CityObject, a ReliefComponent inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

    Java class for AbstractReliefComponentType complex type.

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

     <complexType name="AbstractReliefComponentType">
       <complexContent>
         <extension base="{http://www.opengis.net/citygml/2.0}AbstractCityObjectType">
           <sequence>
             <element name="lod" type="{http://www.opengis.net/citygml/2.0}integerBetween0and4"/>
             <element name="extent" type="{http://www.opengis.net/gml}PolygonPropertyType" minOccurs="0"/>
             <element ref="{http://www.opengis.net/citygml/relief/2.0}_GenericApplicationPropertyOfReliefComponent" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>