Uses of Class
net.opengis.citygml.appearance.v_2_0.AbstractTextureParameterizationType
-
Packages that use AbstractTextureParameterizationType Package Description net.opengis.citygml.appearance.v_2_0 -
-
Uses of AbstractTextureParameterizationType in net.opengis.citygml.appearance.v_2_0
Subclasses of AbstractTextureParameterizationType in net.opengis.citygml.appearance.v_2_0 Modifier and Type Class Description classTexCoordGenTypeTexture parameterization using a transformation matrix.classTexCoordListTypeTexture parameterization using texture coordinates: Each gml:LinearRing that is part of the surface requires a separate "textureCoordinates"-entry with 2 doubles per ring vertex.Fields in net.opengis.citygml.appearance.v_2_0 with type parameters of type AbstractTextureParameterizationType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractTextureParameterizationType>TextureAssociationType. textureParameterizationMethods in net.opengis.citygml.appearance.v_2_0 that return AbstractTextureParameterizationType Modifier and Type Method Description AbstractTextureParameterizationTypeAbstractTextureParameterizationType. withGenericApplicationPropertyOfTextureParameterization(Object... values)AbstractTextureParameterizationTypeAbstractTextureParameterizationType. withGenericApplicationPropertyOfTextureParameterization(Collection<Object> values)AbstractTextureParameterizationTypeAbstractTextureParameterizationType. withGenericApplicationPropertyOfTextureParameterization(List<Object> value)Methods in net.opengis.citygml.appearance.v_2_0 that return types with arguments of type AbstractTextureParameterizationType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractTextureParameterizationType>ObjectFactory. createTextureParameterization(AbstractTextureParameterizationType value)jakarta.xml.bind.JAXBElement<? extends AbstractTextureParameterizationType>TextureAssociationType. getTextureParameterization()Gets the value of the textureParameterization property.Methods in net.opengis.citygml.appearance.v_2_0 with parameters of type AbstractTextureParameterizationType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractTextureParameterizationType>ObjectFactory. createTextureParameterization(AbstractTextureParameterizationType value)Method parameters in net.opengis.citygml.appearance.v_2_0 with type arguments of type AbstractTextureParameterizationType Modifier and Type Method Description voidTextureAssociationType. setTextureParameterization(jakarta.xml.bind.JAXBElement<? extends AbstractTextureParameterizationType> value)Sets the value of the textureParameterization property.TextureAssociationTypeTextureAssociationType. withTextureParameterization(jakarta.xml.bind.JAXBElement<? extends AbstractTextureParameterizationType> value)Constructor parameters in net.opengis.citygml.appearance.v_2_0 with type arguments of type AbstractTextureParameterizationType Constructor Description TextureAssociationType(jakarta.xml.bind.JAXBElement<? extends AbstractTextureParameterizationType> textureParameterization, String uri, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-