Class RasterReliefType

  • 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 RasterReliefType
    extends AbstractReliefComponentType
    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 raster component of a relief feature. As subclass of _CityObject, a RasterRelief inherits all attributes and relations, in particular an id, names, external references, and generalization relations.

    Java class for RasterReliefType complex type.

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

     <complexType name="RasterReliefType">
       <complexContent>
         <extension base="{http://www.opengis.net/citygml/relief/2.0}AbstractReliefComponentType">
           <sequence>
             <element name="grid" type="{http://www.opengis.net/citygml/relief/2.0}gridPropertyType"/>
             <element ref="{http://www.opengis.net/citygml/relief/2.0}_GenericApplicationPropertyOfRasterRelief" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>