geo:Ellipse
An ellipse specified by a point, major axis, minor axis and rotation.
Element information
Namespace: http://niem.gov/niem/geospatial/2.1
Schema document: geospatial/2.1/geospatial.xsd
Type: geo:EllipseType
Properties: Global, Qualified, Nillable
Content
- xls:Ellipse [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Sample instance
<geo:Ellipse> <xls:Ellipse gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with:... </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> <xls:majorAxis uom="">1.0</xls:majorAxis> <xls:minorAxis uom="">1.0</xls:minorAxis> <xls:rotation uom="">1.0</xls:rotation> </xls:Ellipse> </geo:Ellipse>