Skip to content

Geometry

Geometric representation details.

URI: geo:Geometry
Type: Class

%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
    class Geometry
    click Geometry href "/Models/Profiles/AviationObstacle/ConcreteClasses/Geometry/"
    style Geometry fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        SpatialObject <|-- Geometry : inherits
            click SpatialObject href "/Models/Profiles/AviationObstacle/ConcreteClasses/SpatialObject/"
            style SpatialObject fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white


        Feature --> Geometry : Feature.hasGeometry

        Feature
            click Feature href "/Models/Profiles/AviationObstacle/ConcreteClasses/Feature/"
            style Feature fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white


        Geometry : asWKT
        Geometry : asGeoJSON
        Geometry : asGML

Inheritance

Attributes

Name URI Cardinality and Range Description Inheritance
asWKT geo:asWKT 0..1 string Geometric representation of the spatial object in WKT format. direct
asGeoJSON geo:asGeoJSON 0..1 string Geometric representation of the spatial object in GeoJSON format. direct
asGML geo:asGML 0..1 string Geometric representation of the spatial object in GML format. direct

Schema Source

Responsive Footer