org.citygml4j.model.citygml.appearance
Interface TexCoordGen

All Superinterfaces:
AbstractGML, AbstractTextureParameterization, AppearanceModuleComponent, Associable, Child, CityGML, Copyable, GML, ModelObject, StandardObjectProperties
All Known Implementing Classes:
TexCoordGenImpl

public interface TexCoordGen
extends AbstractTextureParameterization


Method Summary
 void addGenericApplicationPropertyOfTexCoordGen(ADEComponent ade)
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfTexCoordGen()
           
 WorldToTexture getWorldToTexture()
           
 boolean isSetGenericApplicationPropertyOfTexCoordGen()
           
 boolean isSetWorldToTexture()
           
 void setGenericApplicationPropertyOfTexCoordGen(java.util.List<ADEComponent> ade)
           
 void setWorldToTexture(WorldToTexture worldToTexture)
           
 void unsetGenericApplicationPropertyOfTexCoordGen()
           
 boolean unsetGenericApplicationPropertyOfTexCoordGen(ADEComponent ade)
           
 void unsetWorldToTexture()
           
 
Methods inherited from interface org.citygml4j.model.citygml.appearance.AbstractTextureParameterization
addGenericADEComponent, addGenericApplicationPropertyOfTextureParameterization, getGenericADEComponent, getGenericApplicationPropertyOfTextureParameterization, isSetGenericADEComponent, isSetGenericApplicationPropertyOfTextureParameterization, setGenericADEComponent, setGenericApplicationPropertyOfTextureParameterization, unsetGenericADEComponent, unsetGenericADEComponent, unsetGenericApplicationPropertyOfTextureParameterization, unsetGenericApplicationPropertyOfTextureParameterization
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.gml.base.AbstractGML
accept, accept, getId, isSetId, setId, unsetId
 
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getWorldToTexture

WorldToTexture getWorldToTexture()

getGenericApplicationPropertyOfTexCoordGen

java.util.List<ADEComponent> getGenericApplicationPropertyOfTexCoordGen()

isSetWorldToTexture

boolean isSetWorldToTexture()

isSetGenericApplicationPropertyOfTexCoordGen

boolean isSetGenericApplicationPropertyOfTexCoordGen()

setWorldToTexture

void setWorldToTexture(WorldToTexture worldToTexture)

addGenericApplicationPropertyOfTexCoordGen

void addGenericApplicationPropertyOfTexCoordGen(ADEComponent ade)

setGenericApplicationPropertyOfTexCoordGen

void setGenericApplicationPropertyOfTexCoordGen(java.util.List<ADEComponent> ade)

unsetWorldToTexture

void unsetWorldToTexture()

unsetGenericApplicationPropertyOfTexCoordGen

void unsetGenericApplicationPropertyOfTexCoordGen()

unsetGenericApplicationPropertyOfTexCoordGen

boolean unsetGenericApplicationPropertyOfTexCoordGen(ADEComponent ade)