Showing:

Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:AbstractGriddedSurfaceType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index223.tmp#id711 index31.tmp#id567 index224.tmp#id728 index225.tmp#id731 index225.tmp#id732 index226.tmp#id725 index226.tmp#id724
Type extension of gml:AbstractParametricCurveSurfaceType
Type hierarchy
Properties
abstract: true
Used by
Model gml:rows
Children gml:rows
Attributes
QName Type Fixed Default Use Annotation
aggregationType gml:AggregationType optional
columns integer optional
rows integer optional
Source
<complexType name="AbstractGriddedSurfaceType" abstract="true">
  <complexContent>
    <extension base="gml:AbstractParametricCurveSurfaceType">
      <sequence>
        <group ref="gml:PointGrid"/>
      </sequence>
      <attribute name="rows" type="integer"/>
      <attribute name="columns" type="integer"/>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:AbstractGriddedSurfaceType / @rows
Namespace No namespace
Type integer
Properties
content: simple
Used by
Source
<attribute name="rows" type="integer"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:AbstractGriddedSurfaceType / @columns
Namespace No namespace
Type integer
Properties
content: simple
Used by
Source
<attribute name="columns" type="integer"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd