Definition Type: Element
Name: AbstractGriddedSurface
Namespace: http://www.opengis.net/gml/3.2
Type: gml:AbstractGriddedSurfaceType
Containing Schema: geometryPrimitives.xsd
Abstract True
Documentation:
if provided, rows gives the number of rows, columns the number of columns in the parameter grid. The parameter grid is represented by an instance of the gml:PointGrid group. The element provides a substitution group head for the surface patches based on a grid. All derived subtypes shall conform to the constraints specified in ISO 19107:2003, 6.4.41.
Collapse XSD Schema Diagram:
Drilldown into rows in schema geometryprimitives_xsd Drilldown into PointGrid in schema geometryprimitives_xsd Drilldown into AbstractSurfacePatchType in schema geometryprimitives_xsd Drilldown into aggregationType in schema gmlbase_xsd Drilldown into AggregationAttributeGroup in schema gmlbase_xsd Drilldown into AbstractParametricCurveSurfaceType in schema geometryprimitives_xsd Drilldown into columns in schema geometryprimitives_xsd Drilldown into rows in schema geometryprimitives_xsd Drilldown into AbstractGriddedSurfaceType in schema geometryprimitives_xsdXSD Diagram of AbstractGriddedSurface in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="AbstractGriddedSurface" type="gml:AbstractGriddedSurfaceType" abstract="true" substitutionGroup="gml:AbstractParametricCurveSurface">
    <annotation>
        <documentation>if provided, rows gives the number of rows, columns the number of columns in the parameter grid. The parameter grid is represented by an instance of the gml:PointGrid group.
The element provides a substitution group head for the surface patches based on a grid. All derived subtypes shall conform to the constraints specified in ISO 19107:2003, 6.4.41.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rows gml:rows (1) (1)
<xs:group> gml:PointGrid (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
aggregationType gml:aggregationType (Optional)
rows gml:rows (Optional)
columns gml:columns (Optional)
Collapse Derivation Tree:
Collapse References:
gml:AbstractParametricCurveSurface