Uses of Class
net.opengis.citygml.appearance.v_2_0.WrapModeType
-
Packages that use WrapModeType Package Description net.opengis.citygml.appearance.v_2_0 -
-
Uses of WrapModeType in net.opengis.citygml.appearance.v_2_0
Fields in net.opengis.citygml.appearance.v_2_0 declared as WrapModeType Modifier and Type Field Description protected WrapModeTypeAbstractTextureType. wrapModeMethods in net.opengis.citygml.appearance.v_2_0 that return WrapModeType Modifier and Type Method Description static WrapModeTypeWrapModeType. fromValue(String v)WrapModeTypeAbstractTextureType. getWrapMode()Gets the value of the wrapMode property.static WrapModeTypeWrapModeType. valueOf(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 are declared.Methods in net.opengis.citygml.appearance.v_2_0 with parameters of type WrapModeType Modifier and Type Method Description voidAbstractTextureType. setWrapMode(WrapModeType value)Sets the value of the wrapMode property.AbstractTextureTypeAbstractTextureType. withWrapMode(WrapModeType value)GeoreferencedTextureTypeGeoreferencedTextureType. withWrapMode(WrapModeType value)ParameterizedTextureTypeParameterizedTextureType. withWrapMode(WrapModeType value)Constructors in net.opengis.citygml.appearance.v_2_0 with parameters of type WrapModeType 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
-