diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/gml/3.2 | ||||||||||||||||||||||||||||||||||||
type | extension of gml:AbstractCurveSegmentType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | gml:pos gml:pointProperty gml:pointRep gml:posList gml:coordinates gml:radius gml:startAngle gml:endAngle | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <complexType name="ArcByCenterPointType"> <complexContent> <extension base="gml:AbstractCurveSegmentType"> <sequence> <choice> <choice> <element ref="gml:pos"/> <element ref="gml:pointProperty"/> <element ref="gml:pointRep"/> </choice> <element ref="gml:posList"/> <element ref="gml:coordinates"/> </choice> <element name="radius" type="gml:LengthType"/> <element name="startAngle" type="gml:AngleType" minOccurs="0"/> <element name="endAngle" type="gml:AngleType" minOccurs="0"/> </sequence> <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArcCenterPointWithRadius"/> <attribute name="numArc" type="integer" use="required" fixed="1"/> </extension> </complexContent> </complexType> |
type | gml:CurveInterpolationType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
source | <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArcCenterPointWithRadius"/> |
type | integer | ||||||
properties |
|
||||||
source | <attribute name="numArc" type="integer" use="required" fixed="1"/> |
diagram | |||||||||||||
namespace | http://www.opengis.net/gml/3.2 | ||||||||||||
type | gml:LengthType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <element name="radius" type="gml:LengthType"/> |
diagram | |||||||||||||
namespace | http://www.opengis.net/gml/3.2 | ||||||||||||
type | gml:AngleType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <element name="startAngle" type="gml:AngleType" minOccurs="0"/> |
diagram | |||||||||||||
namespace | http://www.opengis.net/gml/3.2 | ||||||||||||
type | gml:AngleType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <element name="endAngle" type="gml:AngleType" minOccurs="0"/> |