Uses of Class
net.opengis.citygml.texturedsurface.v_2_0.MaterialType
-
Packages that use MaterialType Package Description net.opengis.citygml.texturedsurface.v_2_0 -
-
Uses of MaterialType in net.opengis.citygml.texturedsurface.v_2_0
Methods in net.opengis.citygml.texturedsurface.v_2_0 that return MaterialType Modifier and Type Method Description MaterialTypeObjectFactory. createMaterialType()Create an instance ofMaterialTypeMaterialTypeMaterialType. withAmbientIntensity(Double value)MaterialTypeMaterialType. withDiffuseColor(Double... values)MaterialTypeMaterialType. withDiffuseColor(Collection<Double> values)MaterialTypeMaterialType. withDiffuseColor(List<Double> value)MaterialTypeMaterialType. withEmissiveColor(Double... values)MaterialTypeMaterialType. withEmissiveColor(Collection<Double> values)MaterialTypeMaterialType. withEmissiveColor(List<Double> value)MaterialTypeMaterialType. withShininess(Double value)MaterialTypeMaterialType. withSpecularColor(Double... values)MaterialTypeMaterialType. withSpecularColor(Collection<Double> values)MaterialTypeMaterialType. withSpecularColor(List<Double> value)MaterialTypeMaterialType. withTransparency(Double value)Methods in net.opengis.citygml.texturedsurface.v_2_0 that return types with arguments of type MaterialType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MaterialType>ObjectFactory. createMaterial(MaterialType value)Methods in net.opengis.citygml.texturedsurface.v_2_0 with parameters of type MaterialType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MaterialType>ObjectFactory. createMaterial(MaterialType value)
-