Class: QualifiedArea¶
QualifiedArea is an application-dependent measure of the area of a space or of a thematic surface.
classDiagram
class QualifiedArea
click QualifiedArea href "../QualifiedArea/"
QualifiedArea : area
QualifiedArea : typeOfArea
QualifiedArea --> "1" QualifiedAreaTypeValue : typeOfArea
click QualifiedAreaTypeValue href "../QualifiedAreaTypeValue/"
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| area | 1 Float |
Specifies the value of the QualifiedArea | direct |
| typeOfArea | 1 QualifiedAreaTypeValue |
Indicates the specific type of the QualifiedArea | direct |
Usages¶
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://www.ogc.org/standards/citygml
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | citygml:QualifiedArea |
| native | citygml:QualifiedArea |
LinkML Source¶
Direct¶
name: QualifiedArea
description: QualifiedArea is an application-dependent measure of the area of a space
or of a thematic surface.
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
area:
name: area
description: Specifies the value of the QualifiedArea.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- QualifiedArea
- AbstractSpace
- AbstractThematicSurface
range: float
required: true
multivalued: false
typeOfArea:
name: typeOfArea
description: Indicates the specific type of the QualifiedArea.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- QualifiedArea
range: QualifiedAreaTypeValue
required: true
multivalued: false
Induced¶
name: QualifiedArea
description: QualifiedArea is an application-dependent measure of the area of a space
or of a thematic surface.
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
area:
name: area
description: Specifies the value of the QualifiedArea.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: area
owner: QualifiedArea
domain_of:
- QualifiedArea
- AbstractSpace
- AbstractThematicSurface
range: float
required: true
multivalued: false
typeOfArea:
name: typeOfArea
description: Indicates the specific type of the QualifiedArea.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: typeOfArea
owner: QualifiedArea
domain_of:
- QualifiedArea
range: QualifiedAreaTypeValue
required: true
multivalued: false