Uses of Class
net.opengis.citygml.appearance.v_2_0.TextureTypeType
-
Packages that use TextureTypeType Package Description net.opengis.citygml.appearance.v_2_0 -
-
Uses of TextureTypeType in net.opengis.citygml.appearance.v_2_0
Fields in net.opengis.citygml.appearance.v_2_0 declared as TextureTypeType Modifier and Type Field Description protected TextureTypeTypeAbstractTextureType. textureTypeMethods in net.opengis.citygml.appearance.v_2_0 that return TextureTypeType Modifier and Type Method Description static TextureTypeTypeTextureTypeType. fromValue(String v)TextureTypeTypeAbstractTextureType. 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.appearance.v_2_0 with parameters of type TextureTypeType Modifier and Type Method Description voidAbstractTextureType. setTextureType(TextureTypeType value)Sets the value of the textureType property.AbstractTextureTypeAbstractTextureType. withTextureType(TextureTypeType value)GeoreferencedTextureTypeGeoreferencedTextureType. withTextureType(TextureTypeType value)ParameterizedTextureTypeParameterizedTextureType. withTextureType(TextureTypeType value)Constructors in net.opengis.citygml.appearance.v_2_0 with parameters of type TextureTypeType Constructor Description AbstractTextureType(Boolean isFront, List<Object> genericApplicationPropertyOfSurfaceData, String imageURI, CodeType mimeType, TextureTypeType textureType, WrapModeType wrapMode, List<Double> borderColor, List<Object> genericApplicationPropertyOfTexture)Fully-initialising value constructorGeoreferencedTextureType(Boolean isFront, List<Object> genericApplicationPropertyOfSurfaceData, String imageURI, CodeType mimeType, TextureTypeType textureType, WrapModeType wrapMode, List<Double> borderColor, List<Object> genericApplicationPropertyOfTexture, Boolean preferWorldFile, PointPropertyType referencePoint, List<Double> orientation, List<String> target, List<Object> genericApplicationPropertyOfGeoreferencedTexture)Fully-initialising value constructorParameterizedTextureType(Boolean isFront, List<Object> genericApplicationPropertyOfSurfaceData, String imageURI, CodeType mimeType, TextureTypeType textureType, WrapModeType wrapMode, List<Double> borderColor, List<Object> genericApplicationPropertyOfTexture, List<TextureAssociationType> target, List<Object> genericApplicationPropertyOfParameterizedTexture)Fully-initialising value constructor
-