Skip to content

Enum: WrapMode

WrapMode enumerates the different fill modes for textures.

URI: citygml:WrapMode

Permissible Values

Value Meaning Description
none None
wrap None
mirror None
clamp None
border None

Slots

Name Description
wrapMode Specifies the behaviour of the texture when the texture is smaller than the s...

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: WrapMode
description: WrapMode enumerates the different fill modes for textures.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
permissible_values:
  none:
    text: none
  wrap:
    text: wrap
  mirror:
    text: mirror
  clamp:
    text: clamp
  border:
    text: border