gml:Cone
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/geometryPrimitives.xsd
Type: gml:ConeType
Properties: Global, Qualified
Content
- gml:rows [1..1]
from type gml:AbstractGriddedSurfaceType
from group gml:PointGrid
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
aggregationType | [0..1] | gml:AggregationType | from group gml:AggregationAttributeGroup | |
rows | [0..1] | xsd:integer | from type gml:AbstractGriddedSurfaceType | |
columns | [0..1] | xsd:integer | from type gml:AbstractGriddedSurfaceType | |
horizontalCurveType | [0..1] | gml:CurveInterpolationType | Fixed value is "circularArc3Points". | |
verticalCurveType | [0..1] | gml:CurveInterpolationType | Fixed value is "linear". |
Used in
- Type gml:SurfacePatchArrayPropertyType (Elements gml:polygonPatches, gml:trianglePatches, gml:patches)
Substitution hierarchy
- gml:AbstractSurfacePatch
- can be substituted with gml:AbstractParametricCurveSurface
- can be substituted with gml:AbstractGriddedSurface
- can be substituted with gml:Cone
- can be substituted with gml:AbstractGriddedSurface
- can be substituted with gml:AbstractParametricCurveSurface
Sample instance
<gml:Cone> <gml:rows> <gml:Row> <gml:posList>1.0 1.0</gml:posList> </gml:Row> </gml:rows> </gml:Cone>