Uses of Class
org.citygml4j.jaxb.citygml.app._2.WrapModeType

Packages that use WrapModeType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml.app._2   
 

Uses of WrapModeType in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return WrapModeType
 WrapModeType Appearance200Marshaller.marshalWrapMode(WrapMode src)
           
 

Uses of WrapModeType in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type WrapModeType
 WrapMode Appearance200Unmarshaller.unmarshalWrapMode(WrapModeType src)
           
 

Uses of WrapModeType in org.citygml4j.jaxb.citygml.app._2
 

Methods in org.citygml4j.jaxb.citygml.app._2 that return WrapModeType
static WrapModeType WrapModeType.fromValue(java.lang.String v)
           
 WrapModeType AbstractTextureType.getWrapMode()
          Ruft den Wert der wrapMode-Eigenschaft ab.
static WrapModeType WrapModeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WrapModeType[] WrapModeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.jaxb.citygml.app._2 with parameters of type WrapModeType
 void AbstractTextureType.setWrapMode(WrapModeType value)
          Legt den Wert der wrapMode-Eigenschaft fest.