Uses of Class
net.opengis.citygml.appearance.v_2_0.TexCoordListType.TextureCoordinates
-
Packages that use TexCoordListType.TextureCoordinates Package Description net.opengis.citygml.appearance.v_2_0 -
-
Uses of TexCoordListType.TextureCoordinates in net.opengis.citygml.appearance.v_2_0
Fields in net.opengis.citygml.appearance.v_2_0 with type parameters of type TexCoordListType.TextureCoordinates Modifier and Type Field Description protected List<TexCoordListType.TextureCoordinates>TexCoordListType. textureCoordinatesMethods in net.opengis.citygml.appearance.v_2_0 that return TexCoordListType.TextureCoordinates Modifier and Type Method Description TexCoordListType.TextureCoordinatesObjectFactory. createTexCoordListTypeTextureCoordinates()Create an instance ofTexCoordListType.TextureCoordinatesTexCoordListType.TextureCoordinatesTexCoordListType.TextureCoordinates. withRing(String value)TexCoordListType.TextureCoordinatesTexCoordListType.TextureCoordinates. withValue(Double... values)TexCoordListType.TextureCoordinatesTexCoordListType.TextureCoordinates. withValue(Collection<Double> values)TexCoordListType.TextureCoordinatesTexCoordListType.TextureCoordinates. withValue(List<Double> value)Methods in net.opengis.citygml.appearance.v_2_0 that return types with arguments of type TexCoordListType.TextureCoordinates Modifier and Type Method Description List<TexCoordListType.TextureCoordinates>TexCoordListType. getTextureCoordinates()Gets the value of the textureCoordinates property.Methods in net.opengis.citygml.appearance.v_2_0 with parameters of type TexCoordListType.TextureCoordinates Modifier and Type Method Description TexCoordListTypeTexCoordListType. withTextureCoordinates(TexCoordListType.TextureCoordinates... values)Method parameters in net.opengis.citygml.appearance.v_2_0 with type arguments of type TexCoordListType.TextureCoordinates Modifier and Type Method Description voidTexCoordListType. setTextureCoordinates(List<TexCoordListType.TextureCoordinates> value)TexCoordListTypeTexCoordListType. withTextureCoordinates(Collection<TexCoordListType.TextureCoordinates> values)TexCoordListTypeTexCoordListType. withTextureCoordinates(List<TexCoordListType.TextureCoordinates> value)
-