Skip to content

Class: TexCoordList

TexCoordList defines texture parameterization using texture coordinates.

URI: citygml:TexCoordList

 classDiagram
    class TexCoordList
    click TexCoordList href "../TexCoordList/"
      AbstractTextureParameterization <|-- TexCoordList
        click AbstractTextureParameterization href "../AbstractTextureParameterization/"

      TexCoordList : ring

      TexCoordList : textureCoordinates





        TexCoordList --> "1..*" DoubleList : textureCoordinates
        click DoubleList href "../DoubleList/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
textureCoordinates 1..*
DoubleList
Specifies the coordinates of texture used for parameterization direct
ring 1..*
Uri
Specifies the URIs that point to the LinearRings that are parameterized using... direct

Identifier and Mapping Information

Schema Source

  • from schema: https://www.ogc.org/standards/citygml

Mappings

Mapping Type Mapped Value
self citygml:TexCoordList
native citygml:TexCoordList

LinkML Source

Direct

name: TexCoordList
description: TexCoordList defines texture parameterization using texture coordinates.
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractTextureParameterization
abstract: false
attributes:
  textureCoordinates:
    name: textureCoordinates
    description: Specifies the coordinates of texture used for parameterization. The
      texture coordinates are provided separately for each LinearRing of the surface
      geometry object.
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    domain_of:
    - TexCoordList
    range: DoubleList
    required: true
    multivalued: true
  ring:
    name: ring
    description: Specifies the URIs that point to the LinearRings that are parameterized
      using the given texture coordinates.
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    domain_of:
    - TexCoordList
    range: uri
    required: true
    multivalued: true

Induced

name: TexCoordList
description: TexCoordList defines texture parameterization using texture coordinates.
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractTextureParameterization
abstract: false
attributes:
  textureCoordinates:
    name: textureCoordinates
    description: Specifies the coordinates of texture used for parameterization. The
      texture coordinates are provided separately for each LinearRing of the surface
      geometry object.
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    alias: textureCoordinates
    owner: TexCoordList
    domain_of:
    - TexCoordList
    range: DoubleList
    required: true
    multivalued: true
  ring:
    name: ring
    description: Specifies the URIs that point to the LinearRings that are parameterized
      using the given texture coordinates.
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    alias: ring
    owner: TexCoordList
    domain_of:
    - TexCoordList
    range: uri
    required: true
    multivalued: true