Uses of Class
net.opengis.citygml.appearance.v_1_0.AbstractTextureParameterizationType

Packages that use AbstractTextureParameterizationType
net.opengis.citygml.appearance.v_1_0   
 

Uses of AbstractTextureParameterizationType in net.opengis.citygml.appearance.v_1_0
 

Subclasses of AbstractTextureParameterizationType in net.opengis.citygml.appearance.v_1_0
 class TexCoordGenType
          Texture parameterization using a transformation matrix.
 class TexCoordListType
          Texture 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_1_0 with type parameters of type AbstractTextureParameterizationType
protected  JAXBElement<? extends AbstractTextureParameterizationType> TextureAssociationType.textureParameterization
           
 

Methods in net.opengis.citygml.appearance.v_1_0 that return AbstractTextureParameterizationType
 AbstractTextureParameterizationType AbstractTextureParameterizationType.withGenericApplicationPropertyOfTextureParameterization(Collection<Object> values)
           
 AbstractTextureParameterizationType AbstractTextureParameterizationType.withGenericApplicationPropertyOfTextureParameterization(List<Object> value)
           
 AbstractTextureParameterizationType AbstractTextureParameterizationType.withGenericApplicationPropertyOfTextureParameterization(Object... values)
           
 

Methods in net.opengis.citygml.appearance.v_1_0 that return types with arguments of type AbstractTextureParameterizationType
 JAXBElement<AbstractTextureParameterizationType> ObjectFactory.createTextureParameterization(AbstractTextureParameterizationType value)
          Create an instance of JAXBElement<AbstractTextureParameterizationType>}
 JAXBElement<? extends AbstractTextureParameterizationType> TextureAssociationType.getTextureParameterization()
          Gets the value of the textureParameterization property.
 

Methods in net.opengis.citygml.appearance.v_1_0 with parameters of type AbstractTextureParameterizationType
 JAXBElement<AbstractTextureParameterizationType> ObjectFactory.createTextureParameterization(AbstractTextureParameterizationType value)
          Create an instance of JAXBElement<AbstractTextureParameterizationType>}
 

Method parameters in net.opengis.citygml.appearance.v_1_0 with type arguments of type AbstractTextureParameterizationType
 void TextureAssociationType.setTextureParameterization(JAXBElement<? extends AbstractTextureParameterizationType> value)
          Sets the value of the textureParameterization property.
 TextureAssociationType TextureAssociationType.withTextureParameterization(JAXBElement<? extends AbstractTextureParameterizationType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.