Class: AbstractDynamizer¶
AbstractDynamizer is the abstract superclass to represent Dynamizer objects.
- NOTE: this is an abstract class and should not be instantiated directly
URI: citygml:AbstractDynamizer
classDiagram
class AbstractDynamizer
click AbstractDynamizer href "../AbstractDynamizer/"
AbstractFeatureWithLifespan <|-- AbstractDynamizer
click AbstractFeatureWithLifespan href "../AbstractFeatureWithLifespan/"
AbstractDynamizer <|-- Dynamizer
click Dynamizer href "../Dynamizer/"
AbstractDynamizer : adeOfAbstractDynamizer
AbstractDynamizer --> "*" ADEOfAbstractDynamizer : adeOfAbstractDynamizer
click ADEOfAbstractDynamizer href "../ADEOfAbstractDynamizer/"
AbstractDynamizer : adeOfAbstractFeature
AbstractDynamizer --> "*" ADEOfAbstractFeature : adeOfAbstractFeature
click ADEOfAbstractFeature href "../ADEOfAbstractFeature/"
AbstractDynamizer : adeOfAbstractFeatureWithLifespan
AbstractDynamizer --> "*" ADEOfAbstractFeatureWithLifespan : adeOfAbstractFeatureWithLifespan
click ADEOfAbstractFeatureWithLifespan href "../ADEOfAbstractFeatureWithLifespan/"
AbstractDynamizer : creationDate
AbstractDynamizer : description
AbstractDynamizer : featureID
AbstractDynamizer --> "1" ID : featureID
click ID href "../ID/"
AbstractDynamizer : identifier
AbstractDynamizer : name
AbstractDynamizer : terminationDate
AbstractDynamizer : validFrom
AbstractDynamizer : validTo
Inheritance¶
- AbstractFeature
- AbstractFeatureWithLifespan
- AbstractDynamizer
- AbstractFeatureWithLifespan
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| adeOfAbstractDynamizer | * ADEOfAbstractDynamizer |
Augments AbstractDynamizer 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:AbstractDynamizer |
| native | citygml:AbstractDynamizer |
LinkML Source¶
Direct¶
name: AbstractDynamizer
description: AbstractDynamizer is the abstract superclass to represent Dynamizer objects.
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractFeatureWithLifespan
abstract: true
attributes:
adeOfAbstractDynamizer:
name: adeOfAbstractDynamizer
description: Augments AbstractDynamizer with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- AbstractDynamizer
range: ADEOfAbstractDynamizer
required: false
multivalued: true
Induced¶
name: AbstractDynamizer
description: AbstractDynamizer is the abstract superclass to represent Dynamizer objects.
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractFeatureWithLifespan
abstract: true
attributes:
adeOfAbstractDynamizer:
name: adeOfAbstractDynamizer
description: Augments AbstractDynamizer with properties defined in an ADE.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: adeOfAbstractDynamizer
owner: AbstractDynamizer
domain_of:
- AbstractDynamizer
range: ADEOfAbstractDynamizer
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: AbstractDynamizer
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: AbstractDynamizer
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: AbstractDynamizer
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: AbstractDynamizer
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: AbstractDynamizer
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: AbstractDynamizer
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: AbstractDynamizer
domain_of:
- AbstractFeature
range: string
required: false
multivalued: false
name:
name: name
from_schema: https://www.ogc.org/standards/citygml
alias: name
owner: AbstractDynamizer
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: AbstractDynamizer
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: AbstractDynamizer
domain_of:
- AbstractFeature
range: ADEOfAbstractFeature
required: false
multivalued: true