Definition Type: ComplexType
Name: CircleByCenterPointType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:ArcByCenterPointType
Containing Schema: gml.xsd
Abstract
Documentation:
A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle. Again, this represenation can be used only in 2D.
Collapse XSD Schema Diagram:
Drilldown into endAngle in schema gml_xsd Drilldown into startAngle in schema gml_xsd Drilldown into radius in schema gml_xsd Drilldown into pos in schema gml_xsd Drilldown into AbstractCurveSegmentType in schema gml_xsd Drilldown into numArc in schema gml_xsd Drilldown into interpolation in schema gml_xsd Drilldown into ArcByCenterPointType in schema gml_xsdXSD Diagram of CircleByCenterPointType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="CircleByCenterPointType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:geometryPrimitives:3.1.1">geometryPrimitives.xsd</appinfo>
        <documentation>A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle. Again, this represenation can be used only in 2D.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:ArcByCenterPointType" />
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pos gml:pos (1) (1)
radius gml:radius (1) (1)
startAngle gml:startAngle 0 (1)
endAngle gml:endAngle 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
interpolation gml:interpolation (Optional)
numArc gml:numArc Required
Collapse Derivation Tree:
Collapse References:
gml:CircleByCenterPoint