Class: AbstractAppearance¶
AbstractAppearance is the abstract superclass to represent any kind of appearance objects.
- NOTE: this is an abstract class and should not be instantiated directly
URI: citygml:AbstractAppearance
classDiagram
class AbstractAppearance
click AbstractAppearance href "../AbstractAppearance/"
AbstractFeatureWithLifespan <|-- AbstractAppearance
click AbstractFeatureWithLifespan href "../AbstractFeatureWithLifespan/"
AbstractAppearance <|-- Appearance
click Appearance href "../Appearance/"
AbstractAppearance : adeOfAbstractAppearance
AbstractAppearance --> "*" ADEOfAbstractAppearance : adeOfAbstractAppearance
click ADEOfAbstractAppearance href "../ADEOfAbstractAppearance/"
AbstractAppearance : adeOfAbstractFeature
AbstractAppearance --> "*" ADEOfAbstractFeature : adeOfAbstractFeature
click ADEOfAbstractFeature href "../ADEOfAbstractFeature/"
AbstractAppearance : adeOfAbstractFeatureWithLifespan
AbstractAppearance --> "*" ADEOfAbstractFeatureWithLifespan : adeOfAbstractFeatureWithLifespan
click ADEOfAbstractFeatureWithLifespan href "../ADEOfAbstractFeatureWithLifespan/"
AbstractAppearance : creationDate
AbstractAppearance : description
AbstractAppearance : featureID
AbstractAppearance --> "1" ID : featureID
click ID href "../ID/"
AbstractAppearance : identifier
AbstractAppearance : name
AbstractAppearance : terminationDate
AbstractAppearance : validFrom
AbstractAppearance : validTo
Inheritance¶
- AbstractFeature
- AbstractFeatureWithLifespan
- AbstractAppearance
- AbstractFeatureWithLifespan
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| adeOfAbstractAppearance | * ADEOfAbstractAppearance |
Augments AbstractAppearance with properties defined in an ADE | direct |
| creationDate | 0..1 Datetime |
Indicates the date at which a CityGML feature was added to the CityModel | AbstractFeatureWithLifespan |
| terminationDate | 0..1 Datetime |
Indicates the date at which a CityGML feature was removed from the CityModel | AbstractFeatureWithLifespan |
| validFrom | 0..1 Datetime |
Indicates the date at which a CityGML feature started to exist in the real wo... | AbstractFeatureWithLifespan |
| validTo | 0..1 Datetime |
Indicates the date at which a CityGML feature ended to exist in the real worl... | AbstractFeatureWithLifespan |
| adeOfAbstractFeatureWithLifespan | * ADEOfAbstractFeatureWithLifespan |
Augments AbstractFeatureWithLifespan with properties defined in an ADE | AbstractFeatureWithLifespan |
| featureID | 1 ID |
AbstractFeature | |
| identifier | 0..1 String |
AbstractFeature | |
| name | * String |
AbstractFeature | |
| description | 0..1 String |
AbstractFeature | |
| adeOfAbstractFeature | * ADEOfAbstractFeature |
Augments AbstractFeature with properties defined in an ADE | AbstractFeature |
Usages¶
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://www.ogc.org/standards/citygml
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | citygml:AbstractAppearance |
| native | citygml:AbstractAppearance |
LinkML Source¶
Direct¶
name: AbstractAppearance
description: AbstractAppearance is the abstract superclass to represent any kind of
appearance objects.
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractFeatureWithLifespan
abstract: true
attributes:
adeOfAbstractAppearance:
name: adeOfAbstractAppearance
description: Augments AbstractAppearance with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- AbstractAppearance
range: ADEOfAbstractAppearance
required: false
multivalued: true
Induced¶
name: AbstractAppearance
description: AbstractAppearance is the abstract superclass to represent any kind of
appearance objects.
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractFeatureWithLifespan
abstract: true
attributes:
adeOfAbstractAppearance:
name: adeOfAbstractAppearance
description: Augments AbstractAppearance with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractAppearance
owner: AbstractAppearance
domain_of:
- AbstractAppearance
range: ADEOfAbstractAppearance
required: false
multivalued: true
creationDate:
name: creationDate
description: Indicates the date at which a CityGML feature was added to the CityModel.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: creationDate
owner: AbstractAppearance
domain_of:
- AbstractFeatureWithLifespan
range: datetime
required: false
multivalued: false
terminationDate:
name: terminationDate
description: Indicates the date at which a CityGML feature was removed from the
CityModel.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: terminationDate
owner: AbstractAppearance
domain_of:
- AbstractFeatureWithLifespan
range: datetime
required: false
multivalued: false
validFrom:
name: validFrom
description: Indicates the date at which a CityGML feature started to exist in
the real world.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: validFrom
owner: AbstractAppearance
domain_of:
- AbstractFeatureWithLifespan
range: datetime
required: false
multivalued: false
validTo:
name: validTo
description: Indicates the date at which a CityGML feature ended to exist in the
real world.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: validTo
owner: AbstractAppearance
domain_of:
- AbstractFeatureWithLifespan
range: datetime
required: false
multivalued: false
adeOfAbstractFeatureWithLifespan:
name: adeOfAbstractFeatureWithLifespan
description: Augments AbstractFeatureWithLifespan with properties defined in an
ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractFeatureWithLifespan
owner: AbstractAppearance
domain_of:
- AbstractFeatureWithLifespan
range: ADEOfAbstractFeatureWithLifespan
required: false
multivalued: true
featureID:
name: featureID
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: featureID
owner: AbstractAppearance
domain_of:
- AbstractFeature
range: ID
required: true
multivalued: false
identifier:
name: identifier
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: identifier
owner: AbstractAppearance
domain_of:
- AbstractFeature
range: string
required: false
multivalued: false
name:
name: name
from_schema: https://www.ogc.org/standards/citygml
alias: name
owner: AbstractAppearance
domain_of:
- CodeAttribute
- DateAttribute
- DoubleAttribute
- GenericAttributeSet
- IntAttribute
- MeasureAttribute
- StringAttribute
- UriAttribute
- AbstractFeature
range: string
required: false
multivalued: true
description:
name: description
from_schema: https://www.ogc.org/standards/citygml
alias: description
owner: AbstractAppearance
domain_of:
- ConstructionEvent
- AbstractFeature
range: string
required: false
multivalued: false
adeOfAbstractFeature:
name: adeOfAbstractFeature
description: Augments AbstractFeature with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractFeature
owner: AbstractAppearance
domain_of:
- AbstractFeature
range: ADEOfAbstractFeature
required: false
multivalued: true