Uses of Class
net.opengis.citygml.texturedsurface.v_2_0.TextureTypeType
-
Packages that use TextureTypeType Package Description net.opengis.citygml.texturedsurface.v_2_0 -
-
Uses of TextureTypeType in net.opengis.citygml.texturedsurface.v_2_0
Fields in net.opengis.citygml.texturedsurface.v_2_0 declared as TextureTypeType Modifier and Type Field Description protected TextureTypeTypeSimpleTextureType. textureTypeMethods in net.opengis.citygml.texturedsurface.v_2_0 that return TextureTypeType Modifier and Type Method Description static TextureTypeTypeTextureTypeType. fromValue(String v)TextureTypeTypeSimpleTextureType. getTextureType()Gets the value of the textureType property.static TextureTypeTypeTextureTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TextureTypeType[]TextureTypeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.citygml.texturedsurface.v_2_0 with parameters of type TextureTypeType Modifier and Type Method Description voidSimpleTextureType. setTextureType(TextureTypeType value)Sets the value of the textureType property.SimpleTextureTypeSimpleTextureType. withTextureType(TextureTypeType value)Constructors in net.opengis.citygml.texturedsurface.v_2_0 with parameters of type TextureTypeType Constructor Description SimpleTextureType(String textureMap, List<Double> textureCoordinates, TextureTypeType textureType, Boolean repeat)Fully-initialising value constructor
-