GeoElevationGrid

Element Information

Model

IS{0,1} , (MetadataDouble | MetadataFloat | MetadataInteger | MetadataSet | MetadataString) , ((GeoOrigin , (((Color | ColorRGBA) , ((Normal , (TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)) | ((TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate) , (Normal | ProtoInstance)) | (ProtoInstance , (Normal | TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)))) | (Normal , (((Color | ColorRGBA) , (TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)) | ((TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate) , (Color | ColorRGBA | ProtoInstance)) | (ProtoInstance , (Color | ColorRGBA | TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)))) | ((TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate) , (((Color | ColorRGBA) , (Normal | ProtoInstance)) | (Normal , (Color | ColorRGBA | ProtoInstance)) | (ProtoInstance , (Color | ColorRGBA | Normal | ProtoInstance)))) | (ProtoInstance , (((Color | ColorRGBA) , (Normal | TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)) | (Normal , (Color | ColorRGBA | TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)) | (ProtoInstance , (Color | ColorRGBA | Normal | TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance))))) , FogCoordinate{0,1}) | ((((Color | ColorRGBA) , ((Normal , (TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)) | ((TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate) , (Normal | ProtoInstance)) | (ProtoInstance , (Normal | TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)))) | (Normal , (((Color | ColorRGBA) , (TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)) | ((TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate) , (Color | ColorRGBA | ProtoInstance)) | (ProtoInstance , (Color | ColorRGBA | TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)))) | ((TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate) , (((Color | ColorRGBA) , (Normal | ProtoInstance)) | (Normal , (Color | ColorRGBA | ProtoInstance)) | (ProtoInstance , (Color | ColorRGBA | Normal | ProtoInstance)))) | (ProtoInstance , (((Color | ColorRGBA) , (Normal | TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)) | (Normal , (Color | ColorRGBA | TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance)) | (ProtoInstance , (Color | ColorRGBA | Normal | TextureCoordinate | TextureCoordinateGenerator | MultiTextureCoordinate | ProtoInstance))))) , FogCoordinate{0,1} , GeoOrigin{0,1}))

Attributes

QName Type Fixed Default Use Inheritable Annotation
DEF xs:ID optional
USE xs:IDREF optional
ccw SFBool true optional
class xs:NMTOKENS optional
colorPerVertex SFBool true optional
containerField xs:NMTOKEN geometry optional
creaseAngle restriction of SFDouble 0 optional
geoGridOrigin SFVec3d 0 0 0 optional
geoSystem geoSystemType "GD" "WE" optional
height MFDouble 0 0 0 0 optional
normalPerVertex SFBool true optional
solid SFBool true optional
xDimension restriction of SFInt32 2 optional
xSpacing restriction of SFDouble 1.0 optional
yScale restriction of SFFloat 1 optional
zDimension restriction of SFInt32 2 optional
zSpacing restriction of SFDouble 1.0 optional

Used By

Source

<xs:element name="GeoElevationGrid">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="set_height" type="MFFloat" fixed="inputOnlyField"/>
      <xs:element name="color" type="SFNode" fixed="inputOutputField" default="X3DColorNode"/>
      <xs:element name="normal" type="SFNode" fixed="inputOutputField" default="X3DNormalNode"/>
      <xs:element name="geoOrigin" type="SFNode" fixed="initializeOnlyField" default="GeoOrigin"/>
      <xs:element name="texCoord" type="SFNode" fixed="inputOutputField" default="X3DTextureCoordinateNode"/>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Geospatial"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
    </xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#GeoElevationGrid"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="X3DGeometryNode">
        <xs:choice minOccurs="0">
          <xs:sequence>
            <xs:element ref="GeoOrigin"/>
            <xs:group ref="ColorNormalTexCoordContentModel" minOccurs="0"/>
          </xs:sequence>
          <xs:sequence minOccurs="0">
            <xs:group ref="ColorNormalTexCoordContentModel"/>
            <xs:element ref="GeoOrigin" minOccurs="0"/>
          </xs:sequence>
        </xs:choice>
        <xs:attribute name="geoSystem" type="geoSystemType" default=""GD" "WE""/>
        <xs:attribute name="geoGridOrigin" type="SFVec3d" default="0 0 0"/>
        <xs:attribute name="height" type="MFDouble" default="0 0 0 0"/>
        <xs:attribute name="ccw" type="SFBool" default="true"/>
        <xs:attribute name="colorPerVertex" type="SFBool" default="true"/>
        <xs:attribute name="creaseAngle" default="0">
          <!-- type="SFDoubleNonNegative" -->
          <xs:simpleType>
            <xs:restriction base="SFDouble">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="normalPerVertex" type="SFBool" default="true"/>
        <xs:attribute name="solid" type="SFBool" default="true"/>
        <xs:attribute name="xDimension" default="2">
          <!-- type="SFInt32NonNegative" -->
          <xs:simpleType>
            <xs:restriction base="SFInt32">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="xSpacing" default="1.0">
          <!-- type="SFDoublePositive" -->
          <xs:simpleType>
            <xs:restriction base="SFDouble">
              <xs:minExclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="yScale" default="1">
          <!-- type="SFFloatNonNegative" -->
          <xs:simpleType>
            <xs:restriction base="SFFloat">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="zDimension" default="2">
          <!-- type="SFInt32NonNegative" -->
          <xs:simpleType>
            <xs:restriction base="SFInt32">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="zSpacing" default="1.0">
          <!-- type="SFDoublePositive" -->
          <xs:simpleType>
            <xs:restriction base="SFDouble">
              <xs:minExclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="containerField" type="xs:NMTOKEN" default="geometry"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample