Showing:

Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:AbstractGriddedSurfaceType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index464.tmp#id593 index43.tmp#id453 index465.tmp#id615 index466.tmp#id618 index466.tmp#id619 index467.tmp#id612 index467.tmp#id611
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